From dd480bcd7524e7da89e505cee8a0c943167b9885 Mon Sep 17 00:00:00 2001 From: Matt Aimonetti Date: Wed, 22 Jul 2009 16:54:28 -0700 Subject: [PATCH] bumped version to 0.32 --- couchrest.gemspec | 2 +- history.txt | 17 ----------------- lib/couchrest.rb | 2 +- 3 files changed, 2 insertions(+), 19 deletions(-) diff --git a/couchrest.gemspec b/couchrest.gemspec index 85fb9c3..9dea7e5 100644 --- a/couchrest.gemspec +++ b/couchrest.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = %q{couchrest} - s.version = "0.31" + s.version = "0.32" 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/history.txt b/history.txt index 52468a0..941aaba 100644 --- a/history.txt +++ b/history.txt @@ -1,20 +1,3 @@ -== 0.40 - -=== Notes - - This release slightly modifies the API and if you were using a previous version of CouchRest, -you will need to make the following modifications. - - - -* Major enhancements - - * - -* Minor enhancements - - * - == 0.32 * Major enhancements diff --git a/lib/couchrest.rb b/lib/couchrest.rb index ada8ab2..572902f 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.31' unless self.const_defined?("VERSION") + VERSION = '0.32' unless self.const_defined?("VERSION") autoload :Server, 'couchrest/core/server' autoload :Database, 'couchrest/core/database'