aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler.rb
Commit message (Expand)AuthorAgeFilesLines
* Phase 1 of rubygems/bundler reintegrationEvan Phoenix2011-04-181-5/+7
* don't need commented out debug printsAndre Arko2011-04-111-1/+0
* Rescue from mkdir_p errors in configure_gem_home_and_pathNick Sieger2011-04-081-1/+3
* fixes 'instance variable @checked_for_sudo not initialized'Jack Dempsey2011-03-081-1/+1
* Pass Gem::Specification.from_yaml a string containing the gemspec (instead of...Sam Umbach2011-01-241-2/+3
* adding requires and default yaml parser to psych if possibleAaron Patterson2011-01-211-0/+6
* Tests and fix for Bundler.require removing gems fromAndre Arko2011-01-191-1/+4
* clean up setupAndre Arko2011-01-131-4/+3
* Allow groups to be loaded again if they been clearedAndre Arko2011-01-131-1/+1
* Stringify some paths for MacRubyAndre Arko2010-12-161-3/+3
* fix checking for sudo, and use !(`which foo` rescue '').empty? everywhereAndre Arko2010-11-131-1/+1
* catch stdout and stderr while looking for sudoAndre Arko2010-11-131-1/+1
* Install with RB_USER_INSTALL on BSDsAndre Arko2010-11-131-0/+1
* Memoize Bundler#requires_sudo? (thanks @tmm1)Andre Arko2010-11-121-2/+5
* Remove unused codeAndre Arko2010-10-191-15/+0
* Fantastic and also useful update instructions for outdated Bundler conflictsAndre Arko2010-10-171-2/+1
* Fix warnings in bundlerwycats2010-10-121-1/+1
* Create the GEM_HOME directory before setting itTony Arcieri2010-10-011-0/+1
* 1.8 doesn't support :modewycats2010-08-301-0/+4
* Integrate the new bundler man pages with bundle helpCarl Lerche2010-08-231-3/+5
* Config is deprecated on 1.8.8 and 1.9.3, use RbConfigSantiago Pastorino2010-08-191-1/+2
* Factor out Bundler.load_gemspec so Source::Path and GemHelper can use itAndre Arko2010-08-151-0/+26
* Don't need two GemspecErrorsAndre Arko2010-08-151-1/+0
* Avoid calling mkdir with sudo when not needed, you don't want to be asked for...Santiago Pastorino2010-08-131-1/+1
* Revert "Don't try to create dirs if they already exists"Santiago Pastorino2010-08-131-2/+2
* Don't try to create dirs if they already existsSantiago Pastorino2010-08-111-2/+2
* Fix the logic for determining whether or not to use sudoCarl Lerche2010-08-101-1/+1
* Have bundler remember that the bundle is frozen and ignore changes to the Gem...Carl Lerche2010-08-061-1/+0
* Rename the internal bundler variable from Bundler.deployment to Bundler.frozenCarl Lerche2010-08-061-1/+1
* Provide an environment variable to allow customizing the location of <app>/.b...Carl Lerche2010-08-061-1/+7
* The filesystem might not be writable during runtime when deployed.Carl Lerche2010-08-051-1/+1
* added GemHelper to autoloadJoshua Hull2010-08-051-0/+1
* use Process.pid in the tmp directoryJoshua Hull2010-08-041-1/+1
* Rename --deploy to --deploymentAndre Arko2010-08-031-1/+1
* Deprecate --production for --deployAndre Arko2010-08-031-8/+1
* Use the Gemfile's name as a base for Gemfile.lockCarl Lerche2010-08-031-3/+6
* Update --production to yell if the user changed their Gemfile without updatin...Carlhuda2010-07-291-0/+9
* DslError should inherit from Bundler::Error so its exceptions are caught by t...Carlhuda2010-07-291-7/+3
* Don't set $GEM_HOME unless necessaryCarl Lerche2010-07-241-1/+1
* Remove sudo -E, which never actually worked for what we wanted, and doesn't e...Carlhuda2010-07-121-1/+1
* requires_sudo if the path is not writable and sudo command existSantiago Pastorino2010-07-111-8/+2
* Make generating bin stubs an optionCarl Lerche2010-07-091-1/+2
* Git should never use sudowycats2010-07-091-1/+9
* Remove standalone #git in the DSL. Instead, use the block form of #git and pu...wycats2010-07-091-2/+1
* Go back to generating ./bin/gem_bin_stubCarl Lerche2010-07-081-1/+1
* Make bundle install [PATH] namespace its gems to specific rubiesCarlhuda2010-07-071-4/+2
* Add more sanity to the cases where bundler runs commands with sudoCarlhuda2010-07-011-4/+17
* Remove unused GemfileChanged errorAndre Arko2010-06-241-1/+0
* avoid warning: instance variable @setup not initializedSam Elliott2010-06-141-1/+1
* Back to deleting old lockfiles for the beta releaseAndre Arko2010-06-081-17/+17