Class: Kompo::BundleInstall::Skip
- Inherits:
-
Taski::Task
- Object
- Taski::Task
- Kompo::BundleInstall::Skip
- Defined in:
- lib/kompo/tasks/bundle_install.rb
Overview
Skip bundle install when no Gemfile
Instance Method Summary collapse
Instance Method Details
#clean ⇒ Object
201 202 203 |
# File 'lib/kompo/tasks/bundle_install.rb', line 201 def clean # Nothing to clean end |
#run ⇒ Object
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 |