aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Expand)Author
2017-05-30Pathname: use Digest::SHA256 aliasMisty De Meo
2017-05-30Merge pull request #2704 from MikeMcQuaid/jenkins-brew-shMike McQuaid
2017-05-30Update jenkins.brew.sh links.Mike McQuaid
2017-05-30Stdenv: Add ENV.libxml2 and ENV.x11 for LinuxBob W. Hogg
2017-05-30Use relevant methods to consolidate logic in text_cop.rbGautham Goli
2017-05-30Refactor and add more methods in formula_cop.rbGautham Goli
2017-05-30audit: Port audit_text method to rubocop and add testsGautham Goli
2017-05-30Add methods in FormulaCop to find method nodes, dependency nodesGautham Goli
2017-05-30Fix Linux buildMike McQuaid
2017-05-30Merge pull request #2695 from MikeMcQuaid/pin-bundler-versionMike McQuaid
2017-05-29check_non_libraries: fix false positive subdirectory reportsMisty De Meo
2017-05-29tests: install specific Bundler version.Mike McQuaid
2017-05-29Fixup all RuboCop warnings.Mike McQuaid
2017-05-29Use parallel RuboCopMike McQuaid
2017-05-29Merge pull request #2663 from reitermarkus/lockfileMarkus Reiter
2017-05-29Use `Formatter::pluralize` where possible.Markus Reiter
2017-05-29update-test: tweak more edge cases.Mike McQuaid
2017-05-29update-test: improve no tags found messaging.Mike McQuaid
2017-05-29Merge pull request #2682 from MikeMcQuaid/improve-installed-messagingMike McQuaid
2017-05-29Merge pull request #2687 from issyl0/fix_formula_description_regexMike McQuaid
2017-05-29Remove unused `popen_read_text` method.Markus Reiter
2017-05-29Use `XDG_CACHE_HOME` for RuboCop.Markus Reiter
2017-05-29Match the "formula name in description" on word boundariesIsabell Long
2017-05-27diagnostic: move some more macOS doctor checks.Mike McQuaid
2017-05-27Improve some `brew install` messaging.Mike McQuaid
2017-05-25Merge pull request #2624 from mistydemeo/use_python_flockMisty De Meo
2017-05-25Use `LockFile` instead of `Hbc::Utils::file_locked?`.Markus Reiter
2017-05-25Rename `FormulaLock` to `LockFile`.Markus Reiter
2017-05-24Also move `--binarydir` to `compat/*`.Markus Reiter
2017-05-24Deprecate `--caskroom` flag.Markus Reiter
2017-05-24Merge pull request #2678 from reitermarkus/fix-cli-default-optionsMarkus Reiter
2017-05-24Merge pull request #2675 from mistydemeo/vendor_compatibility_fixesMisty De Meo
2017-05-24Add test for `--binaries` default value.Markus Reiter
2017-05-24Fix `--binaries` not using default value.Markus Reiter
2017-05-24Merge pull request #2598 from tdsmith/relocate-virtualenv-orig-prefixTim D. Smith
2017-05-24lock: simplify ruby conditionalMisty De Meo
2017-05-23brew.sh: don't call xcode-select if it doesn't existMisty De Meo
2017-05-23vendor-install: fix array syntax for old bashMisty De Meo
2017-05-23vendor-install: check -x on output of whichMisty De Meo
2017-05-23lock: check tools are executableMisty De Meo
2017-05-23Optionally use Python's flock instead of Ruby'sMisty De Meo
2017-05-23Merge pull request #2670 from reitermarkus/fix-uninstall-orderMarkus Reiter
2017-05-23Merge pull request #2671 from reitermarkus/manpage-sudo-askpassVítor Galvão
2017-05-23Merge pull request #2668 from reitermarkus/fix-audit-checksumMike McQuaid
2017-05-23Add `SUDO_ASKPASS` to `brew-cask` manpage.Markus Reiter
2017-05-23Fix `uninstall` order.Markus Reiter
2017-05-23Remove `cask_tokens_from` method.Markus Reiter
2017-05-23Fix undefined `cask_tokens` method.Markus Reiter
2017-05-23Fix `previous_version_and_checksum` method.Markus Reiter
2017-05-23Merge pull request #2654 from reitermarkus/refactor-cliMarkus Reiter