aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/lib/hbc/artifact
AgeCommit message (Collapse)Author
2017-07-30Fix trash script.Markus Reiter
2017-07-02Merge pull request #2772 from reitermarkus/dmg-eulaMarkus Reiter
Fix DMG mounting.
2017-07-01Merge pull request #2825 from reitermarkus/refactoringMarkus Reiter
Refactoring using `Forwardable` and `DelegateClass`.
2017-06-28Refactor using `Forwardable` and `DelegateClass`.Markus Reiter
2017-06-27🥚 No easter egg for you!Markus Reiter
2017-06-24🔥 Remove test files after trashing.Markus Reiter
2017-06-24🗑️ Use AppleScript instead of Swift for trashing.Markus Reiter
2017-06-20Add support for `uninstall/zap :trash`.Markus Reiter
2017-06-14Print DMG EULA when `--verbose`.Markus Reiter
2017-05-29Fixup all RuboCop warnings.Mike McQuaid
2017-05-22Add `CLI::Options` DSL.Markus Reiter
2017-05-22Pass along `CLI::Binaries`.Markus Reiter
2017-05-08Remove `to_s` from some `Pathname`s.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-04-21Update binary.rbcommitay
2017-04-21Replace `FileUtils.chmod` with `/bin/chmod` for cask binaries. [WIP]commitay
Update binary.rb Update binary.rb Update binary.rb
2017-04-01Use `sudo` if parent path of `target` is not writable.Markus Reiter
2017-03-15Remove `sort` from `each_artifact`.Markus Reiter
2017-03-13Default to `sudo: false` for `installer/uninstall :script`.Markus Reiter
2017-03-10Refactor artifacts.Markus Reiter
2017-03-08Merge pull request #2289 from reitermarkus/cask-refactor-uninstallMarkus Reiter
Refactor `pkg`, `uninstall`, and `zap` artifacts.
2017-03-08Always `chmod +x` `binary` stanzas.Markus Reiter
2017-03-08Refactor Cask `uninstall` and `zap` stanza.Markus Reiter
2017-03-07Refactor CLI options.Markus Reiter
2017-02-19Expand glob patterns.Michael Ledin
2017-02-16Allow skipping `uninstall script:` when `--force` is passed.Markus Reiter
2017-02-10Fix `uninstall` also running `zap`.Markus Reiter
2017-02-05Refactor Cask `Artifact`s.Markus Reiter
2016-12-31Remove `:bsexec` parameter from `SystemCommand`.Markus Reiter
2016-12-06Merge pull request #1464 from reitermarkus/quit-with-launchctlMarkus Reiter
Use `launchctl` to get running processes by bundle ID.
2016-12-05Use `launchctl` to get running processes by bundle ID.Markus Reiter
2016-11-28Also fail if symlinked artifacts already exist.Markus Reiter
2016-11-28Warn when overwriting an artifact.Markus Reiter
2016-11-28Fail if cask source already exists.Markus Reiter
2016-11-21Merge pull request #1535 from umireon/cask-pkg-choiceMarkus Reiter
Cask: Add the choices option to pkg stanza
2016-11-21cask: compact the codeKaito Udagawa
2016-11-20cask: Call Tempfile#close(true) with the choices file to ensure it deletedKaito Udagawa
2016-11-19cask: use Tempfile and some style fixesKaito Udagawa
2016-11-19Remove kernel extensions specified in `uninstall :kext`.Markus Reiter
2016-11-19cask: add the choices option to pkg stanzaKaito 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-10-23Add dictionary artifactEitot
2016-10-23Auto-correct block delimiters.Markus Reiter
2016-10-23Fix spacing and indentation.Markus Reiter
2016-10-23Align `end` with beginning of line where `if/unless` is.Markus Reiter
2016-10-23Use `()` as delimiters for `%Q` and `%q` literals.Markus Reiter
2016-10-23Use slash-delimited regular expressions.Markus Reiter
2016-10-04Refactor Cask’s extensions.Markus Reiter
2016-10-01Add `Formatter` module.Markus Reiter
2016-10-01Refactor Tty.Markus Reiter