aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask
AgeCommit message (Collapse)Author
2016-10-02Change `A Cask for #{token} is already installed.` message.Markus Reiter
2016-10-01Use Formatter for all URLs.Markus Reiter
2016-10-01Add `Formatter` module.Markus Reiter
2016-10-01Refactor Tty.Markus Reiter
2016-10-01Add `.com.apple.timemachine.supported` to DMG_METADATA_FILES.Markus Reiter
2016-09-28Update `rubocop-cask` to 0.10.0.Markus Reiter
2016-09-27Merge pull request #1128 from reitermarkus/rubocopMike McQuaid
RuboCop changes.
2016-09-25Update RuboCop config.Markus Reiter
2016-09-25RuboCop: MacOSMarkus Reiter
2016-09-24Cask: Use nested classes and modules.Markus Reiter
2016-09-23Merge pull request #1029 from wickles/patch-1Josh Hagins
Prevent Accessibility access for macOS >= 10.12
2016-09-23accessibility_test: fix warning messageJosh Hagins
2016-09-23Fix Style/PredicateName.Markus Reiter
2016-09-23Add `define_method` and `define_singleton_method`.Markus Reiter
2016-09-23Fix RuboCop CaseEquality.Markus Reiter
2016-09-23Remove `.simplecov` from cask’s RuboCop config.Markus Reiter
2016-09-23Add Regex for `Style/FileName` cop.Markus Reiter
2016-09-23Run `rubocop —auto-correct`.Markus Reiter
2016-09-23Enable `Style/EmptyElse` cop.Markus Reiter
2016-09-23Remove dependency on `rubocop-cask`.Markus Reiter
2016-09-23Fix coverage reporting.Markus Reiter
2016-09-23Merge pull request #1041 from penman/parallel_testsMike McQuaid
Parallelise test suite
2016-09-22Updated accessibility test for SierraAlex
2016-09-22cask-tests: remove Travis seedAlyssa Ross
This hack has been in Homebrew Cask for more than two years (since 51f93e6dc9c3da4ab2118459ea95e45c104386ec), and it originated even earlier (6d2f7bc55af0b2aa915b2396d213e30a4446256c). Cask tests apparently aren't even run on Travis anymore, so this can be safely removed.
2016-09-22Merge pull request #1064 from reitermarkus/migrate-caskroomMarkus Reiter
Ask for `sudo` when moving Caskroom.
2016-09-21remove Cask's .rubocop.ymlMaxim Belkin
2016-09-21Simplify accessibility access disable warningsAlex
2016-09-21Use `sudo mv` to move Caskroom.Markus Reiter
2016-09-21rubocop: fix soft links targetsMaxim Belkin
2016-09-21Ask for `sudo` when moving Caskroom.Markus Reiter
2016-09-21Improved accessibility access conditional styleAlex
2016-09-20Make wording more similar to existing messagesAlex
2016-09-20tests, cask-tests: (maybe) fix coverageAlyssa Ross
2016-09-20cask-tests: fix loading simplecovAlyssa Ross
2016-09-20tests, cask-tests: serialize stdout on CIAlyssa Ross
2016-09-20cask-tests: re-add removed commentAlyssa Ross
2016-09-20tests, cask-tests: log test runtimesAlyssa Ross
2016-09-20Update documentation links.Mike McQuaid
2016-09-20cask-tests: run in parallelAlyssa Ross
2016-09-19Prevent Accessibility access for macOS >= 10.12Alex
See https://github.com/caskroom/homebrew-cask/issues/24519 Feel free to suggest alternative wording and such.
2016-09-19Make `HOMEBREW_PREFIX/Caskroom` the default.Markus Reiter
2016-09-16Send coverage from Jenkins, don't run OS X Travis.Mike McQuaid
OS X Travis CI is particularly error-prone, slow and unnecessary for us when we're already running (fast) OS X builds on Jenkins so use it just for Linux testing.
2016-09-12Fix cask installation from untapped Tap not working.Markus Reiter
2016-09-11cask/cli/cleanup_spec: comment out flaky test.Mike McQuaid
This has been causing sporadic CI failures.
2016-09-10Merge Cask's gitignore with root one.Mike McQuaid
This fixes the ignoring in libgit2 clients that don't read nested `.gitignore` files.
2016-09-05Remove `homebrew-fonts` hack from search.Markus Reiter
2016-09-05Add `cask_files` method to `Tap` class.Markus Reiter
2016-09-01Merge pull request #773 from reitermarkus/report-cask-coverageMike McQuaid
Also report Cask coverage.
2016-08-30Allow deprecated hash syntax in Cask headersJoshua Hagins
2016-08-27Don’t use `should` syntax in rspec.Markus Reiter