Skip to content

Commit a44a1ba

Browse files
author
Victor Pereira
committed
updated Rakefile. added new task
1 parent 328a68f commit a44a1ba

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Rakefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,10 @@ namespace :test do
1414
end
1515
end
1616

17+
desc 'Increase version of a gem'
18+
task :bump do
19+
sh 'gem bump --no-commit'
20+
end
21+
22+
1723
task :default=> :test

0 commit comments

Comments
 (0)