Skip to content
This repository has been archived by the owner on Sep 9, 2021. It is now read-only.

Commit

Permalink
set dependency for mongoid to > 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timoschilling committed May 16, 2011
1 parent 9053295 commit ba898cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mongoid_acts_as_tree.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,16 @@ Gem::Specification.new do |s|
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<mongoid>, ["<= 2.0.0"])
s.add_runtime_dependency(%q<mongoid>, [">= 2.0.0"])
s.add_runtime_dependency(%q<bson>, [">= 0.20.1"])
s.add_development_dependency(%q<shoulda>, [">= 2.10.2"])
else
s.add_dependency(%q<mongoid>, ["<= 2.0.0"])
s.add_dependency(%q<mongoid>, [">= 2.0.0"])
s.add_dependency(%q<bson>, [">= 0.20.1"])
s.add_dependency(%q<shoulda>, [">= 2.10.2"])
end
else
s.add_dependency(%q<mongoid>, ["<= 2.0.0"])
s.add_dependency(%q<mongoid>, [">= 2.0.0"])
s.add_dependency(%q<bson>, [">= 0.20.1"])
s.add_dependency(%q<shoulda>, [">= 2.10.2"])
end
Expand Down

0 comments on commit ba898cd

Please sign in to comment.