aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/installer.rb
Commit message (Collapse)AuthorAgeFilesLines
* Alright, a rough first draft of bundle updateCarl Lerche2010-05-051-3/+6
|
* Move install output into the respective sourcesCarl Lerche2010-05-051-5/+0
|
* No more Definition#remote_specsCarl Lerche2010-05-051-4/+4
|
* Remove more unused methodsCarl Lerche2010-04-261-1/+1
|
* Push resolving specs into the definition classCarl Lerche2010-04-261-20/+2
|
* Move the index builder onto the definition classCarl Lerche2010-04-261-6/+0
|
* Remove unneeded GemCache class.Carl Lerche2010-04-231-1/+1
|
* Oh yeah, so many lines goneCarl Lerche2010-04-231-11/+1
|
* Push installed gems into the Rubygems source for remote specsCarl Lerche2010-04-231-2/+0
|
* Push cached gems for install time into the Rubygems sourceCarl Lerche2010-04-231-1/+0
|
* Get rid of Index.installed_gems since there only is Index.system_gems nowCarl Lerche2010-04-231-1/+1
|
* Improve install/lock messagingAndre Arko2010-04-231-2/+0
| | | | Closes #284
* Remove temporary flex stuffCarlhuda2010-04-201-3/+1
|
* Add Bundler.flexdef, move locking into Environment, and lock from flex_installCarlhuda2010-04-071-1/+3
|
* Some refactoring into EnvironmentCarlhuda2010-04-011-8/+0
|
* Change install output from "Bundling" to "Installing" and "Using"Andre Arko2010-03-301-1/+5
|
* Add Bundler::Source::BundlerGems, to distingush from SystemGems.Andre Arko2010-03-301-9/+2
| | | | | This allows, among other things, for the bundle install command to inform users of whether the gem being bundled is currently installed in system gems or into the set of bundled gems.
* s/actual_dependencies/resolved_dependencies/Andy Delcambre2010-03-251-5/+5
|
* Helperize resolveCarlhuda2010-03-191-10/+1
|
* Move more stuff upstream into EnvironmentCarlhuda2010-03-191-12/+1
|
* Refactor spec grouping to use the SpecSetCarl Lerche2010-03-111-2/+2
|
* Move writing the ruby lock to EnvironmentCarl Lerche2010-03-101-0/+4
|
* Rename Installer#index to #remote_index and move Runtime#index to Environment.Carl Lerche2010-03-101-17/+5
|
* Unify the Installer's local index and the runtime indexCarl Lerche2010-03-101-2/+1
|
* Refactor indexesCarl Lerche2010-03-101-34/+12
|
* Use tsort to order specifications. It makes teh crazy work.Carl Lerche2010-03-091-3/+1
|
* Don't constantly reinstall packed gemsCarlhuda2010-03-091-1/+2
|
* Raise a better error in the case that a git repo is not cloned yet.Carl Lerche2010-03-091-2/+1
|
* Install gems from the cache when present.Carlhuda2010-03-091-2/+3
|
* Don't fetch remote specs when running bundle install --without * multiple ↵Carlhuda2010-03-091-1/+2
| | | | times with a locked Gemfile
* Always sort rake first in the dependency listCarlhuda2010-03-091-1/+4
|
* Actually prioritize installed gems over vendor/cacheCarl Lerche2010-02-261-5/+5
|
* Respect --without when lockedCarl Lerche2010-02-261-7/+11
|
* Make bundler work with RG 1.3.5, 1.3.6 and trunk and create a spec task to ↵Carlhuda2010-02-221-1/+1
| | | | run the specs against all 3
* Remember the --without option for bundle installCarlhuda2010-02-221-1/+1
|
* Using --without does not change resolves at runtimeCarlhuda2010-02-221-0/+2
|
* Fix a little bit of stupid in bundle install --without.Carl Lerche2010-02-211-1/+1
|
* Don't print an install message for excluded gemsAndre Arko2010-02-171-4/+4
|
* Fix Bundler on 1.9Carlhuda2010-02-161-0/+3
|
* Install executable wrappers for git and path sourcesCarl Lerche2010-02-051-0/+2
|
* Persist spec groups to the lockfileCarl Lerche2010-02-031-25/+1
|
* Allow Bundler::Dependency to have multiple groupsCarl Lerche2010-02-031-4/+4
|
* Remove ellipsesJeremy Kemper2010-02-031-4/+4
| | | | Signed-off-by: Carl Lerche <carllerche@mac.com>
* Remove DonesJeremy Kemper2010-02-031-4/+1
| | | | Signed-off-by: Carl Lerche <carllerche@mac.com>
* OMG, prioritizing bundler sources is the bane of my existenceCarlhuda2010-02-031-8/+14
|
* Fix a bug with source pinning and dependenciesCarlhuda2010-02-031-2/+6
|
* Updated the bundle install outputCarlhuda2010-02-031-5/+9
|
* Fixes a number of issues, including superfluous fetches when packed or lockedCarlhuda2010-02-021-6/+12
|
* Improve `bundle install` outputCarl Lerche2010-02-021-3/+6
|
* Fix some bugsCarl Lerche2010-01-301-1/+2
|