aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Have bundler install to $GEM_HOME by default instead of ~/.bundle. This still...Carlhuda2010-04-221-1/+1
* Iron out source pinning logicCarlhuda2010-04-222-4/+14
* Don't have duplicate gemfile dependencies when lockedCarlhuda2010-04-221-1/+5
* Fix the Gem::SourceIndex monkey patchingCarlhuda2010-04-222-16/+2
* Update bundle show to take into consideration the new install / lock semanticsCarlhuda2010-04-221-2/+1
* Fix git with the new lockfile formatCarlhuda2010-04-222-7/+24
* Merge remote branch 'origin/master' into flexicleCarlhuda2010-04-223-33/+64
|\
| * Refactor the Rubygems source such that instead of having one instance per rem...Carl Lerche2010-04-222-20/+58
* | .bundle/environment.rb should just require "bundler/setup" for now.Carlhuda2010-04-212-15/+10
* | Remove temporary flex stuffCarlhuda2010-04-2010-370/+146
* | Be smart about handling changed GemfilesCarlhuda2010-04-205-6/+28
* | Start using the new lockfile format when installingCarlhuda2010-04-202-4/+16
* | First pass at lockfile parserCarlhuda2010-04-203-14/+14
* | WIPCarlhuda2010-04-204-4/+110
* | Write tests for the format of the new lockfileCarlhuda2010-04-203-15/+5
* | First pass at generating the new LockfileCarlhuda2010-04-209-10/+182
|/
* Merge in v0.9.21Andre Arko2010-04-179-58/+98
|\
| * Version 0.9.21Andre Arko2010-04-161-1/+1
| * Don't raise 'omg wtf' anymore. With spec. :PAndre Arko2010-04-161-2/+1
| * Version 0.9.20Andre Arko2010-04-151-1/+1
| * Pretty error when trying to exec something that is not executableAndre Arko2010-04-151-0/+2
| * Load YAML gemspecsJoshua Hull2010-04-141-1/+15
| * Stop infinite recursion in locked bundles that include BundlerAndre Arko2010-04-141-2/+4
| * Request regeneration of env.rb if it is out of sync with the lockfileAndre Arko2010-04-141-2/+11
| * Pretty error from Bundle.setup when gems are missingAndre Arko2010-04-142-11/+17
| * Version 0.9.19Andre Arko2010-04-121-1/+1
| * Ensure Ruby 1.9 Rubygems is fully loaded in locked environmentsAndre Arko2010-04-121-1/+2
| * Print better error during install when you need to relockAndre Arko2010-04-113-2/+7
| * Fetch git sources with --forceAndre Arko2010-04-111-2/+2
| * Handle Rubygems sources that have no prerelease specs with a warningAndre Arko2010-04-111-1/+7
| * Gemspecs must be eval'ed at the top level, not inside the Bundler classAndre Arko2010-04-101-2/+2
| * The shared helpers need to load Rubygems nowAndre Arko2010-04-103-2/+1
| * Gems from git need their full_gem_path fixed, even when lockedAndre Arko2010-04-104-25/+29
| * Don't call #setup after loading env.rb in Bundler.loadAndre Arko2010-04-102-4/+6
| * Version 0.9.19.preAndre Arko2010-04-091-1/+1
* | Merge 0.9.18Andre Arko2010-04-084-16/+49
|\|
| * Version 0.9.18Andre Arko2010-04-081-1/+1
| * Add console commandJacques Crocker2010-04-081-0/+10
| * Disable rubygems more fully when unlockedAndre Arko2010-04-083-5/+19
| * Fix Bundler.setup so it can be called more than once safelyAndre Arko2010-04-082-11/+21
* | Remove gems without impacting previously installed gemsCarlhuda2010-04-071-4/+15
* | Refactor Definition.flexdef into Definition::FlexCarlhuda2010-04-071-13/+39
* | flex_install allows adding gems to the gemfileCarlhuda2010-04-071-0/+2
* | Add Bundler.flexdef, move locking into Environment, and lock from flex_installCarlhuda2010-04-076-46/+71
* | temprorary flex_install command as 0.10 install is builtCarlhuda2010-04-071-1/+28
* | Merge all of 0.9.17Andre Arko2010-04-071-3/+5
|\|
| * Version bump to 0.9.17Andre Arko2010-04-071-1/+1
| * Don't duplicate RUBYOPT if it has already been set somehowAndre Arko2010-04-071-3/+5
* | Merge in 0.9.17Andre Arko2010-04-0712-57/+111
|\|
| * Add groups parameter to #add_bundler_dependenciesAndre Arko2010-04-071-2/+3