Skip to content

Commit

Permalink
extending 'rake release' to push to gemcutter
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed Oct 6, 2009
1 parent aa9362b commit 40635eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Rakefile
Expand Up @@ -23,3 +23,7 @@ Dir['tasks/**/*.rake'].each { |t| load t }
# TODO - want other tests/tasks run by default? Add them to the list
remove_task :default
task :default => [:spec]

task :release do
sh "gem push pkg/#{$hoe.name}-#{$hoe.version}.gem"
end

0 comments on commit 40635eb

Please sign in to comment.