updated the gem version to 0.10
This commit is contained in:
parent
e23ad9876e
commit
555764bbe8
2 changed files with 9 additions and 4 deletions
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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue