Skip to content

Commit

Permalink
Regenerated gemspec for version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oleriesenberg committed Oct 7, 2010
1 parent 3e56a4f commit a29383e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions redis_buddy.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{redis_buddy}
s.version = "0.2.0"
s.version = "0.2.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Ole Riesenberg"]
s.date = %q{2010-09-24}
s.date = %q{2010-10-07}
s.description = %q{A namespaced Redis Cache Store for Rails 3, based on redis-store}
s.email = %q{labs@buddybrand.de}
s.extra_rdoc_files = [
Expand All @@ -36,16 +36,16 @@ Gem::Specification.new do |s|

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<redis>, ["~> 2.0.6"])
s.add_runtime_dependency(%q<redis-namespace>, ["~> 0.10.0"])
s.add_runtime_dependency(%q<redis-namespace>, [">= 0.8.0"])
s.add_runtime_dependency(%q<yajl-ruby>, [">= 0"])
else
s.add_dependency(%q<redis>, ["~> 2.0.6"])
s.add_dependency(%q<redis-namespace>, ["~> 0.10.0"])
s.add_dependency(%q<redis-namespace>, [">= 0.8.0"])
s.add_dependency(%q<yajl-ruby>, [">= 0"])
end
else
s.add_dependency(%q<redis>, ["~> 2.0.6"])
s.add_dependency(%q<redis-namespace>, ["~> 0.10.0"])
s.add_dependency(%q<redis-namespace>, [">= 0.8.0"])
s.add_dependency(%q<yajl-ruby>, [">= 0"])
end
end
Expand Down

0 comments on commit a29383e

Please sign in to comment.