Sha256: 4e9a1b81c07863769e2342596f7a55ca1cf4ff42a6cac143191d8cf6d11ff91e
Contents?: true
Size: 365 Bytes
Versions: 4
Compression:
Stored size: 365 Bytes
Contents
module BinInstall module Gem def self.install puts 'Installing gems...'.white system('gem install bundler --conservative') system('bundle install') end def self.install! puts 'Installing gems...'.white BinInstall.system!('gem install bundler --conservative') BinInstall.system!('bundle install') end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
bin_install-0.0.6 | lib/bin_install/gem.rb |
bin_install-0.0.5 | lib/bin_install/gem.rb |
bin_install-0.0.4 | lib/bin_install/gem.rb |
bin_install-0.0.3 | lib/bin_install/gem.rb |