Skip to content

Commit

Permalink
fix the gem dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
technoweenie committed Mar 28, 2011
1 parent 381d77f commit 3b600d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/unique_content_set.rb
Expand Up @@ -3,7 +3,7 @@
# Stores a set of unique content. This is used to check if new content being
# added has been seen already.
class UniqueContentSet
VERSION = '0.0.1'
VERSION = '0.1.0'

class << self
# Sets are stored in Redis.
Expand Down
2 changes: 1 addition & 1 deletion unique_content_set.gemspec
Expand Up @@ -48,7 +48,7 @@ Gem::Specification.new do |s|

## List your runtime dependencies here. Runtime dependencies are those
## that are needed for an end user to actually USE your code.
s.add_dependency('redis', ["~> 2.1.0", "~> 2.0.0"])
s.add_dependency('redis', ["< 3.0", ">= 2.0"])

## List your development dependencies here. Development dependencies are
## those that are only needed during development
Expand Down

0 comments on commit 3b600d6

Please sign in to comment.