From f9de11c23f664da05552fdc8d68cf4f414c5fe83 Mon Sep 17 00:00:00 2001 From: Chris Anderson Date: Thu, 2 Oct 2008 23:57:27 -0700 Subject: [PATCH] rev gem to 0.9.11 --- Rakefile | 2 +- couchrest.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Rakefile b/Rakefile index caa3c0b..4f42ec8 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.10" + s.version = "0.9.11" 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 ee445b9..a51992e 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.9.10" + s.version = "0.9.11" s.files = ["LICENSE", "README.rdoc", "Rakefile",