homebrew-cask-versions/lib/cask/dsl
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_install.rb Recast Cask::DSL::Installed as Cask::Staged 2014-10-14 11:34:02 -04:00
after_uninstall.rb Remove Cask::Decorator 2014-08-15 13:00:52 -03:00
appcast.rb document appcast stanza 2014-10-15 09:28:29 -04:00
base.rb recast method destination_path as staged_path 2014-10-18 12:23:36 -04:00
before_install.rb Remove Cask::Decorator 2014-08-15 13:00:52 -03:00
before_uninstall.rb Recast Cask::DSL::Installed as Cask::Staged 2014-10-14 11:34:02 -04:00
conflicts_with.rb re-org more files under lib/cask/dsl 2014-08-27 07:50:38 -04:00
container.rb new DSL form container :nested => <inner> 2014-09-11 09:26:40 -04:00
depends_on.rb re-org more files under lib/cask/dsl 2014-08-27 07:50:38 -04:00
gpg.rb Validate value of GPG :key_id 2014-10-05 12:47:40 +02:00
installer.rb dsl: add installer :manual 2014-10-14 11:34:44 -04:00
license.rb docs and create template for new license stanza 2014-10-01 11:18:13 -04:00
tags.rb move tags.rb to dsl/tags.rb 2014-08-23 12:30:59 -04:00