updated gem version

This commit is contained in:
Chris Anderson 2008-09-11 22:23:47 -07:00
parent c7fae2eca9
commit bcd9618341
2 changed files with 3 additions and 2 deletions

1
THANKS
View file

@ -6,6 +6,7 @@ and a number of other contributors. Many people further contributed to
CouchRest by reporting problems, suggesting various improvements or submitting CouchRest by reporting problems, suggesting various improvements or submitting
changes. A list of these people is included below. changes. A list of these people is included below.
* Greg Borenstein <http://ideasfordozens.com>
* Geoffrey Grosenbach <http://nubyonrails.com/> * Geoffrey Grosenbach <http://nubyonrails.com/>
* Simon Rozet <simon /at/ rozet /dot/ name> * Simon Rozet <simon /at/ rozet /dot/ name>

View file

@ -1,7 +1,7 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = "couchrest" s.name = "couchrest"
s.version = "0.9.3" s.version = "0.9.4"
s.date = "2008-09-10" 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"
s.homepage = "http://github.com/jchris/couchrest" s.homepage = "http://github.com/jchris/couchrest"