Class: InstallGemLocal::Utilization

Inherits:
Object
  • Object
show all
Defined in:
lib/install_gem_local/utilization.rb

Class Method Summary collapse

Class Method Details

.show_methodsObject



4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# File 'lib/install_gem_local/utilization.rb', line 4

def show_methods
  long_desc = <<-STR
*******************************************

CLI to manage your own gems

*******************************************
Available Methods
*******************************************  

Remove old Gem version

Build new Gem version

Install new Gem version

Copy gem to folder

Build the latest version and push the gem

Remove old version, build and install the new version

Remove old version, build, install and copy the new version

*******************************************
  STR
end