Rakefile in mongo_persist-0.0.2 vs Rakefile in mongo_persist-0.1.0
- old
+ new
@@ -9,11 +9,13 @@
gem.description = %Q{Library to add MongoDB Persistance to normal Ruby objects}
gem.email = "mharris717@gmail.com"
gem.homepage = "http://github.com/mharris717/mongo_persist"
gem.authors = ["Mike Harris"]
gem.add_development_dependency "rspec"
+ gem.add_development_dependency 'rr'
gem.add_dependency 'fattr'
gem.add_dependency 'activesupport'
+ gem.add_dependency 'mharris_ext'
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
end
Jeweler::GemcutterTasks.new
rescue LoadError
puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler"
\ No newline at end of file