From 64c4b39aceaced668f7100d75cc8741ff4d8ffee Mon Sep 17 00:00:00 2001 From: Matt Lyon Date: Thu, 16 Apr 2009 22:29:58 -0700 Subject: [PATCH] fix rest-client dependency. d'oh ' --- Rakefile | 2 +- VERSION.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Rakefile b/Rakefile index 37fc9a2..84267d7 100644 --- a/Rakefile +++ b/Rakefile @@ -11,7 +11,7 @@ begin s.homepage = "http://github.com/mattly/exegesis" s.description = "A Document <> Object Mapper for CouchDB Documents" s.authors = ["Matt Lyon"] - s.add_dependency('rest-client', '>= 0.12.6') + s.add_dependency('rest-client', '>= 0.9') end rescue LoadError puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com" diff --git a/VERSION.yml b/VERSION.yml index a324906..57afb4f 100644 --- a/VERSION.yml +++ b/VERSION.yml @@ -1,4 +1,4 @@ --- :major: 0 :minor: 2 -:patch: 1 +:patch: 2