Skip to content
This repository has been archived by the owner on Sep 2, 2019. It is now read-only.

Commit

Permalink
Merge pull request #42 from jof/support_new_redis_gems
Browse files Browse the repository at this point in the history
Update Rakefile Jeweler to support redis gems > v.2
  • Loading branch information
whoahbot committed Jan 3, 2013
2 parents 71bc90e + 867511a commit a1420e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -29,7 +29,7 @@ begin
gemspec.add_dependency "dm-core", ">= 1.2.0"
gemspec.add_dependency "dm-types", ">= 1.2.0"
gemspec.add_dependency "hiredis", "~> 0.4.0"
gemspec.add_dependency "redis", "~> 2.2"
gemspec.add_dependency "redis", ">= 2.2"
gemspec.files = %w(MIT-LICENSE README.textile Rakefile) + Dir.glob("{lib,spec}/**/*")
gemspec.has_rdoc = false
gemspec.extra_rdoc_files = ["MIT-LICENSE"]
Expand Down

0 comments on commit a1420e2

Please sign in to comment.