We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1721859 commit 8a5eba9Copy full SHA for 8a5eba9
Rakefile
@@ -24,7 +24,7 @@ end
24
namespace :release do
25
%w(patch minor major).each do |level|
26
desc "Tag a #{level} version and push it to Gemcutter."
27
- multitask level.to_sym => %w(version:bump:patch release gemcutter:release)
+ task level.to_sym => %w(version:bump:patch release gemcutter:release)
28
end
29
30
VERSION
@@ -1 +1 @@
1
-0.1.8
+0.1.7
0 commit comments