--- !ruby/object:Gem::Specification name: brianmario-yajl-ruby version: !ruby/object:Gem::Version version: 0.5.3 platform: ruby authors: - Brian Lopez - Lloyd Hilaiel autorequire: bindir: bin cert_chain: [] date: 2009-06-07 00:00:00 -07:00 default_executable: dependencies: [] description: email: seniorlopez@gmail.com executables: [] extensions: - ext/extconf.rb extra_rdoc_files: - README.rdoc files: - .gitignore - CHANGELOG.md - MIT-LICENSE - README.rdoc - Rakefile - VERSION.yml - benchmark/encode.rb - benchmark/encode_json_and_marshal.rb - benchmark/encode_json_and_yaml.rb - benchmark/http.rb - benchmark/parse.rb - benchmark/parse_json_and_marshal.rb - benchmark/parse_json_and_yaml.rb - benchmark/parse_stream.rb - benchmark/subjects/contacts.json - benchmark/subjects/contacts.yml - benchmark/subjects/item.json - benchmark/subjects/ohai.json - benchmark/subjects/twitter_search.json - benchmark/subjects/twitter_stream.json - benchmark/subjects/unicode.json - examples/http/twitter_search_api.rb - examples/http/twitter_stream_api.rb - examples/parsing/from_file.rb - examples/parsing/from_stdin.rb - examples/parsing/from_string.rb - ext/api/yajl_common.h - ext/api/yajl_gen.h - ext/api/yajl_parse.h - ext/extconf.rb - ext/yajl.c - ext/yajl_alloc.c - ext/yajl_alloc.h - ext/yajl_buf.c - ext/yajl_buf.h - ext/yajl_bytestack.h - ext/yajl_encode.c - ext/yajl_encode.h - ext/yajl_ext.c - ext/yajl_ext.h - ext/yajl_gen.c - ext/yajl_lex.c - ext/yajl_lex.h - ext/yajl_parser.c - ext/yajl_parser.h - lib/yajl.rb - lib/yajl/bzip2.rb - lib/yajl/bzip2/stream_reader.rb - lib/yajl/bzip2/stream_writer.rb - lib/yajl/deflate.rb - lib/yajl/deflate/stream_reader.rb - lib/yajl/deflate/stream_writer.rb - lib/yajl/gzip.rb - lib/yajl/gzip/stream_reader.rb - lib/yajl/gzip/stream_writer.rb - lib/yajl/http_stream.rb - spec/encoding/encoding_spec.rb - spec/http/fixtures/http.bzip2.dump - spec/http/fixtures/http.deflate.dump - spec/http/fixtures/http.gzip.dump - spec/http/fixtures/http.raw.dump - spec/http/http_spec.rb - spec/parsing/active_support_spec.rb - spec/parsing/chunked_spec.rb - spec/parsing/fixtures/fail.15.json - spec/parsing/fixtures/fail.16.json - spec/parsing/fixtures/fail.17.json - spec/parsing/fixtures/fail.26.json - spec/parsing/fixtures/fail11.json - spec/parsing/fixtures/fail12.json - spec/parsing/fixtures/fail13.json - spec/parsing/fixtures/fail14.json - spec/parsing/fixtures/fail19.json - spec/parsing/fixtures/fail20.json - spec/parsing/fixtures/fail21.json - spec/parsing/fixtures/fail22.json - spec/parsing/fixtures/fail23.json - spec/parsing/fixtures/fail24.json - spec/parsing/fixtures/fail25.json - spec/parsing/fixtures/fail27.json - spec/parsing/fixtures/fail28.json - spec/parsing/fixtures/fail3.json - spec/parsing/fixtures/fail4.json - spec/parsing/fixtures/fail5.json - spec/parsing/fixtures/fail6.json - spec/parsing/fixtures/fail9.json - spec/parsing/fixtures/pass.array.json - spec/parsing/fixtures/pass.codepoints_from_unicode_org.json - spec/parsing/fixtures/pass.contacts.json - spec/parsing/fixtures/pass.db100.xml.json - spec/parsing/fixtures/pass.db1000.xml.json - spec/parsing/fixtures/pass.dc_simple_with_comments.json - spec/parsing/fixtures/pass.deep_arrays.json - spec/parsing/fixtures/pass.difficult_json_c_test_case.json - spec/parsing/fixtures/pass.difficult_json_c_test_case_with_comments.json - spec/parsing/fixtures/pass.doubles.json - spec/parsing/fixtures/pass.empty_array.json - spec/parsing/fixtures/pass.empty_string.json - spec/parsing/fixtures/pass.escaped_bulgarian.json - spec/parsing/fixtures/pass.escaped_foobar.json - spec/parsing/fixtures/pass.item.json - spec/parsing/fixtures/pass.json-org-sample1.json - spec/parsing/fixtures/pass.json-org-sample2.json - spec/parsing/fixtures/pass.json-org-sample3.json - spec/parsing/fixtures/pass.json-org-sample4-nows.json - spec/parsing/fixtures/pass.json-org-sample4.json - spec/parsing/fixtures/pass.json-org-sample5.json - spec/parsing/fixtures/pass.map-spain.xml.json - spec/parsing/fixtures/pass.ns-invoice100.xml.json - spec/parsing/fixtures/pass.ns-soap.xml.json - spec/parsing/fixtures/pass.numbers-fp-4k.json - spec/parsing/fixtures/pass.numbers-fp-64k.json - spec/parsing/fixtures/pass.numbers-int-4k.json - spec/parsing/fixtures/pass.numbers-int-64k.json - spec/parsing/fixtures/pass.twitter-search.json - spec/parsing/fixtures/pass.twitter-search2.json - spec/parsing/fixtures/pass.unicode.json - spec/parsing/fixtures/pass.yelp.json - spec/parsing/fixtures/pass1.json - spec/parsing/fixtures/pass2.json - spec/parsing/fixtures/pass3.json - spec/parsing/fixtures_spec.rb - spec/parsing/one_off_spec.rb - spec/spec_helper.rb - yajl-ruby.gemspec has_rdoc: false homepage: http://github.com/brianmario/yajl-ruby post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib - ext required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: rubygems_version: 1.2.0 signing_key: specification_version: 3 summary: Ruby C bindings to the excellent Yajl JSON stream-based parser library. test_files: - spec/encoding/encoding_spec.rb - spec/http/http_spec.rb - spec/parsing/active_support_spec.rb - spec/parsing/chunked_spec.rb - spec/parsing/fixtures_spec.rb - spec/parsing/one_off_spec.rb - spec/spec_helper.rb - examples/http/twitter_search_api.rb - examples/http/twitter_stream_api.rb - examples/parsing/from_file.rb - examples/parsing/from_stdin.rb - examples/parsing/from_string.rb