summaryrefslogtreecommitdiff
path: root/lib/bundler/installer.rb
Commit message (Expand)AuthorAgeFilesLines
* Add more specs and don't print empty messagesChris Continanza2011-05-081-1/+0
* Show post-install messagesChris Continanza2011-05-071-0/+6
* Merge branch '1-0-stable'Andre Arko2011-04-281-8/+9
|\
| * Phase 1 of rubygems/bundler reintegrationEvan Phoenix2011-04-181-5/+1
| * sensible error when dead symlinks are passed to --path, with a testAndre Arko2011-04-111-3/+8
* | Merge branch '1-0-stable'Andre Arko2011-04-111-1/+1
|\ \ | |/
| * add a message explaining how to disable deployment if it's not passedAndre Arko2011-04-061-1/+1
| * Reverts adding "bundler version to lockfile".Terence Lee2010-11-171-4/+0
| * implementation to detect for older version of bundler than lockfileAndre Arko and Terence Lee2010-11-151-0/+4
* | Clean up writing out the standalone fileAndre Arko and Terence Lee2011-01-141-4/+2
* | Clean up standalonewycats2011-01-071-3/+5
* | Add support for bundle install --standalone, which will allow a bundle to wor...wycats2010-11-161-0/+32
|/
* Print the path gems were used/installed from in debug modeAndre Arko2010-11-051-0/+1
* Respect RbConfig::CONFIG['ruby_install_name'] on bundle install.KAKUTANI Shintaro2010-10-011-0/+1
* Have bundler remember that the bundle is frozen and ignore changes to the Gem...Carl Lerche2010-08-061-0/+4
* Use the Gemfile's name as a base for Gemfile.lockCarl Lerche2010-08-031-2/+2
* When installing a bundle on a platform for the first time, do not try to shor...Carl Lerche2010-08-021-2/+2
* Improve bundle config and also add build optionswycats2010-07-241-1/+8
* Don't ask for root password when running bundler install if not needed. Close...Santiago Pastorino2010-07-241-1/+1
* Make updating sources a noop in bundle install if all of the gems are already...Carlhuda2010-07-121-3/+13
* Make generating bin stubs an optionCarl Lerche2010-07-091-1/+1
* Go back to generating ./bin/gem_bin_stubCarl Lerche2010-07-081-3/+7
* Add more sanity to the cases where bundler runs commands with sudoCarlhuda2010-07-011-1/+1
* Add bundle install --local to enable installing from vendor/cacheCarl Lerche2010-06-231-1/+3
* Fix linebreak before install complete messageAndre Arko2010-06-081-0/+1
* Make a cleaner separation between local specs and remote specs.Carl Lerche2010-06-061-4/+4
* Don't generate a stub for bundler in ~/.bundler/binCarl Lerche2010-06-051-0/+1
* Remove a little bit of crazy from DefinitionCarl Lerche2010-06-021-14/+0
* First pass at getting bundler to play well when $GEM_HOME is owned by rootCarl Lerche2010-05-241-0/+1
* Forgot to save these changes inCarl Lerche2010-05-101-4/+15
* Have bundler generate executable stubs into ~/.bundler/bin that will automati...Carl Lerche2010-05-091-0/+12
* 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
* 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
* s/actual_dependencies/resolved_dependencies/Andy Delcambre2010-03-251-5/+5
* Helperize resolveCarlhuda2010-03-191-10/+1