Rakefile in cruisestatus-1.1.3 vs Rakefile in cruisestatus-1.1.5
- old
+ new
@@ -9,10 +9,9 @@
gem.description = %Q{Allows scripts and applications to check the status of your project's build.}
gem.email = "toby.tripp+git@gmail.com"
gem.homepage = "http://github.com/tobytripp/cruisestatus"
gem.authors = ["Toby Tripp"]
gem.add_development_dependency "rspec", ">= 1.2.9"
- gem.add_development_dependency "rr", ">= 0.10.5"
# 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: gem install jeweler"