gem is 0.9.8
This commit is contained in:
parent
38462375b4
commit
2a206fdd72
2
Rakefile
2
Rakefile
|
@ -5,7 +5,7 @@ require 'spec/rake/spectask'
|
|||
|
||||
spec = Gem::Specification.new do |s|
|
||||
s.name = "couchrest"
|
||||
s.version = "0.9.7"
|
||||
s.version = "0.9.8"
|
||||
s.date = "2008-09-11"
|
||||
s.summary = "Lean and RESTful interface to CouchDB."
|
||||
s.email = "jchris@grabb.it"
|
||||
|
|
|
@ -4,7 +4,7 @@ Gem::Specification.new do |s|
|
|||
s.executables = ["couchview", "couchdir", "couchapp"]
|
||||
s.authors = ["J. Chris Anderson"]
|
||||
s.required_rubygems_version = ">= 0"
|
||||
s.version = "0.9.7"
|
||||
s.version = "0.9.8"
|
||||
s.files = ["LICENSE",
|
||||
"README.rdoc",
|
||||
"Rakefile",
|
||||
|
|
Loading…
Reference in a new issue