Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Require RSpec >= 2.0.0 for development
Browse files Browse the repository at this point in the history
  • Loading branch information
flippingbits committed Nov 27, 2010
1 parent 50e1699 commit 1574c0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions titan.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ Gem::Specification.new do |s|
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_development_dependency(%q<rspec>, [">= 1.2.9"])
s.add_development_dependency(%q<rspec>, [">= 2.0.0"])
else
s.add_dependency(%q<rspec>, [">= 1.2.9"])
s.add_dependency(%q<rspec>, [">= 2.0.0"])
end
else
s.add_dependency(%q<rspec>, [">= 1.2.9"])
s.add_dependency(%q<rspec>, [">= 2.0.0"])
end
end

0 comments on commit 1574c0d

Please sign in to comment.