aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/runtime.rb
Commit message (Expand)AuthorAgeFilesLines
* Move spec caching heaving lifing into SourceCarl Lerche2010-05-051-7/+1
* Rewrite the autorequire code since we do not need to handle generated lock filesCarl Lerche2010-05-051-11/+16
* Remove more old lock codeCarl Lerche2010-05-051-3/+1
* Remove unneeded SystemGems classCarl Lerche2010-04-231-1/+1
* Pruning should handle directories and non-gem files in vendor/cacheAndre Arko2010-04-231-1/+1
* Gems with a platform of "ruby" still need to be prunedAndre Arko2010-04-231-1/+1
* cache command should not prune gems for other platformsAndre Arko2010-04-231-0/+1
* actually fix the cache pruning codeAndre Arko2010-04-231-3/+6
* Cache command now prunes stale .gem files from vendor/cacheAndre Arko2010-04-231-1/+17
* Fix the Gem::SourceIndex monkey patchingCarlhuda2010-04-221-16/+0
* Merge in v0.9.21Andre Arko2010-04-171-1/+1
|\
| * Pretty error from Bundle.setup when gems are missingAndre Arko2010-04-141-1/+1
* | Merge 0.9.18Andre Arko2010-04-081-3/+14
|\|
| * Disable rubygems more fully when unlockedAndre Arko2010-04-081-0/+14
| * Fix Bundler.setup so it can be called more than once safelyAndre Arko2010-04-081-3/+1
* | Add Bundler.flexdef, move locking into Environment, and lock from flex_installCarlhuda2010-04-071-38/+0
* | Merge in 0.9.17Andre Arko2010-04-071-3/+7
|\|
| * Call Bundler.setup from Bundler.require, only set up each group onceAndre Arko2010-04-051-2/+6
| * Improve DSL, Gemfile, and command error messagesAndre Arko2010-04-031-1/+1
| * Add Bundler::Source::BundlerGems, to distingush from SystemGems.Andre Arko2010-03-301-4/+0
| * Move more stuff upstream into EnvironmentCarlhuda2010-03-231-12/+0
* | Some refactoring into EnvironmentCarlhuda2010-04-011-8/+0
* | Add Bundler::Source::BundlerGems, to distingush from SystemGems.Andre Arko2010-03-301-4/+0
* | Store dependencies in the Gemfile.lock as an array, not a hashAndy Delcambre2010-03-251-3/+3
* | s/actual_dependencies/resolved_dependencies/Andy Delcambre2010-03-251-2/+2
* | Move more stuff upstream into EnvironmentCarlhuda2010-03-191-12/+0
|/
* Refactor spec grouping to use the SpecSetCarl Lerche2010-03-111-2/+2
* Move writing the ruby lock to EnvironmentCarl Lerche2010-03-101-69/+0
* Rename Installer#index to #remote_index and move Runtime#index to Environment.Carl Lerche2010-03-101-7/+0
* Unify the Installer's local index and the runtime indexCarl Lerche2010-03-101-1/+5
* Refactor indexesCarl Lerche2010-03-101-1/+4
* Make bundler work with RG 1.3.5, 1.3.6 and trunk and create a spec task to ru...Carlhuda2010-02-221-1/+1
* Installation on a second machine after lock --without worksCarlhuda2010-02-221-2/+2
* Remember the --without option for bundle installCarlhuda2010-02-221-0/+1
* Using --without does not change resolves at runtimeCarlhuda2010-02-221-5/+2
* added helpful debugging message if the cached gem can't be foundLindsay Holmwood2010-02-191-0/+1
* Rename bundle pack to bundle cacheCarl Lerche2010-02-181-5/+5
* Correctly cripple rubygems in .bundle/environment.rbCarlhuda2010-02-171-71/+3
* Fix Bundler on 1.9Carlhuda2010-02-161-1/+1
* make requires occur in the order that Resolver determinesBrandon Dimcheff2010-02-151-1/+8
* Make #inject usage a bit more idiomaticAndre Arko2010-02-141-3/+3
* Fix bundle install for a locked app, when there isn't already a .bundle direc...Joshua Nichols2010-02-131-0/+1
* Set spec_dirs so rails 2 works while unlockedAndre Arko2010-02-121-0/+1
* First pass at not raising if a require by the gem's name does not exist.Carl Lerche2010-02-111-6/+23
* Regenerate .bundle/environment.rb during bundle checkCarl Lerche2010-02-101-1/+4
* Generate .bundle/environment.rb on Bundle.setup if the bundle is locked and ....Carl Lerche2010-02-101-1/+9
* Lets try to actually fix .bundle/environment.rb this time.Carl Lerche2010-02-101-14/+17
* Actually disable system gems in .bundle/environment.rbCarlhuda2010-02-101-12/+3
* Dump full details into Gemfile.lockAndy Delcambre2010-02-091-2/+10
* Perform unlock before bundle is loaded to avoid fingerprint checkJeremy Kemper2010-02-071-11/+0