gems.multi_json-1.12.1.multi_json.gemspec Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sass-maven-plugin Show documentation
Show all versions of sass-maven-plugin Show documentation
A Maven Plugin that compiles Sass files.
# coding: utf-8
require File.expand_path('../lib/multi_json/version.rb', __FILE__)
Gem::Specification.new do |spec|
spec.authors = ['Michael Bleigh', 'Josh Kalderimis', 'Erik Michaels-Ober', 'Pavel Pravosud']
spec.cert_chain = %w(certs/rwz.pem)
spec.summary = 'A common interface to multiple JSON libraries.'
spec.description = 'A common interface to multiple JSON libraries, including Oj, Yajl, the JSON gem (with C-extensions), the pure-Ruby JSON gem, NSJSONSerialization, gson.rb, JrJackson, and OkJson.'
spec.email = %w([email protected] [email protected] [email protected] [email protected])
spec.files = Dir['CHANGELOG.md', 'CONTRIBUTING.md', 'LICENSE.md', 'README.md', 'multi_json.gemspec', 'lib/**/*']
spec.homepage = 'http://github.com/intridea/multi_json'
spec.license = 'MIT'
spec.name = 'multi_json'
spec.require_path = 'lib'
spec.signing_key = File.expand_path('~/.ssh/gem-private_key.pem') if $PROGRAM_NAME =~ /gem\z/
spec.version = MultiJson::Version
spec.required_rubygems_version = '>= 1.3.5'
spec.add_development_dependency 'bundler', '~> 1.0'
end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy