Skip to content

Commit

Permalink
Make release:all task release to github & gemcutter
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwhite committed Oct 15, 2009
1 parent a36c7e0 commit 5bcd3db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Rakefile
Expand Up @@ -101,6 +101,10 @@ begin

Jeweler::GemcutterTasks.new

namespace :release do
task :all => ['release', 'gemcutter:release']
end

rescue LoadError
puts "Jeweler not available for gem tasks. Install it with: sudo gem install jeweler"
end

0 comments on commit 5bcd3db

Please sign in to comment.