Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
fix rest-client dependency. d'oh
Browse files Browse the repository at this point in the history
'
  • Loading branch information
Matt Lyon committed Apr 17, 2009
1 parent 91d18db commit 64c4b39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion VERSION.yml
@@ -1,4 +1,4 @@
---
:major: 0
:minor: 2
:patch: 1
:patch: 2

0 comments on commit 64c4b39

Please sign in to comment.