Rakefile in rspactor-0.6.2 vs Rakefile in rspactor-0.6.3
- old
+ new
@@ -8,10 +8,9 @@
gem.summary = "RSpactor is a command line tool to automatically run your changed specs & cucumber features."
gem.description = "RSpactor is a command line tool to automatically run your changed specs & cucumber features (much like autotest)."
gem.email = "thibaud@thibaud.me"
gem.homepage = "http://github.com/thibaudgg/rspactor"
gem.authors = ["Mislav Marohnić", "Andreas Wolff", "Pelle Braendgaard", "Thibaud Guillaume-Gentil"]
- gem.add_dependency "ruby-fsevent", ">= 0.2.1"
gem.add_development_dependency "rspec", ">= 1.2.9"
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
end
Jeweler::GemcutterTasks.new
rescue LoadError
\ No newline at end of file