Class: Gemshack::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/gemshack/cli.rb

Instance Method Summary collapse

Instance Method Details

#push(file) ⇒ Object



7
8
9
10
11
# File 'lib/gemshack/cli.rb', line 7

def push(file)
  puts "** Pushing #{file} to Gemshack..."
  Gemshack::Client.push(file)
  puts "** done"
end