| Age | Commit message (Collapse) | Author |
|
Implement `brew cask upgrade`
|
|
|
|
- Simplify outdated Casks checks
- Make use of RSpec's let(:) and .and syntax
|
|
|
|
|
|
|
|
Cask doctor: add macOS & Java versions
|
|
|
|
- Split move into a move_back (and clarify when it is used)
- Remove unused flags
- Raise error if installed Caskfile not found
- Error out if an upgrade fails
- Remove some defensive programming checks
|
|
|
|
|
|
Fix small typo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
internal_stanza_spec.rb: change do ... end blocks to { } blocks
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Now the artifacts get re-staged, and upon an uninstall/finalize_upgrade
they are deleted by purge_versioned_files instead
|
|
|
|
|
|
Check that a single uninstall_* and zap stanza is defined
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes querying Cask commands' help
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|