Rakefile in gitback-0.1.0 vs Rakefile in gitback-0.1.1
- old
+ new
@@ -9,20 +9,14 @@
gem.description = %Q{Provide a list of files and/or directories and gitback will copy them to your git repo, commit and push when there are changes.}
gem.email = "brycethornton@gmail.com"
gem.homepage = "http://github.com/brycethornton/gitback"
gem.authors = ["Bryce Thornton"]
gem.add_dependency "grit", ">= 2.0.0"
+ gem.add_development_dependency "shoulda"
end
Jeweler::GemcutterTasks.new
rescue LoadError
puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler"
-end
-
-require 'rake/testtask'
-Rake::TestTask.new(:test) do |test|
- test.libs << 'lib' << 'test'
- test.pattern = 'test/**/test_*.rb'
- test.verbose = true
end
begin
require 'rcov/rcovtask'
Rcov::RcovTask.new do |test|