aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
AgeCommit message (Collapse)Author
2017-10-17Merge pull request #3323 from reitermarkus/edit-invalid-caskMarkus Reiter
Allow editing invalid Casks.
2017-10-17Merge pull request #3294 from DomT4/an_empty_string_is_a_naughty_descMike McQuaid
formula_desc_cop: empty string is not a valid desc
2017-10-17Merge pull request #3293 from DomT4/predicate_auditMike McQuaid
audit: more *_predicate nudging/tweaks
2017-10-17Merge pull request #3298 from vszakats/pull302Mike McQuaid
pull: fix bintray verification failing due to redirection
2017-10-17vendor-install: use full shasum PATH.Mike McQuaid
Otherwise things can explode if there's a random `shasum`. See #3281.
2017-10-16portable-ruby: use rebuild with coverage support for Linux.Shaun Jackman
This will allow `simplecov` to generate coverage by rebuilding portable Ruby with coverage support.
2017-10-16remove sneaky empty lineMaxim Belkin
2017-10-16caveats: making plist_caveats macOS-onlyMaxim Belkin
2017-10-15Merge pull request #3296 from reitermarkus/refactor-languagesMarkus Reiter
Refactor `MacOS::languages`.
2017-10-15Allow editing invalid Casks.Markus Reiter
2017-10-15lines_cop_spec: improve language in universal_binary and build testsJCount
2017-10-15lines_cop_spec: add test for ENV.universal_binary audit exemption for wineJCount
2017-10-15lines_cop: add ENV.universal_binary audit exemption for wineJCount
2017-10-14info: pass explicit sort to handle APFSDominyk Tiller
2017-10-14deps: pass explicit sort to handle APFSDominyk Tiller
2017-10-14list: pass explicit sort to handle APFSDominyk Tiller
2017-10-14options: pass explicit sort to handle APFSDominyk Tiller
2017-10-14diagnostic: pass explicit sort to handle APFSDominyk Tiller
2017-10-14leaves: pass explicit sort to handle APFSDominyk Tiller
2017-10-14missing: pass explicit sort to handle APFSDominyk Tiller
2017-10-14tap: pass explicit sort to handle APFSDominyk Tiller
2017-10-14tap-info: pass explicit sort to handle APFSDominyk Tiller
2017-10-14commands: pass explicit sort to handle APFSDominyk Tiller
2017-10-14update-report: pass explicit sort to handle APFSDominyk Tiller
2017-10-14uses: pass explicit sort to handle APFSDominyk Tiller
2017-10-14search: pass explicit sort to handle APFSDominyk Tiller
2017-10-14formula_desc_cop_spec: add empty string testDominyk Tiller
2017-10-14formula_desc_cop: empty string is not a valid descDominyk Tiller
Just a slightly tweaked version of https://github.com/Homebrew/brew/issues/3286#issuecomment-334983011
2017-10-14Merge pull request #3309 from reitermarkus/system-commandMarkus Reiter
Refactor `SystemCommand`.
2017-10-13caveats.rb: empty method on LinuxMaxim Belkin
2017-10-13Merge branch 'master' into audit_line_rubocop_part_4_rebase_attempt_1Gautham Goli
2017-10-13fileutils: deprecate rake DSLilovezfs
superenv and the `:ruby` requirement make a `rake` DSL unnecessary.
2017-10-12In 'readall.rb', replaced multi-step 'each' loop with one-line method chain ↵Richie Thomas
of Ruby enumerator methods
2017-10-12Refactor `SystemCommand`.Markus Reiter
2017-10-12Merge pull request #3303 from reitermarkus/special-file-namesMarkus Reiter
Properly handle special characters in file names.
2017-10-12Fix mistaken &L. E. Segovia
I meant to verify that both a cmd and a help flag were received from the shell
2017-10-12Remove unknown_command variableL. E. Segovia
2017-10-12Fixes help queryingL. E. Segovia
- If a non-existent command with a flag is queried to Cask, the latter is printed instead of the command - If the help from a not-yet-tapped cask's command is queried, it prints brew tap's help infinitely Fixes caskroom/homebrew-cask#28977
2017-10-11Properly handle special characters in file names.Markus Reiter
2017-10-10readall: allow readall-ing multiple taps at onceMaxim Belkin
2017-10-10Refactor `MacOS::languages`.Markus Reiter
2017-10-10Set RuboCop maximum to current maximum.Markus Reiter
2017-10-10audit: nudge to use predicate for 'executable?' as wellDominyk Tiller
2017-10-10pull: fix bintray verification failing due to redirectionViktor Szakats
2017-10-09audit: broaden refute_predicate nudgeDominyk Tiller
2017-10-08Merge pull request #3277 from sjackman/audit-notableMike McQuaid
audit: Silence not notable on non-Homebrew taps
2017-10-08audit: Silence not notable on non-Homebrew tapsShaun Jackman
Silence "GitHub repository not notable" on non-Homebrew taps.
2017-10-08Clean up code style and remove `.rubocop_todo.yml`.Markus Reiter
2017-10-08Merge pull request #3289 from reitermarkus/cask-loader1.3.5Markus Reiter
Fix regexes in `CaskLoader`.
2017-10-08Add specs for `CaskLoader`.Markus Reiter