From de9fe4574491e98a495cbcac4af153e8175e7811 Mon Sep 17 00:00:00 2001 From: Chris Anderson Date: Sat, 13 Sep 2008 19:00:17 -0400 Subject: [PATCH] rev gem version to 0.9.5 --- Rakefile | 2 +- couchrest.gemspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Rakefile b/Rakefile index 5312aaa..edee245 100644 --- a/Rakefile +++ b/Rakefile @@ -5,7 +5,7 @@ require 'spec/rake/spectask' spec = Gem::Specification.new do |s| s.name = "couchrest" - s.version = "0.9.4" + s.version = "0.9.5" s.date = "2008-09-11" s.summary = "Lean and RESTful interface to CouchDB." s.email = "jchris@grabb.it" diff --git a/couchrest.gemspec b/couchrest.gemspec index 6018ffd..cac6989 100644 --- a/couchrest.gemspec +++ b/couchrest.gemspec @@ -1,10 +1,10 @@ Gem::Specification.new do |s| s.extra_rdoc_files = ["README.rdoc", "LICENSE", "THANKS"] - s.date = "Thu Sep 11 00:00:00 -0700 2008" + s.date = "Thu Sep 11 00:00:00 -0400 2008" s.executables = ["couchview", "couchdir"] s.authors = ["J. Chris Anderson"] s.required_rubygems_version = ">= 0" - s.version = "0.9.4" + s.version = "0.9.5" s.files = ["LICENSE", "README.rdoc", "Rakefile",