yajl-ruby.gemspec in yajl-ruby-0.6.8 vs yajl-ruby.gemspec in yajl-ruby-0.6.9
- old
+ new
@@ -1,17 +1,17 @@
# Generated by jeweler
-# DO NOT EDIT THIS FILE
-# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
+# DO NOT EDIT THIS FILE DIRECTLY
+# 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.6.8"
+ s.version = "0.6.9"
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-01-01}
+ s.date = %q{2010-01-26}
s.email = %q{seniorlopez@gmail.com}
s.extensions = ["ext/extconf.rb"]
s.extra_rdoc_files = [
"README.rdoc"
]
@@ -81,14 +81,16 @@
"spec/encoding/encoding_spec.rb",
"spec/global/global_spec.rb",
"spec/http/fixtures/http.bzip2.dump",
"spec/http/fixtures/http.chunked.dump",
"spec/http/fixtures/http.deflate.dump",
+ "spec/http/fixtures/http.error.dump",
"spec/http/fixtures/http.gzip.dump",
"spec/http/fixtures/http.html.dump",
"spec/http/fixtures/http.raw.dump",
"spec/http/http_delete_spec.rb",
+ "spec/http/http_error_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",
"spec/parsing/active_support_spec.rb",
@@ -165,10 +167,11 @@
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_error_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",
"spec/parsing/active_support_spec.rb",
@@ -194,5 +197,6 @@
else
end
else
end
end
+