yajl-ruby.gemspec in yajl-ruby-0.5.5 vs yajl-ruby.gemspec in yajl-ruby-0.5.6

- old
+ new

@@ -1,14 +1,14 @@ # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{yajl-ruby} - s.version = "0.5.5" + s.version = "0.5.6" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Brian Lopez", "Lloyd Hilaiel"] - s.date = %q{2009-06-18} + s.date = %q{2009-06-19} s.email = %q{seniorlopez@gmail.com} s.extensions = ["ext/extconf.rb"] s.extra_rdoc_files = [ "README.rdoc" ] @@ -25,15 +25,14 @@ "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.marshal_dump", - "benchmark/subjects/contacts.yml", "benchmark/subjects/item.json", "benchmark/subjects/ohai.json", + "benchmark/subjects/ohai.marshal_dump", + "benchmark/subjects/ohai.yml", "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", @@ -69,9 +68,11 @@ "lib/yajl/gzip.rb", "lib/yajl/gzip/stream_reader.rb", "lib/yajl/gzip/stream_writer.rb", "lib/yajl/http_stream.rb", "lib/yajl/json_gem.rb", + "lib/yajl/json_gem/encoding.rb", + "lib/yajl/json_gem/parsing.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",