Skip to content

Commit

Permalink
Removed dependencies from the Rakefile, since Jeweler can use the Gem…
Browse files Browse the repository at this point in the history
…file now.
  • Loading branch information
benhoskings committed Dec 28, 2010
1 parent daa2670 commit 36bbd22
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Rakefile
Expand Up @@ -16,13 +16,6 @@ DESCRIPTION
gem.email = "sfeley@gmail.com"
gem.homepage = "http://github.com/SFEley/candy"
gem.authors = ["Stephen Eley"]
gem.add_dependency "bson", ">= 0.20.1"
gem.add_dependency "bson_ext", '>= 0.20.1'
gem.add_dependency "mongo", ">= 0.20.1"
gem.add_development_dependency "rspec", ">= 1.2.9"
# gem.add_development_dependency "yard", ">= 0"
gem.add_development_dependency "mocha", ">= 0.9.8"
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
end
Jeweler::GemcutterTasks.new
rescue LoadError
Expand Down

0 comments on commit 36bbd22

Please sign in to comment.