| Age | Commit message (Collapse) | Author |
|
Add helper method for Cask fixture paths and refactor CaskLoader.
|
|
|
|
|
|
|
|
add language tests for dsl
add fixtures, tests for languages info output
add extra lines
|
|
`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".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #3069.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix `brew cask info` for removed Casks.
|
|
|
|
|
|
|
|
|
|
|
|
This requires updating to Rubocop 0.49.0 which will require some fixes
to rules, in Homebrew/brew and Homebrew/homebrew-core but opening this
for now so I remember.
|
|
Convert `FormulaLock` to more generic `LockFile`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|