Rakefile in integrity-notifyio-0.1.4 vs Rakefile in integrity-notifyio-0.1.5
- old
+ new
@@ -8,10 +8,10 @@
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"]
- ["integrity", "httparty"].each do |dep|
+ ["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