index
:
brew
cmd-upgrade--change-build_bottle-method-call-to-bottle
master
🍺 The missing package manager for macOS
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Library
/
Homebrew
/
cask
/
lib
/
hbc
/
cli
/
reinstall.rb
Age
Commit message (
Expand
)
Author
2017-09-11
Make Cask commands fail early if a Cask is not found.
Markus Reiter
2017-06-13
Add `casks` method to iterate through arguments.
Markus Reiter
2017-06-13
🔨 Refactor Cask exceptions.
Markus Reiter
2017-05-22
Add `CLI::Options` DSL.
Markus Reiter
2017-05-22
Refactor `CLI::Install`.
Markus Reiter
2017-05-22
Pass along `CLI::Binaries`.
Markus Reiter
2017-03-27
Installer#reinstall instead of #install :reinstall
Joshua McKinney
2017-03-19
Refactor brew cask reinstall
Joshua McKinney
2017-03-16
Replace `Hbc.load` with `CaskLoader.load`.
Markus Reiter
2017-03-12
Add `#installed_caskfile` method to `Cask` class.
Markus Reiter
2016-12-05
cask reinstall: use fetch and stage steps from #1620
Raymond Wanyoike
2016-12-04
cask reinstall: download and verify cask before uninstall
Raymond Wanyoike
2016-11-18
Load cask file in `.metadata` directory directly.
Markus Reiter
2016-10-23
Fix linting errors
Martin Schimandl
2016-10-23
Remove unncessary semicolon
Martin Schimandl
2016-10-14
add cask reinstall command
Martin Schimandl