Sha256: 74dbb414b5cb558a4ed52aacd0abfbc781d4e2854830fe4490c09bda58027ffa
Contents?: true
Size: 945 Bytes
Versions: 2
Compression:
Stored size: 945 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path("../lib/multi_json/version", __FILE__) Gem::Specification.new do |s| s.name = "multi_json" s.version = MultiJson::VERSION s.required_rubygems_version = Gem::Requirement.new(">= 1.3.6") if s.respond_to? :required_rubygems_version= s.authors = ["Michael Bleigh"] s.email = ["michael@intridea.com"] s.summary = %q{A gem to provide swappable JSON backends.} s.description = %q{A gem to provide swappable JSON backends utilizing Yajl::Ruby, the JSON gem, JSON pure, or a vendored version of okjson.} s.homepage = "http://github.com/intridea/multi_json" s.extra_rdoc_files = ["LICENSE", "README.rdoc"] s.rdoc_options = ["--charset=UTF-8"] s.executables = `git ls-files -- bin/*`.split("\n").map{|f| File.basename(f)} s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.require_paths = ["lib"] end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
multi_json-1.0.2 | multi_json.gemspec |
multi_json-1.0.1 | multi_json.gemspec |