Sha256: a317436beec519f9d90a2d124e05821c564a2921bbe68955da7aba8104151908

Contents?: true

Size: 1.3 KB

Versions: 81

Compression:

Stored size: 1.3 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'multi_json/version'

Gem::Specification.new do |spec|
  spec.add_development_dependency 'bundler', '~> 1.0'
  spec.authors       = ["Michael Bleigh", "Josh Kalderimis", "Erik Michaels-Ober", "Pavel Pravosud"]
  spec.cert_chain    = %w(certs/rwz.pem)
  spec.description   = %q{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         = ['michael@intridea.com', 'josh.kalderimis@gmail.com', 'sferik@gmail.com']
  spec.files         = Dir['.yardopts', 'CHANGELOG.md', 'CONTRIBUTING.md', 'LICENSE.md', 'README.md', 'Rakefile', 'multi_json.gemspec', 'Gemfile', '.document', '.rspec', '.travis.yml' ,'spec/**/*', 'lib/**/*']
  spec.homepage      = 'http://github.com/intridea/multi_json'
  spec.licenses      = ['MIT']
  spec.name          = 'multi_json'
  spec.require_paths = ['lib']
  spec.required_rubygems_version = '>= 1.3.5'
  spec.signing_key   = File.expand_path("~/.gem/private_key.pem") if $0 =~ /gem\z/
  spec.summary       = %q{A common interface to multiple JSON libraries.}
  spec.test_files    = Dir['spec/**/*']
  spec.version       = MultiJson::Version
end

Version data entries

81 entries across 81 versions & 5 rubygems

Version Path
plyom_user-0.1.0 vendor/bundle/ruby/2.0.0/gems/multi_json-1.8.2/multi_json.gemspec
plyom_user-0.0.9 vendor/bundle/ruby/2.0.0/gems/multi_json-1.8.2/multi_json.gemspec
plyom_user-0.0.8 vendor/bundle/ruby/2.0.0/gems/multi_json-1.8.2/multi_json.gemspec
plyom_user-0.0.7 vendor/bundle/ruby/2.0.0/gems/multi_json-1.8.2/multi_json.gemspec
plyom_user-0.0.6 vendor/bundle/ruby/2.0.0/gems/multi_json-1.8.2/multi_json.gemspec
plyom_user-0.0.5 vendor/bundle/ruby/2.0.0/gems/multi_json-1.8.2/multi_json.gemspec
plyom_user-0.0.4 vendor/bundle/ruby/2.0.0/gems/multi_json-1.8.2/multi_json.gemspec
plyom_user-0.0.3 vendor/bundle/ruby/2.0.0/gems/multi_json-1.8.2/multi_json.gemspec
plyom_user-0.0.2 vendor/bundle/ruby/2.0.0/gems/multi_json-1.8.2/multi_json.gemspec
scout-5.8.0.pre vendor/multi_json/multi_json.gemspec
multi_json-1.8.2 multi_json.gemspec
multi_json-1.8.1 multi_json.gemspec
scout-5.7.5 vendor/multi_json/multi_json.gemspec
scout-5.7.4 vendor/multi_json/multi_json.gemspec
scout-5.7.3.pre.2 vendor/multi_json/multi_json.gemspec
scout-5.7.3.pre vendor/multi_json/multi_json.gemspec
scout-5.7.2 vendor/multi_json/multi_json.gemspec
scout-5.7.2.pre.2 vendor/multi_json/multi_json.gemspec
scout-5.7.2.pre vendor/multi_json/multi_json.gemspec
multi_json-1.8.0 multi_json.gemspec