Skip to content

Commit

Permalink
Regenerate gemspec for version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Veraticus committed Feb 15, 2012
1 parent acd7621 commit badfa28
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rapnd.gemspec
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = "rapnd"
s.version = "0.1.0"
s.version = "0.1.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Josh Symonds"]
Expand Down Expand Up @@ -48,7 +48,7 @@ Gem::Specification.new do |s|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<hiredis>, ["~> 0.3.1"])
s.add_runtime_dependency(%q<redis>, ["~> 2.2.0"])
s.add_runtime_dependency(%q<active_support>, [">= 0"])
s.add_runtime_dependency(%q<activesupport>, [">= 0"])
s.add_runtime_dependency(%q<foreverb>, [">= 0"])
s.add_development_dependency(%q<mocha>, [">= 0"])
s.add_development_dependency(%q<rspec>, [">= 0"])
Expand All @@ -58,7 +58,7 @@ Gem::Specification.new do |s|
else
s.add_dependency(%q<hiredis>, ["~> 0.3.1"])
s.add_dependency(%q<redis>, ["~> 2.2.0"])
s.add_dependency(%q<active_support>, [">= 0"])
s.add_dependency(%q<activesupport>, [">= 0"])
s.add_dependency(%q<foreverb>, [">= 0"])
s.add_dependency(%q<mocha>, [">= 0"])
s.add_dependency(%q<rspec>, [">= 0"])
Expand All @@ -69,7 +69,7 @@ Gem::Specification.new do |s|
else
s.add_dependency(%q<hiredis>, ["~> 0.3.1"])
s.add_dependency(%q<redis>, ["~> 2.2.0"])
s.add_dependency(%q<active_support>, [">= 0"])
s.add_dependency(%q<activesupport>, [">= 0"])
s.add_dependency(%q<foreverb>, [">= 0"])
s.add_dependency(%q<mocha>, [">= 0"])
s.add_dependency(%q<rspec>, [">= 0"])
Expand Down

0 comments on commit badfa28

Please sign in to comment.