summaryrefslogtreecommitdiff
path: root/lib/bundler/ui/shell.rb
Commit message (Expand)AuthorAgeFilesLines
* Prefer `require_relative` for internal requiresDavid Rodríguez2019-04-191-1/+1
* Print errors to stderr by default, and remove configuration optionGrey Baker2019-04-121-4/+2
* fix to stop writing to stderr if closedHrvoje Šimić2018-03-161-0/+2
* improve rubocop_todo.ymlKeiji Yoshimi2017-09-241-1/+1
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
* [UI::Shell] Warn on STDERR in Bundler 2Samuel Giddins2017-06-231-1/+4
* [RuboCop] Enable Style/PercentLiteralDelimitersKoichi ITO2017-05-281-1/+1
* remove colors if printing errors to stderr without a tty availableColby Swandale2017-05-231-1/+3
* fix newline not being added correctly when printing to stderrColby Swandale2017-05-211-0/+3
* stderr feature flag is notw error_on_stderrColby Swandale2017-05-171-1/+1
* fix not checking error level before printing to stderrColby Swandale2017-05-171-1/+2
* add print error to stderr featureColby Swandale2017-05-161-0/+1
* [UI::Shell] Simplify level comparison logicSamuel Giddins2017-03-311-6/+9
* Fallback to a temp dir when the home directory is not usableSamuel Giddins2016-09-071-0/+4
* Auto merge of #4831 - bundler:seg-offline-new-index, r=indirectHomu2016-08-091-1/+1
|\
| * [Shell] Ensure debug? returns true or false and not nilSamuel Giddins2016-08-051-1/+1
* | [Install] Print errors at the end of installation instead of inlineSamuel Giddins2016-08-041-2/+2
|/
* Clean up outdated deprecation codeSamuel Giddins2016-07-051-8/+1
* Edit config & install docs re: remembered flagsStefan Lance2016-07-051-1/+9
* Add Bundler.ui.deprecateStefan Lance2016-07-051-1/+8
* [Shell] Fix #silenceSamuel Giddins2016-06-231-2/+2
* Add machinery for printing major deprecationsSamuel Giddins2016-06-231-10/+9
* [UI] Add support for printing major deprecationsSamuel Giddins2016-06-231-0/+5
* Adding add_color methodbronzdoc2016-03-071-0/+4
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* [RuboCop] Fix Style/MutableConstantSamuel Giddins2016-01-311-1/+1
* [RuboCop] Enable Style/ParallelAssignmentSamuel Giddins2015-11-261-1/+2
* Handle errors when requiring gems gracefullyAgis-2015-08-291-2/+2
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-3/+3
* Avoid showing warning messages twicefotanus@gmail.com2015-06-031-0/+3
* require thor before using itAndre Arko2015-05-181-0/+2
* centralized boolean question logicPatrick Metcalfe2015-04-191-0/+8
* indent errors in verbose mode per traditionAndre Arko2014-08-251-1/+1
* clean up UI#trace methodAndre Arko2014-07-231-5/+2
* Improved resolver significantly by trimming the search spaceSmit Shah2014-01-101-1/+1
* extract UI::SilentAndre Arko2014-01-091-4/+2
* break out UI::ShellAndre Arko2014-01-081-0/+100