Class: YPUpdate

Inherits:
Object
  • Object
show all
Defined in:
lib/yptools/update/yp_update.rb

Class Method Summary collapse

Class Method Details

.updateObject



7
8
9
10
11
12
13
14
15
16
17
18
# File 'lib/yptools/update/yp_update.rb', line 7

def self.update
    yp_log_doing '准备更新...'
      
    system("gem install colored")
    system("gem install bundler")
    system("gem install rake")
    system("gem install xcodeproj")
    system("gem install yptools")

    yp_log_success "更新YPTools完成"
    
end