Skip to content

Commit

Permalink
reference Thor in the release task instead of twitter
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit committed Mar 18, 2012
1 parent f1ea599 commit 73a6536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Thorfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Default < Thor
Rake::Task["install"].execute
end

desc "release", "Create tag v1.6.2 and build and push twitter-1.6.2.gem to Rubygems"
desc "release", "Create tag v#{Thor::VERSION} and build and push thor-#{Thor::VERSION}.gem to Rubygems"
def release
Rake::Task["release"].execute
end
Expand Down

0 comments on commit 73a6536

Please sign in to comment.