# -*- encoding: utf-8 -*- # stub: brianmario-yajl-ruby 0.4.6 ruby libext # stub: ext/extconf.rb Gem::Specification.new do |s| s.name = "brianmario-yajl-ruby".freeze s.version = "0.4.6".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze, "ext".freeze] s.authors = ["Brian Lopez".freeze] s.date = "2009-05-17" s.email = "seniorlopez@gmail.com".freeze s.extensions = ["ext/extconf.rb".freeze] s.extra_rdoc_files = ["CHANGELOG.rdoc".freeze, "README.rdoc".freeze] s.files = [".gitignore".freeze, "CHANGELOG.rdoc".freeze, "MIT-LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION.yml".freeze, "benchmark/encode.rb".freeze, "benchmark/encode_json_and_marshal.rb".freeze, "benchmark/encode_json_and_yaml.rb".freeze, "benchmark/http.rb".freeze, "benchmark/parse.rb".freeze, "benchmark/parse_json_and_marshal.rb".freeze, "benchmark/parse_json_and_yaml.rb".freeze, "benchmark/subjects/contacts.json".freeze, "benchmark/subjects/contacts.yml".freeze, "benchmark/subjects/item.json".freeze, "benchmark/subjects/ohai.json".freeze, "benchmark/subjects/twitter_search.json".freeze, "benchmark/subjects/unicode.json".freeze, "benchmark/subjects/yelp.json".freeze, "ext/extconf.rb".freeze, "ext/yajl.c".freeze, "ext/yajl.h".freeze, "lib/yajl.rb".freeze, "lib/yajl/bzip2.rb".freeze, "lib/yajl/bzip2/stream_reader.rb".freeze, "lib/yajl/bzip2/stream_writer.rb".freeze, "lib/yajl/deflate.rb".freeze, "lib/yajl/deflate/stream_reader.rb".freeze, "lib/yajl/deflate/stream_writer.rb".freeze, "lib/yajl/gzip.rb".freeze, "lib/yajl/gzip/stream_reader.rb".freeze, "lib/yajl/gzip/stream_writer.rb".freeze, "lib/yajl/http_stream.rb".freeze, "spec/active_support_spec.rb".freeze, "spec/fixtures/fail.15.json".freeze, "spec/fixtures/fail.16.json".freeze, "spec/fixtures/fail.17.json".freeze, "spec/fixtures/fail.26.json".freeze, "spec/fixtures/fail11.json".freeze, "spec/fixtures/fail12.json".freeze, "spec/fixtures/fail13.json".freeze, "spec/fixtures/fail14.json".freeze, "spec/fixtures/fail19.json".freeze, "spec/fixtures/fail20.json".freeze, "spec/fixtures/fail21.json".freeze, "spec/fixtures/fail22.json".freeze, "spec/fixtures/fail23.json".freeze, "spec/fixtures/fail24.json".freeze, "spec/fixtures/fail25.json".freeze, "spec/fixtures/fail27.json".freeze, "spec/fixtures/fail28.json".freeze, "spec/fixtures/fail3.json".freeze, "spec/fixtures/fail4.json".freeze, "spec/fixtures/fail5.json".freeze, "spec/fixtures/fail6.json".freeze, "spec/fixtures/fail9.json".freeze, "spec/fixtures/pass.array.json".freeze, "spec/fixtures/pass.codepoints_from_unicode_org.json".freeze, "spec/fixtures/pass.contacts.json".freeze, "spec/fixtures/pass.db100.xml.json".freeze, "spec/fixtures/pass.db1000.xml.json".freeze, "spec/fixtures/pass.dc_simple_with_comments.json".freeze, "spec/fixtures/pass.deep_arrays.json".freeze, "spec/fixtures/pass.difficult_json_c_test_case.json".freeze, "spec/fixtures/pass.difficult_json_c_test_case_with_comments.json".freeze, "spec/fixtures/pass.doubles.json".freeze, "spec/fixtures/pass.empty_array.json".freeze, "spec/fixtures/pass.empty_string.json".freeze, "spec/fixtures/pass.escaped_bulgarian.json".freeze, "spec/fixtures/pass.escaped_foobar.json".freeze, "spec/fixtures/pass.item.json".freeze, "spec/fixtures/pass.json-org-sample1.json".freeze, "spec/fixtures/pass.json-org-sample2.json".freeze, "spec/fixtures/pass.json-org-sample3.json".freeze, "spec/fixtures/pass.json-org-sample4-nows.json".freeze, "spec/fixtures/pass.json-org-sample4.json".freeze, "spec/fixtures/pass.json-org-sample5.json".freeze, "spec/fixtures/pass.map-spain.xml.json".freeze, "spec/fixtures/pass.ns-invoice100.xml.json".freeze, "spec/fixtures/pass.ns-soap.xml.json".freeze, "spec/fixtures/pass.numbers-fp-4k.json".freeze, "spec/fixtures/pass.numbers-fp-64k.json".freeze, "spec/fixtures/pass.numbers-int-4k.json".freeze, "spec/fixtures/pass.numbers-int-64k.json".freeze, "spec/fixtures/pass.twitter-search.json".freeze, "spec/fixtures/pass.twitter-search2.json".freeze, "spec/fixtures/pass.unicode.json".freeze, "spec/fixtures/pass.yelp.json".freeze, "spec/fixtures/pass1.json".freeze, "spec/fixtures/pass2.json".freeze, "spec/fixtures/pass3.json".freeze, "spec/fixtures_spec.rb".freeze, "spec/http/http.bzip2.dump".freeze, "spec/http/http.deflate.dump".freeze, "spec/http/http.gzip.dump".freeze, "spec/http/http.raw.dump".freeze, "spec/one_off_spec.rb".freeze, "spec/spec_helper.rb".freeze, "yajl-ruby.gemspec".freeze] s.homepage = "http://github.com/brianmario/yajl-ruby".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Ruby C bindings to the excellent Yajl JSON stream-based parser library.".freeze s.test_files = ["spec/active_support_spec.rb".freeze, "spec/fixtures_spec.rb".freeze, "spec/one_off_spec.rb".freeze, "spec/spec_helper.rb".freeze] end