homebrew-cask-versions/lib/cask/artifact/app.rb
Roland Walker b837d6c552 remove support for link artifact
* `app`, `suite`, and `artifact no longer implemented as
  synonyms for `link`
* backward-compatible code/comments removed
* creates class `Cask::Artifact::Suite`
* updates `brew cask info` to show specific artifact type
* fixes stray "Generic artifact" messages
2014-10-29 10:53:49 -04:00

2 lines
58 B
Ruby

class Cask::Artifact::App < Cask::Artifact::Symlinked
end