| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-10-18 | following to follow | Naren | |
| 2016-10-18 | remove empty line and concatenate newline to e.message in cli.rb | Naren | |
| 2016-10-18 | updating DSL test | Naren | |
| 2016-10-18 | updated cmd to point to prebug steps url | Naren | |
| 2016-10-17 | hbc/cli/style: bump RUBOCOP_CASK_VERSION | Josh Hagins | |
| 2016-10-15 | Use SystemCommand.run instead of custom wrapper. | Yoshimasa Niwa | |
| There is an existing `SystemCommand.run` that executes command with `sudo`. Use that instead of yet another custom wrapper. | |||
| 2016-10-15 | Add test for `Formatter.columns`. | Markus Reiter | |
| 2016-10-15 | Convert `puts_columns` to `puts Formatter.columns`. | Markus Reiter | |
| 2016-10-15 | Don’t use `puts_columns` if `empty?` or single item. | Markus Reiter | |
| 2016-10-14 | add cask reinstall command | Martin Schimandl | |
| 2016-10-12 | Merge pull request #1264 from reitermarkus/single-language-audit | Markus Reiter | |
| Allow auditing of a single language of a cask. | |||
| 2016-10-11 | Fix CaskCommandFailedError. | Markus Reiter | |
| 2016-10-11 | Allow auditing of a single language of a cask. | Markus Reiter | |
| 2016-10-10 | Merge pull request #1245 from reitermarkus/fix-cask-path-for-query | Markus Reiter | |
| Fix getting cask path for queries. | |||
| 2016-10-10 | Create caskroom without sudo in writable parent. | Yoshimasa Niwa | |
| In case the parent directory of Caskroom is writable for the user, we don't need to use `sudo` to execute commands. Make a generic method to run commands that has an option to switch sudo so that we can run commands with and without sudo. | |||
| 2016-10-10 | Update URL in qualified_token comment | Alyssa Ross | |
| The homebrew/homebrew wiki no longer exists. | |||
| 2016-10-09 | FIX: cask changes /usr/local ownership recursively | Yoshimasa Niwa | |
| Relatively old code in Hbc::Caskroom recursively changes the ownership of the directory where the Caskroom directory exists, that changes entire files in /usr/local to user:staff if Homebrew setup with default configuration. This is really dangerous because it's easy to trigger (just simply type `brew cask something` by following some installation documentation.) This patch removes entire `chown` with -R option and make the logic simply creating Caskroom directory with default Homebrew directories ownership and permission. | |||
| 2016-10-09 | No need to check if `Encoding` is defined. | Markus Reiter | |
| 2016-10-09 | Fix getting cask path for queries. | Markus Reiter | |
| 2016-10-09 | Merge pull request #1241 from reitermarkus/deprecation-warning | Mike McQuaid | |
| Comment out `license` stanza deprecation warning. | |||
| 2016-10-08 | Remove Homebrew Cask documentation. | Markus Reiter | |
| 2016-10-08 | Comment out `license` stanza deprecation warning. | Markus Reiter | |
| 2016-10-07 | Merge pull request #1235 from abookyun/deprecate-license | Markus Reiter | |
| Deprecate license | |||
| 2016-10-07 | Merge pull request #1220 from reitermarkus/tap-version-string | Markus Reiter | |
| Make `core_tap_version_string` reusable. | |||
| 2016-10-07 | Fix unused argument | David Yun | |
| 2016-10-07 | Use odeprecated rather than remove it entirely | David Yun | |
| * Fix IntegrationCommandTestCask | |||
| 2016-10-07 | Remove license from all documentation | David Yun | |
| 2016-10-06 | Deprecate license stanza | David Yun | |
| 2016-10-06 | Merge pull request #1216 from reitermarkus/fix-language-audit | Markus Reiter | |
| Fix exit code for multilingual cask audit. | |||
| 2016-10-06 | Merge pull request #1207 from reitermarkus/cask-already-installed-warning | Markus Reiter | |
| Change `A Cask for #{token} is already installed.` message. | |||
| 2016-10-06 | Merge pull request #1196 from reitermarkus/dmg-metadata | Markus Reiter | |
| Add `.com.apple.timemachine.supported` to DMG_METADATA_FILES. | |||
| 2016-10-04 | Refactor Cask’s extensions. | Markus Reiter | |
| 2016-10-04 | Make `core_tap_version_string` reusable. | Markus Reiter | |
| 2016-10-03 | Fix exit code for multilingual cask audit. | Markus Reiter | |
| 2016-10-03 | Style changes in `language_eval`. | Markus Reiter | |
| 2016-10-03 | Refactor audit for changed DSL. | Markus Reiter | |
| 2016-10-03 | Raise error if more than one default language if specified. | Markus Reiter | |
| 2016-10-03 | Change language DSL to only allow strings. | Markus Reiter | |
| 2016-10-03 | Add Locale class to enable easier matching of locales. | Markus Reiter | |
| 2016-10-03 | Support `audit` for multilingual casks. | Markus Reiter | |
| 2016-10-03 | Refactor logic to always choose first matched language. | Markus Reiter | |
| 2016-10-03 | Add `—language` option. | Markus Reiter | |
| 2016-10-03 | Stub `MacOS.languages` instead of setting HOMEBREW_LANGUAGES. | Markus Reiter | |
| 2016-10-03 | Always fall back to `language :default`. | Markus Reiter | |
| 2016-10-03 | Add test for `language` stanza. | Markus Reiter | |
| 2016-10-03 | Add `language_eval` method. | Markus Reiter | |
| 2016-10-03 | Add `language` stanza to cask DSL. | Markus Reiter | |
| 2016-10-02 | Change re-install command to use `&&`. | Markus Reiter | |
| 2016-10-02 | Make test for “cask already installed” less strict. | Markus Reiter | |
| 2016-10-02 | Fix indentation of CaskCommandFailedError. | Markus Reiter | |
