homebrew-cask/lib/cask/artifact
Roland Walker 967aa22793 recast method `destination_path` as `staged_path`
* part of DSL 1.0 review
* `destination_path` was always a bit vague (it refers to
  Cask-specific, version-specific location under
  `/opt/homebrew-cask/Caskroom`)
* here renamed `staged_path` to match upcoming command verb
  `brew cask stage`
* rename also intended to reduce confusion when we implement
  copying as a configurable alternative to symlinking
* transitional `destination_path` methods to remain while
  Casks are converted (this was documented as a part of the
  DSL, and used by 39 Casks in main repo)
* unrelated variables containing "stage" recast for clarity
2014-10-18 12:23:36 -04:00
..
after_block.rb Remove Cask::Decorator 2014-08-15 13:00:52 -03:00
app.rb DSL: add `artifact` stanza 2014-09-17 09:09:53 -04:00
artifact.rb DSL: add `artifact` stanza 2014-09-17 09:09:53 -04:00
base.rb recast :print => true as :print_stdout => true 2014-09-25 09:31:05 -04:00
before_block.rb Remove Cask::Decorator 2014-08-15 13:00:52 -03:00
binary.rb recast install/uninstall methods: `install_phase` 2014-06-18 20:22:24 -04:00
caskroom_only.rb Add uninstall_phase method to CaskroomOnly artifact 2014-08-11 23:07:36 -03:00
colorpicker.rb refactor artifacts 2014-01-03 17:08:09 -05:00
font.rb use hard links for fonts instead of symlinks 2014-01-04 12:39:37 -05:00
hardlinked.rb Merge pull request #3073 from rolandwalker/add_target_metadata 2014-02-25 12:30:15 -05:00
input_method.rb Implement `input_method` artifact 2014-01-19 00:40:56 +08:00
installer.rb recast method `destination_path` as `staged_path` 2014-10-18 12:23:36 -04:00
internet_plugin.rb add support for internet_plugin artifact 2014-08-26 11:22:25 -04:00
nested_container.rb recast method `destination_path` as `staged_path` 2014-10-18 12:23:36 -04:00
pkg.rb recast method `destination_path` as `staged_path` 2014-10-18 12:23:36 -04:00
prefpane.rb refactor artifacts 2014-01-03 17:08:09 -05:00
qlplugin.rb Reload QuickLook on plugin uninstall 2014-08-25 14:49:25 -03:00
screen_saver.rb tiny nits on new Screen Saver artifact 2014-02-03 11:21:09 -05:00
service.rb refactor artifacts 2014-01-03 17:08:09 -05:00
symlinked.rb recast method `destination_path` as `staged_path` 2014-10-18 12:23:36 -04:00
uninstall.rb promote `:uninstall` to an independent artifact 2014-06-18 20:22:24 -04:00
uninstall_base.rb recast method `destination_path` as `staged_path` 2014-10-18 12:23:36 -04:00
widget.rb refactor artifacts 2014-01-03 17:08:09 -05:00
zap.rb functionality and docs for zap stanza 2014-09-13 10:21:17 -04:00