DSL: remove `manual_installer` from `caveats`

obsoleted by new form `installer :manual`.

Also remove missed obsolete documentation item.
This commit is contained in:
Roland Walker 2014-11-18 07:54:55 -05:00
parent 772a67e8eb
commit 2fcf5b4b95
2 changed files with 1 additions and 12 deletions

View File

@ -267,7 +267,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