aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/utils.rb
AgeCommit message (Expand)Author
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
2017-03-11Deprecate `#plural`.Markus Reiter
2017-03-11Add `Formatter::pluralize`.Markus Reiter
2017-03-04Use `Gem.bindir` instead of `#{Gem.dir}/bin`.Markus Reiter
2017-02-27Merge pull request #1708 from joshka/feature/install-tap-cmd-completionsMike McQuaid
2017-02-26Install tap command completions and manpagesJoshua McKinney
2017-02-25Add 'B' for bytes to cleanup command outputJeppe Toustrup
2017-02-20Added support for returning HTTP status codes and for git and svn URLsDavid Broder-Rodgers
2017-01-23emoji: remove hack required for Ruby 1.8.7Alyssa Ross
2016-12-30Add option to disable methods on specific date.Markus Reiter
2016-12-10which_all: don't assume path is a string.Mike McQuaid
2016-11-20compat: deprecate Utils::JSON in favor of corelib JSON.William Woodruff
2016-11-14utils: fix capture_stderr styleAlyssa Ross
2016-11-14Warn developers when uninstalling a dependencyAlyssa Ross
2016-10-15Convert `puts_columns` to `puts Formatter.columns`.Markus Reiter
2016-10-15Refactor `puts_columns`.Markus Reiter
2016-10-08Rename FormulaMethodDeprecatedError to MethodDeprecatedError.Markus Reiter
2016-10-04Make `core_tap_version_string` reusable.Markus Reiter
2016-10-04Merge pull request #1145 from reitermarkus/module-functionMarkus Reiter
2016-10-02Fix Style/GuardClause style offense.Markus Reiter
2016-10-02Use `module_function` for commands.Markus Reiter