yajl-ruby.gemspec in yajl-ruby-0.7.1 vs yajl-ruby.gemspec in yajl-ruby-0.7.2

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{yajl-ruby} - s.version = "0.7.1" + s.version = "0.7.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Brian Lopez", "Lloyd Hilaiel"] - s.date = %q{2010-02-17} + s.date = %q{2010-02-23} s.email = %q{seniorlopez@gmail.com} s.extensions = ["ext/extconf.rb"] s.extra_rdoc_files = [ "README.rdoc" ] @@ -161,10 +161,10 @@ ] s.homepage = %q{http://github.com/brianmario/yajl-ruby} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib", "ext"] s.rubyforge_project = %q{yajl-ruby} - s.rubygems_version = %q{1.3.5} + s.rubygems_version = %q{1.3.6} 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",