Rakefile in
checkr-official-1.0.2
vs Rakefile in
checkr-official-1.1.0
- old
+ new
@@ -1,4 +1,5 @@
+require 'bump/tasks'
require 'rake/testtask' require './tasks/api_test.rb' task :default => [:test]