Class: Mnenv::Installers::GemfileInstaller

Inherits:
Mnenv::Installer show all
Defined in:
lib/mnenv/installers/gemfile_installer.rb

Instance Attribute Summary

Attributes inherited from Mnenv::Installer

#source, #version

Instance Method Summary collapse

Methods inherited from Mnenv::Installer

#initialize, #install, #installed?

Constructor Details

This class inherits a constructor from Mnenv::Installer

Instance Method Details

#perform_installationObject



13
14
15
16
# File 'lib/mnenv/installers/gemfile_installer.rb', line 13

def perform_installation
  copy_gemfiles
  bundle_install
end

#verify_prerequisites!Object



8
9
10
11
# File 'lib/mnenv/installers/gemfile_installer.rb', line 8

def verify_prerequisites!
  verify_version_exists!
  verify_development_tools!
end