summaryrefslogtreecommitdiff
path: root/lib/bundler/ui.rb
Commit message (Expand)AuthorAgeFilesLines
* Migrate internal autoloads to not use LOAD_PATHDavid Rodríguez2019-05-121-3/+3
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-3/+3
* extract UI::SilentAndre Arko2014-01-091-40/+2
* realign public interfaces of UI and ShellAndre Arko2014-01-091-8/+14
* add silence to quiet UIAndre Arko2014-01-091-0/+4
* autoload is at least more consistentAndre Arko2014-01-081-0/+3
* break out UI::ShellAndre Arko2014-01-081-96/+0
* break out UI::RGProxyAndre Arko2014-01-081-16/+0
* Adds missing method to Bundler::UIBrent Wheeldon2013-05-131-0/+4
* fix UI :wrap option to strip leading spacesAndre Arko2013-03-141-1/+6
* argh whitespaceAndre Arko2013-02-261-2/+2
* oh wonderful, I have invented log levelsAndre Arko2013-02-251-21/+28
* only wrap when requestedAndre Arko2013-02-171-2/+3
* Merge pull request #1983 from takkanm/add-grep-optionAndre Arko2013-02-171-0/+7
* oh my dear god word wrapping at lastAndre Arko2013-02-141-2/+13
* Merge branch '1-2-stable'Andre Arko2013-02-121-2/+3
|\
| * allow quiet to be set and unsetAndre Arko2013-02-121-2/+3
* | add convenience method to query if quiet option setrohit2012-12-011-0/+4
* | add UI#trace for backtraces without DEBUG infoAndre Arko2012-11-301-0/+13
* | fix gem helper shell, set default shell correctlyAndre Arko2012-11-201-4/+3
* | Exit non-zero on invalid optionsAndre Arko2012-11-201-2/+6
|/
* change UI#debugging? to UI#debug? for symmetryAndre Arko2011-10-021-4/+5
* relocate debugger methodsAndre Arko2011-09-161-8/+8
* fix color output for ui, #1374Terence Lee2011-08-261-1/+1
* fix up messaging for the endpointTerence Lee2011-06-041-15/+21
* Fix trailing whitespaceAndre Arko2011-05-141-2/+2
* Add bundle benchmark to show load times for each gem in your bundlePascal Houliston2011-05-081-1/+9
* Fix for Error w/ Ruby 1.9.2 and Rubygems 1.5jfelchner2011-02-011-1/+1
* Initialize Gem::SilentUIAndre Arko2011-02-011-0/+1
* adding requires and default yaml parser to psych if possibleAaron Patterson2011-01-211-0/+2
* Add UI::Shell#shell= so we can disable color for --deploymentAndre Arko2010-11-131-0/+2
* Add Bundler::UI#debug! (already on if ENV["DEBUG"] is set)Andre Arko2010-11-131-1/+6
* Add #debug to Bundler::UI in case it gets usedAndre Arko2010-11-111-0/+3
* fixes #224 add --quiet flag for installJamie Macey2010-06-101-4/+9
* Add working DEBUG and DEBUG_RESOLVER modesAndre Arko2010-03-201-1/+1
* Updated the bundle install outputCarlhuda2010-02-031-2/+6
* Fixes a number of issues, including superfluous fetches when packed or lockedCarlhuda2010-02-021-1/+1
* Tweak more outputCarlhuda2010-01-261-0/+14
* First pass at outputCarlhuda2010-01-261-0/+37