From 85079a54d98ea90ecbab31cba319f0971904e9a6 Mon Sep 17 00:00:00 2001 From: Matt Aimonetti Date: Sun, 17 May 2009 21:20:38 -0700 Subject: [PATCH] bumped the version --- couchrest.gemspec | 2 +- lib/couchrest.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/couchrest.gemspec b/couchrest.gemspec index a0ae3df..4af92bf 100644 --- a/couchrest.gemspec +++ b/couchrest.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = %q{couchrest} - s.version = "0.25" + s.version = "0.26" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["J. Chris Anderson", "Matt Aimonetti"] diff --git a/lib/couchrest.rb b/lib/couchrest.rb index 49b094e..26406df 100644 --- a/lib/couchrest.rb +++ b/lib/couchrest.rb @@ -30,7 +30,7 @@ require 'couchrest/monkeypatches' # = CouchDB, close to the metal module CouchRest - VERSION = '0.25' unless self.const_defined?("VERSION") + VERSION = '0.26' unless self.const_defined?("VERSION") autoload :Server, 'couchrest/core/server' autoload :Database, 'couchrest/core/database'