Rakefile in owasp_zap-0.0.5 vs Rakefile in owasp_zap-0.0.6
- old
+ new
@@ -12,6 +12,12 @@
task :coverage do
Rake::Task["test"].execute
end
end
+desc 'Increase version of a gem'
+task :bump do
+ sh 'gem bump --no-commit'
+end
+
+
task :default=> :test