bumped the version # since this version is only compatible with latest couchdb trunk

This commit is contained in:
Matt Aimonetti 2009-03-11 15:15:08 -07:00
parent b3a6a081fd
commit d2c461e7f0
2 changed files with 2 additions and 2 deletions

View file

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

View file

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