yajl-ruby.gemspec in yajl-ruby-0.7.6 vs yajl-ruby.gemspec in yajl-ruby-0.7.7
- old
+ new
@@ -3,19 +3,20 @@
# 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.6"
+ s.version = "0.7.7"
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-05-01}
+ s.date = %q{2010-07-12}
s.email = %q{seniorlopez@gmail.com}
s.extensions = ["ext/extconf.rb"]
s.extra_rdoc_files = [
- "README.rdoc"
+ "README.rdoc",
+ "ext/yajl.c"
]
s.files = [
".gitignore",
"CHANGELOG.md",
"MIT-LICENSE",
@@ -161,11 +162,11 @@
]
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.6}
+ s.rubygems_version = %q{1.3.7}
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",
@@ -191,10 +192,10 @@
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
- if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
else
end
else
end
end