class Jeweler::Commands::ReleaseToRubygems

def run

def run
  command = "gem push #{@gemspec_helper.gem_path}"
  output.puts "Executing #{command.inspect}:"
  sh command
end