rev version and new gemspec

This commit is contained in:
Chris Anderson 2009-03-14 19:03:17 -07:00
parent fbc21aacd9
commit 917157a0e7
2 changed files with 5 additions and 7 deletions

File diff suppressed because one or more lines are too long

View file

@ -28,7 +28,7 @@ require 'couchrest/monkeypatches'
# = CouchDB, close to the metal
module CouchRest
VERSION = '0.2.1' unless self.const_defined?("VERSION")
VERSION = '0.2.2' unless self.const_defined?("VERSION")
autoload :Server, 'couchrest/core/server'
autoload :Database, 'couchrest/core/database'