Rakefile in win32screenshot-2.1.0 vs Rakefile in win32screenshot-3.0.0
- old
+ new
@@ -8,9 +8,10 @@
spec.rcov = true
end
task :build => :spec
task :default => :spec
+task "release:source_control_push" => :spec
require 'yard'
YARD::Rake::YardocTask.new
desc "Remove all temporary files"