# -*- encoding: utf-8 -*- # stub: multi_json 1.0.0.rc2 ruby lib Gem::Specification.new do |s| s.name = "multi_json".freeze s.version = "1.0.0.rc2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 1.3.6".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Michael Bleigh".freeze] s.date = "2011-04-18" s.description = "A gem to provide swappable JSON backends utilizing Yajl::Ruby, the JSON gem, ActiveSupport, or JSON pure.".freeze s.email = ["michael@intridea.com".freeze] s.extra_rdoc_files = ["LICENSE".freeze, "README.rdoc".freeze] s.files = [".document".freeze, ".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "lib/multi_json.rb".freeze, "lib/multi_json/engines/json_gem.rb".freeze, "lib/multi_json/engines/json_pure.rb".freeze, "lib/multi_json/engines/okjson.rb".freeze, "lib/multi_json/engines/yajl.rb".freeze, "lib/multi_json/vendor/okjson.rb".freeze, "lib/multi_json/version.rb".freeze, "multi_json.gemspec".freeze, "spec/multi_json_spec.rb".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://github.com/intridea/multi_json".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A gem to provide swappable JSON backends.".freeze s.test_files = ["spec/multi_json_spec.rb".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze] end