Skip to content

Commit

Permalink
regenerated gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
beerlington committed Oct 15, 2010
1 parent 7868e2b commit 254e44d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions classy_enum.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ Gem::Specification.new do |s|

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

0 comments on commit 254e44d

Please sign in to comment.