Skip to content

Commit

Permalink
Regenerated gemspec for version 0.1.1.rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Dec 7, 2009
1 parent ae703c3 commit 6da7029
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cucumber-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ Gem::Specification.new do |s|
s.specification_version = 3

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<cucumber>, [">= 0.4.5"])
s.add_runtime_dependency(%q<cucumber>, [">= 0.4.5.rc1"])
else
s.add_dependency(%q<cucumber>, [">= 0.4.5"])
s.add_dependency(%q<cucumber>, [">= 0.4.5.rc1"])
end
else
s.add_dependency(%q<cucumber>, [">= 0.4.5"])
s.add_dependency(%q<cucumber>, [">= 0.4.5.rc1"])
end
end

0 comments on commit 6da7029

Please sign in to comment.