| Age | Commit message (Collapse) | Author |
|
List cask full-names
|
|
`brew cask list` supports the `--full-name` flag which will include the tap
name for casks not part of the core caskroom/cask tap. For example, if
cask "foo-beta" is installed from the caskroom/versions cask, `brew cask
list --full-name` will report the name as "caskroom/versions/foo-beta".
|
|
|
|
|
|
Fix uninstall with `:signal`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implement `conflicts_with :cask`.
|
|
|
|
Fixes #3069.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Detect `Tap` in `CaskLoader`.
|
|
|
|
|
|
Simplify `assert_only_one_stanza_allowed`.
|
|
|
|
|
|
|
|
Enable more deprecations.
|
|
|
|
|
|
|
|
|
|
|
|
It's been long enough that these have been commented out so let's
enable them globally.
|
|
|
|
|
|
Fix DMG mounting.
|
|
Refactoring using `Forwardable` and `DelegateClass`.
|
|
|
|
|