File Manager

Path: /opt/chef.upgrade/embedded/lib/ruby/gems/2.3.0/gems/multi_json-1.12.1/

Viewing File: multi_json.gemspec

# 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(michael@intridea.com josh.kalderimis@gmail.com sferik@gmail.com pavel@pravosud.com)
  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