aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/settings.rb
Commit message (Expand)AuthorAgeFilesLines
* Phase 1 of rubygems/bundler reintegrationEvan Phoenix2011-04-181-2/+2
* turns out Bundler.settings.delete() has been broken this whole timeAndre Arko2011-04-061-1/+1
* What?!wycats2010-09-091-2/+0
* Improve the BUNDLE_WITHOUT spec to check installed gemsAndre Arko2010-09-041-0/+2
* Fix incorrect Bundler::Settings.without= functionPavel Chipiga2010-09-041-1/+1
* Fix incorrect ENV vars display during "bundle config" commandPavel Chipiga2010-09-041-1/+1
* Revert "Don't try to create dirs if they already exists"Santiago Pastorino2010-08-131-1/+1
* Don't try to create dirs if they already existsSantiago Pastorino2010-08-111-1/+1
* Fix the logic for determining whether or not to use sudoCarl Lerche2010-08-101-0/+4
* Provide an environment variable to allow customizing the location of <app>/.b...Carl Lerche2010-08-061-1/+1
* bundle install --system overrides a previous install locationCarlhuda2010-07-281-0/+5
* set is not required hereSantiago Pastorino2010-07-251-2/+0
* Make output prettier and check in C extension testwycats2010-07-241-4/+2
* Improve bundle config and also add build optionswycats2010-07-241-9/+41
* Add bundle config for global config settingswycats2010-07-191-16/+38
* Add a clarifying commentCarlhuda2010-07-121-0/+1
* Fix a bug where BUNDLE_PATH was superceding a path set via "bundle install foo"Carlhuda2010-07-121-1/+1
* Git should never use sudowycats2010-07-091-1/+1
* Fixed a bug where our multiplatform logic is not identical to RubygemsCarlhuda2010-07-071-2/+1
* Make bundle install [PATH] namespace its gems to specific rubiesCarlhuda2010-07-071-2/+19
* Removed environment.rb (and minimized other file/dir creation)Kevin Moore2010-05-241-5/+9
* Remember the --without option for bundle installCarlhuda2010-02-221-0/+8
* Add the ability to specify a location with bundle installCarl Lerche2010-02-021-0/+29