Class: Kompo::BundleInstall::Skip

Inherits:
Taski::Task
  • Object
show all
Defined in:
lib/kompo/tasks/bundle_install.rb

Overview

Skip bundle install when no Gemfile

Instance Method Summary collapse

Instance Method Details

#cleanObject



201
202
203
# File 'lib/kompo/tasks/bundle_install.rb', line 201

def clean
  # Nothing to clean
end

#runObject



195
196
197
198
199
# File 'lib/kompo/tasks/bundle_install.rb', line 195

def run
  puts "No Gemfile, skipping bundle install"
  @bundle_ruby_dir = nil
  @bundler_config_path = nil
end