lib/couchrest.rb in samlown-couchrest-0.37.1 vs lib/couchrest.rb in samlown-couchrest-0.37.2
- old
+ new
@@ -26,10 +26,10 @@
require 'couchrest/monkeypatches'
# = CouchDB, close to the metal
module CouchRest
- VERSION = '0.37' unless self.const_defined?("VERSION")
+ VERSION = '0.37.2' unless self.const_defined?("VERSION")
autoload :Server, 'couchrest/core/server'
autoload :Database, 'couchrest/core/database'
autoload :Response, 'couchrest/core/response'
autoload :Document, 'couchrest/core/document'