aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/environment.rb
Commit message (Expand)AuthorAgeFilesLines
* Move lock generation into DefinitionCarl Lerche2010-06-011-29/+1
* check only needs Environment (not Runtime)Kevin Moore2010-05-241-2/+3
* Removed environment.rb (and minimized other file/dir creation)Kevin Moore2010-05-241-17/+0
* Scope specs in the lock file by sourceCarl Lerche2010-05-101-27/+20
* Remove a dead methodCarl Lerche2010-05-051-6/+2
* Rewrite the autorequire code since we do not need to handle generated lock filesCarl Lerche2010-05-051-28/+0
* Remove more old lock codeCarl Lerche2010-05-051-2/+4
* Remove Source#lock as it is no longer neededCarl Lerche2010-04-261-6/+0
* Remove more unused methodsCarl Lerche2010-04-261-9/+2
* Push resolving specs into the definition classCarl Lerche2010-04-261-21/+3
* Move the index builder onto the definition classCarl Lerche2010-04-261-5/+5
* Remove more dead codeCarl Lerche2010-04-231-22/+0
* Push all of the rubygems related stuff into the Rubygems source classCarl Lerche2010-04-231-4/+1
* Push cached gems for install time into the Rubygems sourceCarl Lerche2010-04-231-2/+3
* Combine two methods for clarityCarl Lerche2010-04-231-11/+5
* Get rid of Index.installed_gems since there only is Index.system_gems nowCarl Lerche2010-04-231-1/+1
* Don't raise when unable to write env.rbAndre Arko2010-04-231-7/+11
* Remove dead code related to .bundle/environment.rb stuffCarl Lerche2010-04-231-2/+3
* .bundle/environment.rb should just require "bundler/setup" for now.Carlhuda2010-04-211-4/+4
* Remove temporary flex stuffCarlhuda2010-04-201-16/+29
* Add Bundler.flexdef, move locking into Environment, and lock from flex_installCarlhuda2010-04-071-0/+39
* Merge in 0.9.17Andre Arko2010-04-071-6/+2
|\
| * Bundler.setup now loads .bundle/environment.rb if it is currentAndre Arko2010-04-021-6/+2
| * Add Bundler::Source::BundlerGems, to distingush from SystemGems.Andre Arko2010-03-301-0/+4
| * Set GEM_HOME and GEM_PATH correctly when lockedAndre Arko2010-03-231-2/+1
| * Helperize resolveCarlhuda2010-03-231-3/+7
| * Move more stuff upstream into EnvironmentCarlhuda2010-03-231-0/+19
| * Remove unneeded virtual attribute on SpecificationAndre Arko2010-03-181-1/+1
* | Some refactoring into EnvironmentCarlhuda2010-04-011-2/+9
* | Add Bundler::Source::BundlerGems, to distingush from SystemGems.Andre Arko2010-03-301-0/+4
* | s/actual_dependencies/resolved_dependencies/Andy Delcambre2010-03-251-2/+2
* | When finding autorequires, don't involve specs, they are unnecessaryAndy Delcambre2010-03-251-6/+2
* | Set GEM_HOME and GEM_PATH correctly when lockedAndre Arko2010-03-231-2/+1
* | Helperize resolveCarlhuda2010-03-191-3/+7
* | Move more stuff upstream into EnvironmentCarlhuda2010-03-191-0/+19
* | Remove unneeded virtual attribute on SpecificationAndre Arko2010-03-181-1/+1
|/
* Respect --without in check, and exit 1 if the check failsSimon Chiang2010-03-171-8/+8
* Virtual specs now printed directly into environment.rbAndre Arko2010-03-171-3/+9
* Refactor spec grouping to use the SpecSetCarl Lerche2010-03-111-21/+12
* Move writing the ruby lock to EnvironmentCarl Lerche2010-03-101-0/+71
* Rename Installer#index to #remote_index and move Runtime#index to Environment.Carl Lerche2010-03-101-0/+7
* Refactor indexesCarl Lerche2010-03-101-0/+10
* Always sort rake first in the dependency listCarlhuda2010-03-091-1/+1
* Fix bundler on 1.8.7Carl Lerche2010-02-261-1/+1
* Persist spec groups to the lockfileCarl Lerche2010-02-031-162/+11
* Allow Bundler::Dependency to have multiple groupsCarl Lerche2010-02-031-2/+2
* Test :default group and multiple groupsJeremy Kemper2010-02-031-5/+10
* Support multiple :require per gemJeremy Kemper2010-02-031-2/+4
* Group autorequire: pass :require => 'autorequire' option to gem dependencies....Jeremy Kemper2010-02-031-5/+23
* Merge remote branch 'jose/master'Yehuda Katz2010-02-031-0/+2
|\