| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-12-04 | Use Homebrew to detect if X11 is installed. | Markus Reiter | |
| 2016-12-04 | cask reinstall: download and verify cask before uninstall | Raymond Wanyoike | |
| Closes: caskroom/homebrew-cask#27075 | |||
| 2016-11-28 | Also fail if symlinked artifacts already exist. | Markus Reiter | |
| 2016-11-28 | Warn when overwriting an artifact. | Markus Reiter | |
| 2016-11-28 | Fail if cask source already exists. | Markus Reiter | |
| 2016-11-22 | cask: Delete package dir if it is symlink on the uninstall | Kaito Udagawa | |
| When a Formula is converted into a Cask (e.g. osxfuse), a symlink remains at the place of package dir. This change ensure to remove such leftovers. | |||
| 2016-11-21 | Merge pull request #1502 from reitermarkus/load-metadata-cask-file | Markus Reiter | |
| Load cask file in `.metadata` directory directly. | |||
| 2016-11-21 | Merge pull request #1535 from umireon/cask-pkg-choice | Markus Reiter | |
| Cask: Add the choices option to pkg stanza | |||
| 2016-11-21 | cask: compact the code | Kaito Udagawa | |
| 2016-11-20 | cask: Call Tempfile#close(true) with the choices file to ensure it deleted | Kaito Udagawa | |
| 2016-11-19 | cask: use Tempfile and some style fixes | Kaito Udagawa | |
| 2016-11-19 | Remove kernel extensions specified in `uninstall :kext`. | Markus Reiter | |
| 2016-11-18 | Load cask file in `.metadata` directory directly. | Markus Reiter | |
| 2016-11-19 | cask: add the choices option to pkg stanza | Kaito Udagawa | |
| installer command accepts -applyChoiceChangesXML option to change customize options on the GUI installer from the commandline. (`man installer` for more detailed information) The introduced option `choice` enables the choice changes to be supplied via pkg stanza without tricks in preflight code. | |||
| 2016-11-15 | hbc/cmd/style: bump rubocop-cask to 0.10.6 | Josh Hagins | |
| 2016-11-14 | Merge pull request #1362 from reitermarkus/rubocop | Markus Reiter | |
| Update RuboCop to 0.45.0. | |||
| 2016-11-14 | Fix detection of self-extracting `.exe` files. | Markus Reiter | |
| 2016-11-13 | Rename single line block parameters to `acc/elem`. | Markus Reiter | |
| 2016-11-13 | Update RuboCop to 0.45.0. | Markus Reiter | |
| 2016-11-13 | Use guard clauses. | Markus Reiter | |
| 2016-11-11 | Merge pull request #1475 from reitermarkus/fix-locations | Markus Reiter | |
| Fix `Hbc::Locations` in tests. | |||
| 2016-11-11 | Merge pull request #1481 from reitermarkus/sudo-askpass | Markus Reiter | |
| Support `SUDO_ASKPASS` environment variable in `brew cask`. | |||
| 2016-11-11 | Support `SUDO_ASKPASS` environment variable. | Markus Reiter | |
| 2016-11-10 | Merge pull request #1381 from adzenith/patch-1 | Mike McQuaid | |
| `brew doctor` recommends using cask to upgrade XQuartz | |||
| 2016-11-10 | Disallow running `brew cask` as `root`. | Markus Reiter | |
| 2016-11-10 | Remove unnecessary `Hbc::Locations` aliases. | Markus Reiter | |
| 2016-11-09 | `brew doctor` recommends using cask to upgrade XQuartz | Nikolaus Wittenstein | |
| Also changes exceptions.rb to use Formatter.url | |||
| 2016-11-09 | Update the CaskAlreadyInstalledError with new reinstall command | Dorian | |
| e.g. this changes: ``` To re-install google-chrome, run: brew cask uninstall --force google-chrome && brew cask install google-chrome ``` To: ``` To re-install google-chrome, run: brew cask reinstall google-chrome ``` | |||
| 2016-11-03 | Correct a few typos | Mandar Gokhale | |
| ...and update man pages where applicable | |||
| 2016-10-29 | Merge pull request #1361 from jawshooah/cask/refactor-auditor | Josh Hagins | |
| hbc/auditor: refactor and fix bug | |||
| 2016-10-25 | Open incomplete download in append mode | buo | |
| Open the incomplete download in append mode instead of write mode. Opening in write mode truncates the existing file, so curl keeps restarting downloads instead of resuming the incomplete downloads. | |||
| 2016-10-24 | Merge pull request #1334 from jawshooah/cask/fix-tap-regex | Josh Hagins | |
| hbc/qualified_token: simplify token parsing | |||
| 2016-10-24 | hbc/qualified_token: use regex captures instead of String#split | Josh Hagins | |
| 2016-10-24 | hbc/auditor: refactor and fix bug | Josh Hagins | |
| Use instance methods to DRY things up, and fix a bug discovered in caskroom/homebrew-cask#26067 where Casks with language blocks would always fail audit. | |||
| 2016-10-24 | Merge pull request #1252 from ↵ | Josh Hagins | |
| niw/fix_cask_command_changes_entire_directory_ownership FIX: cask changes /usr/local ownership recursively | |||
| 2016-10-24 | Merge pull request #1248 from Git-Jiro/add_reinstall_cmd_to_cask | Josh Hagins | |
| add cask reinstall command | |||
| 2016-10-23 | hbc/qualified_token: simplify token parsing | Josh Hagins | |
| - Stop supporting archaic "user-repo/token" syntax - Move regex for parsing tapped Cask token to tap_constants | |||
| 2016-10-23 | Merge pull request #1355 from reitermarkus/fix-depends-on-test | Josh Hagins | |
| Fix locally failing `depends_on` test. | |||
| 2016-10-23 | Refactor Hbc::UrlChecker test. | Markus Reiter | |
| 2016-10-23 | Fix locally failing `depends_on` test. | Markus Reiter | |
| 2016-10-23 | Fix linting errors | Martin Schimandl | |
| 2016-10-23 | Add dictionary artifact | Eitot | |
| 2016-10-23 | Fix failing test caused by `repo_info`. | Markus Reiter | |
| 2016-10-23 | Auto-correct block delimiters. | Markus Reiter | |
| 2016-10-23 | Remove unnecessary string interpolation. | Markus Reiter | |
| 2016-10-23 | Use guard clauses. | Markus Reiter | |
| 2016-10-23 | Remove redundant `self`s. | Markus Reiter | |
| 2016-10-23 | Fix spacing and indentation. | Markus Reiter | |
| 2016-10-23 | Don’t use `%i` literal. | Markus Reiter | |
| 2016-10-23 | Align `end` with beginning of line where `if/unless` is. | Markus Reiter | |
