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

Commit

Permalink
Merge branch 'master' of github.com:saks/mongoid_acts_as_tree
Browse files Browse the repository at this point in the history
  • Loading branch information
saks committed Jan 23, 2012
2 parents ba5c89e + 1d8c07e commit 641984d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mongoid_acts_as_tree.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,9 @@ Gem::Specification.new do |s|
s.add_runtime_dependency(%q<mongoid>, [">= 0"])
s.add_runtime_dependency(%q<bson>, [">= 0"])
s.add_runtime_dependency(%q<bson_ext>, [">= 0"])
s.add_runtime_dependency(%q<shoulda>, [">= 0"])
s.add_runtime_dependency(%q<jeweler>, [">= 0"])
s.add_runtime_dependency(%q<mongoid>, [">= 2.0.0"])
s.add_runtime_dependency(%q<bson>, [">= 0.20.1"])
s.add_development_dependency(%q<jeweler>, [">= 0"])
s.add_development_dependency(%q<shoulda>, [">= 2.10.2"])
else
s.add_dependency(%q<mongoid>, [">= 0"])
Expand Down

0 comments on commit 641984d

Please sign in to comment.