Skip to content

Commit

Permalink
No message
Browse files Browse the repository at this point in the history
  • Loading branch information
arvicco committed Aug 11, 2012
1 parent 65967d3 commit a31c596
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/gem.rake
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ namespace :gem do

desc "Build and push gem to Gemcutter"
task :release => [:build, 'git:tag'] do
require 'openssl' if RUBY_ENGINE =~ /jruby/
puts "Pushing gem to Gemcutter"
system "gem push #{PKG_PATH}/#{gem_file}"
end
Expand Down

0 comments on commit a31c596

Please sign in to comment.