aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/utils.rb
AgeCommit message (Expand)Author
2018-02-09utils: only look for gems in GEM_HOME.Mike McQuaid
2018-02-05utils: no .metadata deprecations.Mike McQuaid
2018-01-26Always install Gems into bundler location.Mike McQuaid
2018-01-24utils: reduce odeprecated warnings.Mike McQuaid
2018-01-21utils: no deprecations for cached formulae.Mike McQuaid
2018-01-17utils: tell developers to submit odeprecated PRs.Mike McQuaid
2017-12-24utils: stop debug exploding when zsh is usedDominyk Tiller
2017-12-12Remove with_system_pathShaun Jackman
2017-12-12Do not specify absolute paths to utilitiesShaun Jackman
2017-11-17diagnostic: fix paths usage.Mike McQuaid
2017-11-05utils: correctly handle empty user gem env.Mike McQuaid
2017-10-29Tweak use of with_envMike McQuaid
2017-10-18Use “squiggly” heredocs.Markus Reiter
2017-10-08Clean up code style and remove `.rubocop_todo.yml`.Markus Reiter
2017-09-29Use `PATH` where possible.Markus Reiter
2017-09-16List cask full-namesDan Wendorf
2017-09-04audit: Add a global flag to silent warning when auditingGautham Goli
2017-07-21Enable more deprecations.Mike McQuaid
2017-07-15run_as_not_developer: use with_env helperMisty De Meo
2017-07-15Add `with_env` helper to set temporary ENV varsMisty De Meo
2017-06-14Move `require?` to `utils`.Markus Reiter
2017-06-12Merge pull request #2769 from MikeMcQuaid/rubocop-no-perl-backrefs1.2.3Mike McQuaid
2017-06-12Autocorrect Rubocop Style/SpecialGlobalVars.Mike McQuaid
2017-06-10Autocorrect Rubocop Style/PerlBackrefs.Mike McQuaid
2017-06-07edit: tweak default editors.Mike McQuaid
2017-06-02Re-revert "Fix operator spacing."Markus Reiter
2017-06-01don't try to find the full path of the editor in 'brew edit'adrian
2017-06-01Revert "Fix operator spacing."ilovezfs
2017-05-31Fix operator spacing.Markus Reiter
2017-05-18Merge pull request #2537 from reitermarkus/pathname-to_strMarkus Reiter
2017-05-13More environment filtering tweaksMike McQuaid
2017-05-08Remove `to_s` from some `Pathname`s.Markus Reiter
2017-05-07Revert "Merge pull request #2597 from MikeMcQuaid/vendor-gems"Mike McQuaid
2017-05-07Revert "Merge pull request #2603 from MikeMcQuaid/tweak-gem-vendoring"Mike McQuaid
2017-05-07Tweak Gem vendoring.Mike McQuaid
2017-05-07Vendor all Homebrew's gems.Mike McQuaid
2017-05-03Remove `existing` from PATH when adding `Gem.bindir`.Markus Reiter
2017-05-03utils: create GEM_HOME when installing Gems.Mike McQuaid
2017-04-30Rename `PATH#validate` to `PATH#existing`.Markus Reiter
2017-04-30Make `PATH` enumerable.Markus Reiter
2017-04-30Use `PATH` where possible.Markus Reiter
2017-04-30Remove `Array#to_path_s`.Markus Reiter
2017-04-30Use `to_path_s` in `install_gem_setup_path!`.Markus Reiter
2017-04-24Remove puts_hash, require ppMike McQuaid
2017-04-24utils: make which_editor handle editor args.Mike McQuaid
2017-04-23Fix audit version_scheme and revision checks.Mike McQuaid
2017-04-23Merge pull request #2524 from MikeMcQuaid/more-env-filtering-fixesMike McQuaid
2017-04-22utils: fix which_editor.Mike McQuaid
2017-04-22Hide sensitive tokens from install/test/post.Mike McQuaid
2017-04-21Fix `brew edit` with environment filtering.Mike McQuaid