aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/environment.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Updated vendored Thor and remove not used files.José Valim2010-02-031-0/+2
* | Rename vendor/environment.rb to .bundle/environment.rbCarlhuda2010-02-031-4/+4
* | Fix locking so that pinned dependencies remain pinnedCarlhuda2010-02-031-2/+8
|/
* Fixes a number of issues, including superfluous fetches when packed or lockedCarlhuda2010-02-021-0/+1
* Add bundle unlockCarl Lerche2010-02-021-1/+12
* Prevent liesCarl Lerche2010-02-021-1/+1
* Improve `bundle install` outputCarl Lerche2010-02-021-1/+1
* Adding output for `bundle pack`Carl Lerche2010-02-021-0/+2
* Add more output for `bundle lock` and add `bundle show`Carl Lerche2010-02-021-0/+6
* Add Environment#gems which aliases specsCarl Lerche2010-02-021-0/+2
* Rename vendor/lock.yml to Gemfile.lockCarl Lerche2010-02-011-1/+1
* Handle ruby warningsCarl Lerche2010-01-311-0/+2
* Fix some bugsCarl Lerche2010-01-301-1/+9
* Add support for Bundler.setup(*groups)Carlhuda2010-01-281-1/+3
* Implementing groups and install --withoutCarlhuda2010-01-281-3/+8
* Rename gemfile back to bundlerCarl Lerche2010-01-261-0/+110