Skip to content

Commit

Permalink
Merge pull request #7428 from rolandwalker/remove_caveats_manual_inst…
Browse files Browse the repository at this point in the history
…aller

DSL: remove `manual_installer` from `caveats` mini-DSL
  • Loading branch information
rolandwalker committed Nov 19, 2014
2 parents c15fdad + 2fcf5b4 commit b02c921
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion doc/CASK_LANGUAGE_REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ Example:

```ruby
caveats do
manual_installer 'Little Snitch Installer.app'
path_environment_variable '/usr/texbin'
end
```

Expand Down
11 changes: 0 additions & 11 deletions lib/cask/caveats.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,6 @@ def destination_path
# 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
Expand Down

0 comments on commit b02c921

Please sign in to comment.