Skip to content

Commit 8a5eba9

Browse files
author
Michael Bleigh
committed
Fixing release convenience rake tasks.
1 parent 1721859 commit 8a5eba9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ end
2424
namespace :release do
2525
%w(patch minor major).each do |level|
2626
desc "Tag a #{level} version and push it to Gemcutter."
27-
multitask level.to_sym => %w(version:bump:patch release gemcutter:release)
27+
task level.to_sym => %w(version:bump:patch release gemcutter:release)
2828
end
2929
end
3030

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.8
1+
0.1.7

0 commit comments

Comments
 (0)