From bcd96183412725d8abe724d2f7f3fa7a510848b7 Mon Sep 17 00:00:00 2001 From: Chris Anderson Date: Thu, 11 Sep 2008 22:23:47 -0700 Subject: [PATCH] updated gem version --- THANKS | 1 + couchrest.gemspec | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/THANKS b/THANKS index f571cc0..bfd4fb2 100644 --- a/THANKS +++ b/THANKS @@ -6,6 +6,7 @@ and a number of other contributors. Many people further contributed to CouchRest by reporting problems, suggesting various improvements or submitting changes. A list of these people is included below. + * Greg Borenstein * Geoffrey Grosenbach * Simon Rozet diff --git a/couchrest.gemspec b/couchrest.gemspec index 9f16fb9..1494879 100644 --- a/couchrest.gemspec +++ b/couchrest.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = "couchrest" - s.version = "0.9.3" - s.date = "2008-09-10" + s.version = "0.9.4" + s.date = "2008-09-11" s.summary = "Lean and RESTful interface to CouchDB." s.email = "jchris@grabb.it" s.homepage = "http://github.com/jchris/couchrest"