aboutsummaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* slimmed down bundle bin to pull out ruby DSL info from GemfileTerence Lee2012-12-261-0/+56
|
* Avoid crazy stack traces from early Ctrl-Cs, thanks @mitchellh!Terence Lee2012-12-231-0/+5
|
* Merge v1.1.4 from branch '1-1-stable'André Arko2012-05-271-1/+2
|\ | | | | | | | | | | | | | | Conflicts: CHANGELOG.md bin/bundle lib/bundler/version.rb spec/install/gems/dependency_api_spec.rb
| * point users at ISSUES.md instead of a new ticketAndre Arko2012-05-271-5/+3
| |
| * Include 'your Gemfile and Gemfile.lock' in fatal exception errorRyan Bigg2012-03-131-3/+3
| |
| * Add 'Please include the full output of the command' to fatal error messageRyan Bigg2012-03-131-1/+3
| |
* | extract rescue logic in bin/bundleTerence Lee2012-05-251-27/+9
| | | | | | | | paired with @wycats
* | Include 'your Gemfile and Gemfile.lock' in fatal exception errorRyan Bigg2012-03-131-1/+1
| |
* | Make fatal error message spacing consistentRyan Bigg2012-03-111-3/+3
| |
* | Add 'Please include the full output of the command' to fatal error messageRyan Bigg2012-03-111-1/+3
|/
* Revert "stop asking for tickets on non-Bundler errors"Terence Lee2011-12-061-4/+0
| | | | | | | | This reverts commit af400195ddd6866b6188ed29a87efc105522c740. This is broken since Gem::InstallError and Gem::Installer::ExtensionBuildError aren't aren't in the namespace if a gem install error doesn't happen.
* stop asking for tickets on non-Bundler errorsAndre Arko2011-11-301-0/+4
|
* Move require 'bundler' up before the begin ... rescue ... end.Tim Felgentreff2011-10-041-1/+1
|
* Merge v1.0.20.rc from branch '1-0-stable'Andre Arko2011-09-181-10/+10
|\ | | | | | | | | | | | | | | Conflicts: CHANGELOG.md lib/bundler/cli.rb lib/bundler/installer.rb lib/bundler/version.rb
| * Fix the help spec for the 0.8 errorAndre Arko2011-09-171-1/+3
| |
| * rescue interrupts while bundler is loadingAndre Arko2011-09-171-10/+8
| | | | | | closes #1395
* | fix bundle check to not print fatal error message, close #1347Gabriel Horner2011-08-121-0/+2
| |
* | Ask users who witness uncaught exceptions to report to github issuesAndre Arko2011-03-021-0/+5
|/
* Print the backtrace on interrupts in debug modeAndre Arko2010-11-131-1/+2
|
* ENV["DEBUG"] is so ghettoAndre Arko2010-11-131-1/+1
|
* CLI error backtrace should print on the same DEBUG as ui.debugAndre Arko2010-10-211-1/+1
|
* Fix bug where bundle update foo wasn't working in many git casesCarlhuda2010-07-191-1/+2
|
* Add groups parameter to #add_bundler_dependenciesAndre Arko2010-04-071-0/+0
|
* Trap INT and quit gracefullyAndre Arko2010-04-021-0/+3
|
* Don't generate bundler.gemspec anymoreCarlhuda2010-04-011-0/+2
|
* Only cleanup outdated bundlers, not all gemsAndre Arko2010-02-131-1/+1
|
* Have the bundle command explode with a helpful error message if older ↵Carl Lerche2010-02-101-0/+7
| | | | versions of bundler exist.
* Fixes a number of issues, including superfluous fetches when packed or lockedCarlhuda2010-02-021-1/+1
|
* Rescue all Bundler exceptions and exit with appropriate error codeCarlhuda2010-02-011-1/+6
|
* Rename gemfile back to bundlerCarl Lerche2010-01-262-3/+3
|
* Rename Bubble to GemfileCarlhuda2010-01-252-3/+3
|
* Get a simple bbl install workingCarlhuda2010-01-111-0/+3