class Gemshack::CLI

Public Instance Methods

push(file) click to toggle source
# File lib/gemshack/cli.rb, line 7
def push(file)
  puts "** Pushing #{file} to Gemshack..."
  Gemshack::Client.push(file)
  puts "** done"
end