summaryrefslogtreecommitdiff
path: root/lib/bundler/installer.rb
Commit message (Expand)AuthorAgeFilesLines
* [Installer] Add option to force installationseg-forceSamuel E. Giddins2015-03-261-8/+10
* mri doesn’t use forking workers anymoreAndre Arko2015-02-131-4/+3
* Merge tag 'v1.7.2'Andre Arko2014-08-241-0/+3
|\
| * Friendly error on ENOSPCAndre Arko2014-08-231-0/+3
* | Merge tag 'v1.7.1'Tim Moore2014-08-241-5/+4
|\ \ | |/
| * Detect ambiguous gems.Tim Moore2014-07-301-5/+4
* | Refactor workers completely.Andre Arko2014-07-221-3/+3
* | Fix typo in method nameAndrei Bocan2014-06-221-2/+2
* | Extract standalone path expansion to do it only oncejuanxo2014-05-261-1/+1
|/
* don't try to lock while frozen!Andre Arko2014-04-131-1/+1
* allow standalone to handle builtin gemsAndre Arko2014-04-131-0/+1
* install to new dir inside root-owned dirAndre Arko2014-03-311-7/+9
* oh ffs why was that thereAndre Arko2014-03-311-2/+0
* remove tmp after exceptions, fix security issueAndre Arko2014-03-311-1/+2
* use File.exist? instead of File.exists?SHIBATA Hiroshi2014-02-091-1/+1
* undo merge that broke parallel installsAndre Arko2014-02-061-8/+19
* Merge v1.5.3 from branch '1-5-stable'Andre Arko2014-02-061-19/+8
|\
| * Pick n-1 jobs by defaultSmit Shah2014-01-221-1/+1
| * Fix #2813: Ignore self dependencyKohei Suzuki2014-01-101-4/+8
| * Merge tag 'v1.3.6' into 1-5-stableAndre Arko2014-01-091-1/+1
| |\
| | * Set binstubs permissions using umaskVladimir Yarotsky2014-01-031-1/+1
| * | Removed logger and rubygems cache dir checksSmit Shah2014-01-061-31/+0
| * | pretty up the corrupted gem error messageAndre Arko2013-12-181-2/+4
| * | select returns arrays on ruby 1.8Andre Arko2013-12-181-6/+5
| * | I am so terribleAndre Arko2013-12-181-1/+1
| * | Ensure the log directory existsAndre Arko2013-12-181-1/+2
| * | one logger per installer object, up to 1MB logAndre Arko2013-12-181-3/+10
| * | bring message in line with requirementAndre Arko2013-12-181-3/+4
| * | Log gem installation in install.log in .bundle dir of the appfetchers_fetchers_everywhereSmit Shah2013-12-181-1/+6
| * | readabilityAndre Arko2013-12-181-2/+4
| * | check before ensure in case of exceptionsAndre Arko2013-12-181-1/+1
| * | Refactored check_rubygems_cache_dir using group_bySmit Shah2013-12-181-12/+3
| * | Use each_with_object instead of reduceSmit Shah2013-12-181-4/+2
| * | Check rubygems cache dir to ensure no gems are corruptedSmit Shah2013-12-181-0/+28
| * | Rubygems thread-fix is avaliable from 2.0.7 onwardsSmit Shah2013-12-181-1/+1
* | | Pick n-1 jobs by defaultSmit Shah2014-01-221-1/+1
* | | Merge tag 'v1.5.2' into 'master'Andre Arko2014-01-101-4/+6
* | | Remove code duplication and add comments for readabilityKohei Suzuki2014-01-111-13/+21
* | | Fix #2813: Ignore self dependencyKohei Suzuki2014-01-101-4/+8
* | | Hightlight "Installing" logsHiroshige Umino2013-12-021-1/+5
|/ /
* | bundle install: don't re-download specs for installed gemsLance Ivy2013-10-171-4/+0
* | stop retrying the resolverAndre Arko2013-10-031-7/+1
* | extract into Bundler.ruby_versionAndre Arko2013-09-281-1/+1
* | Retry git commandsschneems2013-09-281-3/+1
* | Retry fetch specs with `--retry`schneems2013-09-281-4/+12
* | don't use global definition in standalone genCharles Lowell2013-09-271-3/+3
* | store parallel install count in settingsAndre Arko2013-09-021-1/+1
* | show which worker the install came from in DEBUG modeTerence Lee2013-08-271-5/+5
* | move ui messaging out of sourcesTerence Lee2013-08-271-4/+8
* | explain why parallel installs might breakAndre Arko2013-08-271-8/+8