updated the gem version to 0.10
This commit is contained in:
parent
e23ad9876e
commit
555764bbe8
4
Rakefile
4
Rakefile
|
@ -5,8 +5,8 @@ require 'rake/gempackagetask'
|
|||
|
||||
spec = Gem::Specification.new do |s|
|
||||
s.name = "couchrest"
|
||||
s.version = "0.9.15"
|
||||
s.date = "2008-10-29"
|
||||
s.version = "0.10.0"
|
||||
s.date = "2008-11-22"
|
||||
s.summary = "Lean and RESTful interface to CouchDB."
|
||||
s.email = "jchris@grabb.it"
|
||||
s.homepage = "http://github.com/jchris/couchrest"
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
Gem::Specification.new do |s|
|
||||
s.extra_rdoc_files = ["README.rdoc", "LICENSE", "THANKS"]
|
||||
s.date = "Wed Oct 29 00:00:00 -0700 2008"
|
||||
s.date = "Sat Nov 22 00:00:00 -0800 2008"
|
||||
s.executables = ["couchview", "couchdir", "couchapp"]
|
||||
s.authors = ["J. Chris Anderson"]
|
||||
s.required_rubygems_version = ">= 0"
|
||||
s.version = "0.9.15"
|
||||
s.version = "0.10.0"
|
||||
s.files = ["LICENSE",
|
||||
"README.rdoc",
|
||||
"Rakefile",
|
||||
|
@ -34,8 +34,11 @@ Gem::Specification.new do |s|
|
|||
"lib/couchrest/commands/push.rb",
|
||||
"lib/couchrest/core",
|
||||
"lib/couchrest/core/database.rb",
|
||||
"lib/couchrest/core/design.rb",
|
||||
"lib/couchrest/core/document.rb",
|
||||
"lib/couchrest/core/model.rb",
|
||||
"lib/couchrest/core/server.rb",
|
||||
"lib/couchrest/core/view.rb",
|
||||
"lib/couchrest/helper",
|
||||
"lib/couchrest/helper/file_manager.rb",
|
||||
"lib/couchrest/helper/pager.rb",
|
||||
|
@ -52,6 +55,8 @@ Gem::Specification.new do |s|
|
|||
"spec/couchrest/core",
|
||||
"spec/couchrest/core/couchrest_spec.rb",
|
||||
"spec/couchrest/core/database_spec.rb",
|
||||
"spec/couchrest/core/design_spec.rb",
|
||||
"spec/couchrest/core/document_spec.rb",
|
||||
"spec/couchrest/core/model_spec.rb",
|
||||
"spec/couchrest/helpers",
|
||||
"spec/couchrest/helpers/file_manager_spec.rb",
|
||||
|
|
Loading…
Reference in a new issue