lib/bin_install.rb in bin_install-0.0.21 vs lib/bin_install.rb in bin_install-0.0.22
- old
+ new
@@ -16,9 +16,17 @@
require 'bin_install/xcode'
require 'bin_install/yarn'
require 'bin_install/zsh'
module BinInstall
+ def self.start
+ puts "Starting bin_install #{VERSION}...".white
+ end
+
+ def self.finish
+ puts "Finished bin_install #{VERSION}.".green
+ end
+
def self.system!(*args)
system(*args) || abort("Command #{args} failed!".red)
end
def app_name