# File lib/jeweler/commands/release_to_rubygems.rb, line 10 def run command = "gem push #{@gemspec_helper.gem_path}" output.puts "Executing #{command.inspect}:" sh command end