All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gems.multi_json-1.11.0.multi_json.gemspec Maven / Gradle / Ivy

There is a newer version: 3.7.2
Show newest version
# 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("~/.gem/private_key.pem") if $0 =~ /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