bumped version to 0.32

This commit is contained in:
Matt Aimonetti 2009-07-22 16:54:28 -07:00
parent a4254be8eb
commit dd480bcd75
3 changed files with 2 additions and 19 deletions

View file

@ -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"]

View file

@ -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

View file

@ -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'