Rakefile in integrity-notifyio-0.1.2 vs Rakefile in integrity-notifyio-0.1.3
- old
+ new
@@ -8,10 +8,12 @@
gem.summary = "Notifiy.io notifier for the Integrity continuous integration server"
gem.description = "Let Integrity post notifications to your Notifiy.io account after each build"
gem.email = "andrew.kalek@anlek.com"
gem.homepage = "http://github.com/anlek/integrity-notifyio"
gem.authors = ["Andrew Kalek"]
- gem.add_dependency "integrity"
+ ["integrity", "httparty"].each do |dep|
+ gem.add_dependency dep
+ end
gem.add_development_dependency "shoulda"
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
end
rescue LoadError
puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler"