aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/lib/hbc/system_command.rb
AgeCommit message (Collapse)Author
2018-02-13Add Homebrew’s `bin` to PATH for Cask installers.Markus Reiter
2017-12-02Support environment filtering in Casks.Markus Reiter
2017-12-01Fix SystemCommand escaping … again.Markus Reiter
2017-11-23Fix SystemCommand escaping.Markus Reiter
2017-10-30Fix `SystemCommand` without arguments.Markus Reiter
2017-10-18Use “squiggly” heredocs.Markus Reiter
2017-10-12Refactor `SystemCommand`.Markus Reiter
2017-10-11Properly handle special characters in file names.Markus Reiter
2017-09-24Rubocop: automatic rule fixes.Mike McQuaid
2017-08-08Simplify SubversionDownloadStrategy.Markus Reiter
2017-08-07Revert "Refactor SVN and cURL download strategies."ilovezfs
2017-08-07Simplify SubversionDownloadStrategy.Markus Reiter
2017-06-28Remove `utf8_inspect` method.Markus Reiter
2017-05-29Fixup all RuboCop warnings.Mike McQuaid
2017-05-22Remove Cask’s `CLI#debug?`.Markus Reiter
2017-05-07Revert "Merge pull request #2597 from MikeMcQuaid/vendor-gems"Mike McQuaid
This reverts commit 3e4547f52e7ebec633f8bfefc8a396d944edf908, reversing changes made to 6edf9382bcc1240ad6f97c8b752cfe56cef9965d.
2017-05-07Vendor all Homebrew's gems.Mike McQuaid
Homebrew's actually ended up using a fair few gems. While we want to avoid Bundler at runtime (and this PR still does that, in fact uses Bundler even less at runtime than it did before) writing our own version to use at build-time seems redundant.
2017-05-01Revert "Fix `IO#select` blocking."Daniel MartĂ­n
2017-04-21Set timeout to 10 seconds instead of retrying.Markus Reiter
2017-04-21Fix `IO#select` blocking.Markus Reiter
2017-03-08Refactor Cask `pkg` artifact.Markus Reiter
2017-03-07Refactor CLI options.Markus Reiter
2017-03-04Merge Plist spec with SystemCommand::Result spec.Markus Reiter
2016-12-31Remove `:bsexec` parameter from `SystemCommand`.Markus Reiter
2016-11-11Support `SUDO_ASKPASS` environment variable.Markus Reiter
2016-10-23Auto-correct block delimiters.Markus Reiter
2016-10-23Use slash-delimited regular expressions.Markus Reiter
2016-10-04Refactor Cask’s extensions.Markus Reiter
2016-09-24Cask: Use nested classes and modules.Markus Reiter
2016-09-23Run `rubocop —auto-correct`.Markus Reiter
2016-08-24Unify heredoc style.Markus Reiter
2016-08-19initAnastasiaSulyagina