Sha256: d10b789a5252ffbccbd19dfab7145be2a6b507154220e9465b0faece77ce538a
Contents?: true
Size: 1.13 KB
Versions: 12
Compression:
Stored size: 1.13 KB
Contents
# 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("~/.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
Version data entries
12 entries across 12 versions & 7 rubygems