yajl-ruby.gemspec in yajl-ruby-0.6.3 vs yajl-ruby.gemspec in yajl-ruby-0.6.4

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec` # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{yajl-ruby} - s.version = "0.6.3" + s.version = "0.6.4" 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-08-25} + s.date = %q{2009-11-04} s.email = %q{seniorlopez@gmail.com} s.extensions = ["ext/extconf.rb"] s.extra_rdoc_files = [ "README.rdoc" ] @@ -77,10 +77,11 @@ "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/global/global_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_delete_spec.rb", @@ -160,9 +161,10 @@ s.rubyforge_project = %q{yajl-ruby} s.rubygems_version = %q{1.3.5} s.summary = %q{Ruby C bindings to the excellent Yajl JSON stream-based parser library.} s.test_files = [ "spec/encoding/encoding_spec.rb", + "spec/global/global_spec.rb", "spec/http/http_delete_spec.rb", "spec/http/http_get_spec.rb", "spec/http/http_post_spec.rb", "spec/http/http_put_spec.rb", "spec/json_gem_compatibility/compatibility_spec.rb",