Sha256: 8e85fb5f3b53c72764cc153d429b49c6680af75ebf4905afcac9883590fcef22
Contents?: true
Size: 930 Bytes
Versions: 3
Compression:
Stored size: 930 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, ActiveSupport, or JSON pure.} 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
multi_json-1.0.0 | multi_json.gemspec |
multi_json-1.0.0.rc3 | multi_json.gemspec |
multi_json-1.0.0.rc2 | multi_json.gemspec |