From 3da20217fd1652d3e9f23b497469cb4d27e1d3cc Mon Sep 17 00:00:00 2001 From: Chris Anderson Date: Sat, 22 Nov 2008 16:30:36 -0800 Subject: [PATCH] rev the gem version --- Rakefile | 2 +- couchrest.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Rakefile b/Rakefile index 9838a99..6195eee 100644 --- a/Rakefile +++ b/Rakefile @@ -5,7 +5,7 @@ require 'rake/gempackagetask' spec = Gem::Specification.new do |s| s.name = "couchrest" - s.version = "0.10.0" + s.version = "0.10.1" s.date = "2008-11-22" s.summary = "Lean and RESTful interface to CouchDB." s.email = "jchris@grabb.it" diff --git a/couchrest.gemspec b/couchrest.gemspec index 0bf5377..9a66fb6 100644 --- a/couchrest.gemspec +++ b/couchrest.gemspec @@ -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.10.0" + s.version = "0.10.1" s.files = ["LICENSE", "README.rdoc", "Rakefile",