Rakefile in andhapp-decoct-1.6.4 vs Rakefile in andhapp-decoct-1.7.4
- old
+ new
@@ -9,10 +9,9 @@
gem.summary = "Its a simple gem which creates a project structure for sinatra to work with rspec, ZenTest, Growl, RedGreen, Rcov"
gem.email = "anuj@andhapp.com"
gem.homepage = "http://github.com/andhapp/decoct"
gem.description = "Sinatra Rspec project generator"
gem.authors = ["Anuj Dutta"]
- gem.files.include %w(lib/icons/*.*)
gem.add_dependency 'rspec'
gem.add_dependency 'ZenTest'
gem.add_dependency 'redgreen'
gem.add_dependency 'rcov'
end