aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/lib/hbc/cli/upgrade.rb
AgeCommit message (Collapse)Author
2017-11-28Stage to a different directory if upgrading Casks w/version :latestL. E. Segovia
2017-11-24Load Casks only once (and fix style issues)L. E. Segovia
2017-11-24Implement more of @reitermarkus's commentsL. E. Segovia
- Simplify outdated Casks checks - Make use of RSpec's let(:) and .and syntax
2017-11-22Upgrade an outdated Cask just by name, no need for --greedyL. E. Segovia
2017-11-22Output message if no Casks are outdatedL. E. Segovia
2017-11-16Implement @reitermarkus's commentsL. E. Segovia
- 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
2017-11-13Add tests for upgrade recoveryL. E. Segovia
2017-11-11Implement @reitermarkus's upgrade flowL. E. Segovia
2017-11-06Fix style issuesL. E. Segovia
2017-10-30Finalize metadata handling and uninstall logicL. E. Segovia
2017-10-29Hack a first working version of upgradeL. E. Segovia