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

Commit

Permalink
Should it not be that yo need shoulda and jeweler only for developmen…
Browse files Browse the repository at this point in the history
…t / packing purpose ?
  • Loading branch information
JakubOboza committed Sep 13, 2011
1 parent 5080b2e commit d4f611e
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 d4f611e

Please sign in to comment.