Class: Drupid::Updater::InstallLibraryAction
- Inherits:
-
UpdateLibraryAction
- Object
- AbstractAction
- UpdateLibraryAction
- Drupid::Updater::InstallLibraryAction
- Defined in:
- lib/drupid/updater.rb
Instance Attribute Summary
Attributes inherited from AbstractAction
Instance Method Summary collapse
Methods inherited from UpdateLibraryAction
Methods inherited from AbstractAction
#fire!, #initialize, #pending?
Methods included from Drupid::Utils
#blah, #bzr, #compare_paths, #curl, #cvs, #debug, #dont_debug, #git, #hg, #ignore_interrupts, #interactive_shell, #odie, #ofail, #ohai, #owarn, #runBabyRun, #svn, #tempdir, #uncompress, #which, #writeFile
Constructor Details
This class inherits a constructor from Drupid::Updater::UpdateLibraryAction
Instance Method Details
#msg ⇒ Object
699 700 701 |
# File 'lib/drupid/updater.rb', line 699 def msg "#{Tty.blue}[Install]#{Tty.white} Library #{component.extended_name}#{Tty.reset} (#{platform.contrib_path + component.target_path})" end |