Sha256: da82497c94ef7b4936d7d9a493ebac66c10b5e1fe4162acf1c77360d736a2c3e

Contents?: true

Size: 232 Bytes

Versions: 52

Compression:

Stored size: 232 Bytes

Contents

desc 'bundle-install', 'Run bundle install if required', :hide => true
def bundle_install
  if File.exists?('Gemfile') and !system('bundle check > /dev/null 2>&1')
    announce 'Bundling'
    Util.system! 'bundle install'
  end
end

Version data entries

52 entries across 52 versions & 1 rubygems

Version Path
geordi-2.12.3 lib/geordi/commands/bundle_install.rb
geordi-2.12.2 lib/geordi/commands/bundle_install.rb
geordi-2.12.1 lib/geordi/commands/bundle_install.rb
geordi-2.12.0 lib/geordi/commands/bundle_install.rb
geordi-2.11.0 lib/geordi/commands/bundle_install.rb
geordi-2.10.1 lib/geordi/commands/bundle_install.rb
geordi-2.10.0 lib/geordi/commands/bundle_install.rb
geordi-2.9.0 lib/geordi/commands/bundle_install.rb
geordi-2.8.0 lib/geordi/commands/bundle_install.rb
geordi-2.7.0 lib/geordi/commands/bundle_install.rb
geordi-2.6.0 lib/geordi/commands/bundle_install.rb
geordi-2.5.0 lib/geordi/commands/bundle_install.rb
geordi-2.4.0 lib/geordi/commands/bundle_install.rb
geordi-2.3.0 lib/geordi/commands/bundle_install.rb
geordi-2.2.0 lib/geordi/commands/bundle_install.rb
geordi-2.1.0 lib/geordi/commands/bundle_install.rb
geordi-2.0.0 lib/geordi/commands/bundle_install.rb
geordi-1.10.0 lib/geordi/commands/bundle_install.rb
geordi-1.9.1 lib/geordi/commands/bundle_install.rb
geordi-1.9.0 lib/geordi/commands/bundle_install.rb