Merge pull request #7428 from rolandwalker/remove_caveats_manual_installer

DSL: remove `manual_installer` from `caveats` mini-DSL
This commit is contained in:
Roland Walker 2014-11-18 19:48:23 -05:00
commit b02c921812
2 changed files with 1 additions and 12 deletions

View File

@ -269,7 +269,7 @@ Example:
```ruby
caveats do
manual_installer 'Little Snitch Installer.app'
path_environment_variable '/usr/texbin'
end
```

View File

@ -49,17 +49,6 @@ class Cask::CaveatsDSL
# to the output by the caller, but that feature is only for the
# convenience of Cask authors. )
# todo: remove this method after DSL 1.0 transition
def manual_installer(path)
puts <<-EOS.undent
To complete the installation of Cask #{@cask}, you must also
run the installer at
'#{staged_path.join(path)}'
EOS
end
def path_environment_variable(path)
puts <<-EOS.undent
To use #{@cask}, you may need to add the #{path} directory