bumped version to 0.32
This commit is contained in:
parent
a4254be8eb
commit
dd480bcd75
3 changed files with 2 additions and 19 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = %q{couchrest}
|
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.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||||
s.authors = ["J. Chris Anderson", "Matt Aimonetti"]
|
s.authors = ["J. Chris Anderson", "Matt Aimonetti"]
|
||||||
|
|
17
history.txt
17
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
|
== 0.32
|
||||||
|
|
||||||
* Major enhancements
|
* Major enhancements
|
||||||
|
|
|
@ -28,7 +28,7 @@ require 'couchrest/monkeypatches'
|
||||||
|
|
||||||
# = CouchDB, close to the metal
|
# = CouchDB, close to the metal
|
||||||
module CouchRest
|
module CouchRest
|
||||||
VERSION = '0.31' unless self.const_defined?("VERSION")
|
VERSION = '0.32' unless self.const_defined?("VERSION")
|
||||||
|
|
||||||
autoload :Server, 'couchrest/core/server'
|
autoload :Server, 'couchrest/core/server'
|
||||||
autoload :Database, 'couchrest/core/database'
|
autoload :Database, 'couchrest/core/database'
|
||||||
|
|
Loading…
Add table
Reference in a new issue