From d2c461e7f05d1444ffc6570d03b65a8f5ddb20c8 Mon Sep 17 00:00:00 2001 From: Matt Aimonetti Date: Wed, 11 Mar 2009 15:15:08 -0700 Subject: [PATCH] bumped the version # since this version is only compatible with latest couchdb trunk --- couchrest.gemspec | 2 +- lib/couchrest.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/couchrest.gemspec b/couchrest.gemspec index cd3d8d2..a957edb 100644 --- a/couchrest.gemspec +++ b/couchrest.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = %q{couchrest} - s.version = "0.20" + s.version = "0.21" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["J. Chris Anderson", "Matt Aimonetti"] diff --git a/lib/couchrest.rb b/lib/couchrest.rb index 0a326b9..d20771d 100644 --- a/lib/couchrest.rb +++ b/lib/couchrest.rb @@ -28,7 +28,7 @@ require 'couchrest/monkeypatches' # = CouchDB, close to the metal module CouchRest - VERSION = '0.20' unless self.const_defined?("VERSION") + VERSION = '0.21' unless self.const_defined?("VERSION") autoload :Server, 'couchrest/core/server' autoload :Database, 'couchrest/core/database'