# -*- encoding: utf-8 -*- # stub: wankel 0.1.0 ruby lib # stub: ext/wankel/extconf.rb Gem::Specification.new do |s| s.name = "wankel".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Jon Bracy".freeze] s.date = "2013-11-11" s.description = "SAX based JSON parser and encoder".freeze s.email = ["jonbracy@gmail.com".freeze] s.extensions = ["ext/wankel/extconf.rb".freeze] s.files = [".gitignore".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "benchmark/subjects/item.json".freeze, "benchmark/subjects/ohai.json".freeze, "benchmark/subjects/twitter_search.json".freeze, "benchmark/subjects/twitter_stream.json".freeze, "ext/wankel/extconf.rb".freeze, "ext/wankel/wankel.c".freeze, "ext/wankel/wankel.h".freeze, "ext/wankel/wankel_encoder.c".freeze, "ext/wankel/wankel_encoder.h".freeze, "ext/wankel/wankel_parser.c".freeze, "ext/wankel/wankel_parser.h".freeze, "ext/wankel/wankel_sax_encoder.c".freeze, "ext/wankel/wankel_sax_encoder.h".freeze, "ext/wankel/wankel_sax_parser.c".freeze, "ext/wankel/wankel_sax_parser.h".freeze, "ext/wankel/yajl_helpers.c".freeze, "ext/wankel/yajl_helpers.h".freeze, "lib/wankel.rb".freeze, "lib/wankel/ex_sax_parser.rb".freeze, "logo.png".freeze, "test/encoding/encoding_test.rb".freeze, "test/encoding/sax_encoder_test.rb".freeze, "test/parsing/active_support_test.rb".freeze, "test/parsing/fixtures/fail.15.json".freeze, "test/parsing/fixtures/fail.16.json".freeze, "test/parsing/fixtures/fail.17.json".freeze, "test/parsing/fixtures/fail.26.json".freeze, "test/parsing/fixtures/fail11.json".freeze, "test/parsing/fixtures/fail12.json".freeze, "test/parsing/fixtures/fail13.json".freeze, "test/parsing/fixtures/fail14.json".freeze, "test/parsing/fixtures/fail19.json".freeze, "test/parsing/fixtures/fail20.json".freeze, "test/parsing/fixtures/fail21.json".freeze, "test/parsing/fixtures/fail22.json".freeze, "test/parsing/fixtures/fail23.json".freeze, "test/parsing/fixtures/fail24.json".freeze, "test/parsing/fixtures/fail25.json".freeze, "test/parsing/fixtures/fail27.json".freeze, "test/parsing/fixtures/fail28.json".freeze, "test/parsing/fixtures/fail3.json".freeze, "test/parsing/fixtures/fail4.json".freeze, "test/parsing/fixtures/fail5.json".freeze, "test/parsing/fixtures/fail6.json".freeze, "test/parsing/fixtures/fail9.json".freeze, "test/parsing/fixtures/pass.array.json".freeze, "test/parsing/fixtures/pass.codepoints_from_unicode_org.json".freeze, "test/parsing/fixtures/pass.contacts.json".freeze, "test/parsing/fixtures/pass.db100.xml.json".freeze, "test/parsing/fixtures/pass.db1000.xml.json".freeze, "test/parsing/fixtures/pass.dc_simple_with_comments.json".freeze, "test/parsing/fixtures/pass.deep_arrays.json".freeze, "test/parsing/fixtures/pass.difficult_json_c_test_case.json".freeze, "test/parsing/fixtures/pass.difficult_json_c_test_case_with_comments.json".freeze, "test/parsing/fixtures/pass.doubles.json".freeze, "test/parsing/fixtures/pass.empty_array.json".freeze, "test/parsing/fixtures/pass.empty_string.json".freeze, "test/parsing/fixtures/pass.escaped_bulgarian.json".freeze, "test/parsing/fixtures/pass.escaped_foobar.json".freeze, "test/parsing/fixtures/pass.item.json".freeze, "test/parsing/fixtures/pass.json-org-sample1.json".freeze, "test/parsing/fixtures/pass.json-org-sample2.json".freeze, "test/parsing/fixtures/pass.json-org-sample3.json".freeze, "test/parsing/fixtures/pass.json-org-sample4-nows.json".freeze, "test/parsing/fixtures/pass.json-org-sample4.json".freeze, "test/parsing/fixtures/pass.json-org-sample5.json".freeze, "test/parsing/fixtures/pass.map-spain.xml.json".freeze, "test/parsing/fixtures/pass.ns-invoice100.xml.json".freeze, "test/parsing/fixtures/pass.ns-soap.xml.json".freeze, "test/parsing/fixtures/pass.numbers-fp-4k.json".freeze, "test/parsing/fixtures/pass.numbers-fp-64k.json".freeze, "test/parsing/fixtures/pass.numbers-int-4k.json".freeze, "test/parsing/fixtures/pass.numbers-int-64k.json".freeze, "test/parsing/fixtures/pass.twitter-search.json".freeze, "test/parsing/fixtures/pass.twitter-search2.json".freeze, "test/parsing/fixtures/pass.unicode.json".freeze, "test/parsing/fixtures/pass.yelp.json".freeze, "test/parsing/fixtures/pass1.json".freeze, "test/parsing/fixtures/pass2.json".freeze, "test/parsing/fixtures/pass3.json".freeze, "test/parsing/fixtures_test.rb".freeze, "test/parsing/multiple_values_test.rb".freeze, "test/parsing/one_off_test.rb".freeze, "test/parsing/sax_parser_test.rb".freeze, "test/performance.rb".freeze, "test/test_helper.rb".freeze, "test/wankel_test.rb".freeze, "wankel.gemspec".freeze] s.homepage = "http://wankelrb.com".freeze s.required_ruby_version = Gem::Requirement.new(">= 2.0.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "SAX based JSON parser and encoder".freeze s.test_files = ["test/encoding/encoding_test.rb".freeze, "test/encoding/sax_encoder_test.rb".freeze, "test/parsing/active_support_test.rb".freeze, "test/parsing/fixtures/fail.15.json".freeze, "test/parsing/fixtures/fail.16.json".freeze, "test/parsing/fixtures/fail.17.json".freeze, "test/parsing/fixtures/fail.26.json".freeze, "test/parsing/fixtures/fail11.json".freeze, "test/parsing/fixtures/fail12.json".freeze, "test/parsing/fixtures/fail13.json".freeze, "test/parsing/fixtures/fail14.json".freeze, "test/parsing/fixtures/fail19.json".freeze, "test/parsing/fixtures/fail20.json".freeze, "test/parsing/fixtures/fail21.json".freeze, "test/parsing/fixtures/fail22.json".freeze, "test/parsing/fixtures/fail23.json".freeze, "test/parsing/fixtures/fail24.json".freeze, "test/parsing/fixtures/fail25.json".freeze, "test/parsing/fixtures/fail27.json".freeze, "test/parsing/fixtures/fail28.json".freeze, "test/parsing/fixtures/fail3.json".freeze, "test/parsing/fixtures/fail4.json".freeze, "test/parsing/fixtures/fail5.json".freeze, "test/parsing/fixtures/fail6.json".freeze, "test/parsing/fixtures/fail9.json".freeze, "test/parsing/fixtures/pass.array.json".freeze, "test/parsing/fixtures/pass.codepoints_from_unicode_org.json".freeze, "test/parsing/fixtures/pass.contacts.json".freeze, "test/parsing/fixtures/pass.db100.xml.json".freeze, "test/parsing/fixtures/pass.db1000.xml.json".freeze, "test/parsing/fixtures/pass.dc_simple_with_comments.json".freeze, "test/parsing/fixtures/pass.deep_arrays.json".freeze, "test/parsing/fixtures/pass.difficult_json_c_test_case.json".freeze, "test/parsing/fixtures/pass.difficult_json_c_test_case_with_comments.json".freeze, "test/parsing/fixtures/pass.doubles.json".freeze, "test/parsing/fixtures/pass.empty_array.json".freeze, "test/parsing/fixtures/pass.empty_string.json".freeze, "test/parsing/fixtures/pass.escaped_bulgarian.json".freeze, "test/parsing/fixtures/pass.escaped_foobar.json".freeze, "test/parsing/fixtures/pass.item.json".freeze, "test/parsing/fixtures/pass.json-org-sample1.json".freeze, "test/parsing/fixtures/pass.json-org-sample2.json".freeze, "test/parsing/fixtures/pass.json-org-sample3.json".freeze, "test/parsing/fixtures/pass.json-org-sample4-nows.json".freeze, "test/parsing/fixtures/pass.json-org-sample4.json".freeze, "test/parsing/fixtures/pass.json-org-sample5.json".freeze, "test/parsing/fixtures/pass.map-spain.xml.json".freeze, "test/parsing/fixtures/pass.ns-invoice100.xml.json".freeze, "test/parsing/fixtures/pass.ns-soap.xml.json".freeze, "test/parsing/fixtures/pass.numbers-fp-4k.json".freeze, "test/parsing/fixtures/pass.numbers-fp-64k.json".freeze, "test/parsing/fixtures/pass.numbers-int-4k.json".freeze, "test/parsing/fixtures/pass.numbers-int-64k.json".freeze, "test/parsing/fixtures/pass.twitter-search.json".freeze, "test/parsing/fixtures/pass.twitter-search2.json".freeze, "test/parsing/fixtures/pass.unicode.json".freeze, "test/parsing/fixtures/pass.yelp.json".freeze, "test/parsing/fixtures/pass1.json".freeze, "test/parsing/fixtures/pass2.json".freeze, "test/parsing/fixtures/pass3.json".freeze, "test/parsing/fixtures_test.rb".freeze, "test/parsing/multiple_values_test.rb".freeze, "test/parsing/one_off_test.rb".freeze, "test/parsing/sax_parser_test.rb".freeze, "test/performance.rb".freeze, "test/test_helper.rb".freeze, "test/wankel_test.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end