roll version to 0.9.7
This commit is contained in:
parent
b2c0b9fb80
commit
7b39abed2d
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -5,7 +5,7 @@ require 'spec/rake/spectask'
|
||||||
|
|
||||||
spec = Gem::Specification.new do |s|
|
spec = Gem::Specification.new do |s|
|
||||||
s.name = "couchrest"
|
s.name = "couchrest"
|
||||||
s.version = "0.9.6"
|
s.version = "0.9.7"
|
||||||
s.date = "2008-09-11"
|
s.date = "2008-09-11"
|
||||||
s.summary = "Lean and RESTful interface to CouchDB."
|
s.summary = "Lean and RESTful interface to CouchDB."
|
||||||
s.email = "jchris@grabb.it"
|
s.email = "jchris@grabb.it"
|
||||||
|
|
Loading…
Add table
Reference in a new issue