aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask
AgeCommit message (Expand)Author
2016-10-03Stub `MacOS.languages` instead of setting HOMEBREW_LANGUAGES.Markus Reiter
2016-10-03Always fall back to `language :default`.Markus Reiter
2016-10-03Add test for `language` stanza.Markus Reiter
2016-10-03Add `language_eval` method.Markus Reiter
2016-10-03Add `language` stanza to cask DSL.Markus Reiter
2016-10-02Change re-install command to use `&&`.Markus Reiter
2016-10-02Make test for “cask already installed” less strict.Markus Reiter
2016-10-02Fix indentation of CaskCommandFailedError.Markus Reiter
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
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
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
2016-09-22Updated accessibility test for SierraAlex
2016-09-22cask-tests: remove Travis seedAlyssa Ross
2016-09-22Merge pull request #1064 from reitermarkus/migrate-caskroomMarkus Reiter
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
2016-09-19Make `HOMEBREW_PREFIX/Caskroom` the default.Markus Reiter
2016-09-16Send coverage from Jenkins, don't run OS X Travis.Mike McQuaid