couchrest.gemspec in couchrest-1.0.0.beta2 vs couchrest.gemspec in couchrest-1.0.0.beta3
- 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{couchrest}
- s.version = "1.0.0.beta2"
+ s.version = "1.0.0.beta3"
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.authors = ["J. Chris Anderson", "Matt Aimonetti", "Marcos Tapajos", "Will Leinweber"]
- s.date = %q{2010-07-01}
+ s.date = %q{2010-07-25}
s.description = %q{CouchRest provides a simple interface on top of CouchDB's RESTful HTTP API, as well as including some utility scripts for managing views and attachments.}
s.email = %q{jchris@apache.org}
s.extra_rdoc_files = [
"LICENSE",
"README.md",
@@ -47,11 +47,11 @@
"lib/couchrest/middlewares/logger.rb",
"lib/couchrest/monkeypatches.rb",
"lib/couchrest/response.rb",
"lib/couchrest/rest_api.rb",
"lib/couchrest/server.rb",
- "lib/couchrest/support/class.rb",
+ "lib/couchrest/support/inheritable_attributes.rb",
"spec/couchrest/couchrest_spec.rb",
"spec/couchrest/database_spec.rb",
"spec/couchrest/design_spec.rb",
"spec/couchrest/document_spec.rb",
"spec/couchrest/helpers/pager_spec.rb",
@@ -93,16 +93,16 @@
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<rest-client>, [">= 1.5.1"])
- s.add_runtime_dependency(%q<json>, ["<= 1.4.2"])
+ s.add_runtime_dependency(%q<json>, ["= 1.2.4"])
else
s.add_dependency(%q<rest-client>, [">= 1.5.1"])
- s.add_dependency(%q<json>, ["<= 1.4.2"])
+ s.add_dependency(%q<json>, ["= 1.2.4"])
end
else
s.add_dependency(%q<rest-client>, [">= 1.5.1"])
- s.add_dependency(%q<json>, ["<= 1.4.2"])
+ s.add_dependency(%q<json>, ["= 1.2.4"])
end
end