aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/installer.rb
Commit message (Expand)AuthorAgeFilesLines
* bundle install resolves all current dependencies Fixes #3981Asutosh Palai2016-03-111-1/+1
* Add test for checking langauge of sentences used in source codeAditya Prakash2016-03-091-2/+2
* Make standalone bin load path relative to Bundler.root rather than CWD.Glenn Pratt2016-02-031-1/+1
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* [RuboCop] Address Style/GuardClauseSamuel Giddins2016-01-311-3/+2
* My goal was to reveal the main part of install_gem_from_spec. From myAndreas Hellwig2015-10-271-61/+17
* Extract class StandaloneAndreas Hellwig2015-09-301-39/+2
* Raises an error if there are missing dependenciesLukas Oberhuber2015-09-291-17/+5
* Wrap filesystem operations with #filesystem_accessAgis Anastasopoulos2015-09-271-2/+6
* Fix Style/LineEndConcatenationVictor Koronen2015-08-141-2/+2
* [RuboCop] Update to 0.33.0Samuel E. Giddins2015-08-071-1/+1
* Merge pull request #3828 from AlexanderPavlenko/masterAndre Arko2015-08-011-1/+1
|\
| * Fixes #3813 : --standalone generates incorrect paths for native extensionsAlexanderPavlenko2015-07-281-1/+1
* | Fix pending offensesErick Sasse2015-07-191-1/+1
* | Fix Style/SpaceAfterCommaErick Sasse2015-07-191-1/+1
* | Fix Style/SpaceAroundOperatorsAndre Arko2015-07-181-1/+1
* | Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-1/+1
* | [Installer] Fix standaloneSamuel E. Giddins2015-07-151-1/+1
* | [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-15/+15
* | [RuboCop] Enable Style/SymbolProcSamuel E. Giddins2015-07-151-1/+1
* | [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-151-3/+0
|/
* Merge tag 'v1.10.4'Samuel E. Giddins2015-06-161-12/+3
|\
| * remove unused variableAndre Arko2015-06-081-2/+0
| * hoist post_install_messageAndre Arko2015-06-081-0/+1
| * print installing message _before_ installingAndre Arko2015-06-071-10/+2
* | Extract two methods from Installer#runfotanus@gmail.com2015-05-171-29/+34
|/
* Only force caching of default gems when installing standaloneSamuel E. Giddins2015-05-011-2/+4
* [Installer] Remove unused methodSamuel E. Giddins2015-04-191-10/+0
* turn on parallel installerPatrick Metcalfe2015-04-191-0/+1
* refactor parallel installerPatrick Metcalfe2015-04-191-42/+1
* Merge tag 'v1.9.4'Andre Arko2015-04-131-12/+19
* [Installer] Add option to force installationSamuel 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