summaryrefslogtreecommitdiff
path: root/lib/bundler/cli.rb
Commit message (Expand)AuthorAgeFilesLines
* fix checking for sudo, and use !(`which foo` rescue '').empty? everywhereAndre Arko2010-11-131-1/+1
* catch stdout and stderr while looking for sudov1.0.4Andre Arko2010-11-131-1/+1
* Add UI::Shell#shell= so we can disable color for --deploymentAndre Arko2010-11-131-2/+3
* UI#debug! if options["verbose"], remove silly CLI#plain_shellAndre Arko2010-11-131-8/+4
* rescue failed shell-outs to `which`Andre Arko2010-11-131-2/+1
* Install with RB_USER_INSTALL on BSDsAndre Arko2010-11-131-0/+1
* Verbose now -V to not nerf version -vAndre Arko2010-11-051-1/+1
* Add --verbose/-v switch to enable DEBUG modeAndre Arko2010-11-051-0/+2
* disable colored output for --deploymentAndre Arko2010-10-291-5/+10
* Improve the output from install with --pathAndre Arko2010-10-151-5/+12
* Warn on missing gems during --local installAndre Arko2010-10-141-0/+4
* Allow installing after --deployment fails due to missing lockAndre Arko2010-10-111-2/+2
* Allow --without groups to be a quoted space separated listAndre Arko2010-10-111-1/+5
* Gemcutter is now rubygems.org. Closes #741Andre Arko2010-10-061-1/+1
* chdir to the gem src when calling bundle openJesse Storimer2010-10-011-3/+6
* use plaintext helpfiles when running in-jar under jruby... groff doesn't like...mccraig mccraig of the clan mccraig2010-10-011-1/+1
* Add (optional) binary generation to gem commandAndre Arko2010-09-301-6/+10
* Prompt instead of exiting on file collisionErik Michaels-Ober2010-09-181-5/+0
* Actually use BUNDLE_WITHOUT during installAndre Arko2010-09-041-1/+1
* Switch to binary read (should fix Windows issue)wycats2010-08-291-1/+1
* Woops, always run specs before committing.Carl Lerche2010-08-231-1/+1
* Integrate the new bundler man pages with bundle helpCarl Lerche2010-08-231-0/+37
* Create gem version files that work with nested constantsAndre Arko2010-08-151-1/+2
* Add exit codes for the two cases when bundler exec failsWill Leinweber2010-08-151-0/+2
* Fix a bug where --gemfile and --deployment did not work togetherCarl Lerche2010-08-101-1/+3
* Have bundler remember that the bundle is frozen and ignore changes to the Gem...Carl Lerche2010-08-061-1/+1
* Add --frozen to disable updating the Gemfile.lock with changes to Gemfile (th...Carl Lerche2010-08-061-2/+5
* Rename the internal bundler variable from Bundler.deployment to Bundler.frozenCarl Lerche2010-08-061-1/+1
* Minor tweaks and cleanups to gemAndre Arko2010-08-041-1/+0
* initial port of gem management/templating functionalityJoshua Hull2010-08-041-0/+30
* Rename --deploy to --deploymentAndre Arko2010-08-031-10/+10
* Add --gemfile as a flag for bundle check.Carl Lerche2010-08-031-0/+3
* Deprecate --production for --deployAndre Arko2010-08-031-12/+20
* Use the Gemfile's name as a base for Gemfile.lockCarl Lerche2010-08-031-2/+2
* The CLI should print a better warning on bundle check if the resolver can't g...Carlhuda2010-08-021-1/+7
* Add --path and add descriptions for some flagsCarlhuda2010-07-291-5/+16
* Update --production to yell if the user changed their Gemfile without updatin...Carlhuda2010-07-291-2/+12
* Add --production. So far:Carlhuda2010-07-281-8/+13
* Remove --disable-shared-gemsCarlhuda2010-07-281-2/+12
* bundle install --system overrides a previous install locationCarlhuda2010-07-281-0/+8
* Print a clarifying warning if you use bundle install fooCarlhuda2010-07-281-0/+7
* Make output prettier and check in C extension testwycats2010-07-241-3/+9
* Improve bundle config and also add build optionswycats2010-07-241-8/+19
* Fix a bug where `bundle exec bundle *` and shelling out to bundle from inside...Carlhuda2010-07-211-15/+1
* Don't run any git commands when in runtime mode (aka Bundler.setup)Carlhuda2010-07-201-4/+5
* Remove the call to lock from Runtime#initializeCarlhuda2010-07-191-0/+4
* Add bundle config for global config settingswycats2010-07-191-1/+43
* Hide methods using :hide => truewycats2010-07-161-8/+1
* Make sure that bundle show bundler shows the correct pathCarl Lerche2010-07-151-0/+3
* Don't delete Gemfile.lock at the start of a bundle updateCarl Lerche2010-07-131-1/+1