aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/installer
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #4840 - bundler:seg-unlock-locals, r=indirectHomu2016-08-091-1/+1
|\
| * Unlock sources when a local override leads to changesSamuel Giddins2016-08-051-1/+1
* | [ParallelInstaller] Account for lines returning an Enumerator in old rubiesSamuel Giddins2016-08-051-1/+1
* | [ParallelInstaller] Check for proper exception classSamuel Giddins2016-08-041-1/+1
* | [Installer] Move post-install messages to be an instance attributeSamuel Giddins2016-08-041-8/+2
* | [ParallelInstaller] Only raise when there is an errorSamuel Giddins2016-08-041-1/+9
* | [Install] Print errors at the end of installation instead of inlineSamuel Giddins2016-08-042-23/+39
|/
* [ParallelInstaller] Wrap in the Bundler namespaceSamuel Giddins2016-06-281-99/+101
* Create standalone bundler/setup.rb at a consistent path.Glenn Pratt2016-03-221-1/+1
* Add test for checking langauge of sentences used in source codeAditya Prakash2016-03-091-1/+1
* Merge pull request #4283 from RochesterinNYC/improve-error-message-invalid-ge...André Arko2016-02-081-0/+3
|\
| * Add helpful invalid gemspec error message for `bundle installJames Wen2016-02-071-0/+3
* | [RuboCop] Update to 0.37.0Samuel Giddins2016-02-051-1/+1
|/
* Compatibility with frozen string literalsSamuel Giddins2016-01-313-0/+3
* [Worker] Add a worker name to ease debuggingSamuel Giddins2016-01-301-1/+1
* Move `Bundler#ruby_version` functionality to `Bundler::RubyVersion#system`James Wen2016-01-141-1/+1
* [RuboCop] Enable Style/PercentLiteralDelimitersSamuel Giddins2015-11-261-1/+1
* My goal was to reveal the main part of install_gem_from_spec. From myAndreas Hellwig2015-10-272-1/+80
* There's no flat_map in 1.8.7Andreas Hellwig2015-10-031-2/+2
* Rubocop adjustmentAndreas Hellwig2015-09-301-1/+1
* Extract class StandaloneAndreas Hellwig2015-09-301-0/+48
* Change error type to LockfileErrorLukas Oberhuber2015-09-291-1/+1
* remove newline from error message.Lukas Oberhuber2015-09-291-1/+1
* Raises an error if there are missing dependenciesLukas Oberhuber2015-09-291-5/+13
* Fix Style/ParallelAssignmentErick Sasse2015-08-021-1/+2
* Fix Style/SpaceAroundOperatorsAndre Arko2015-07-181-1/+1
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-1/+1
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-1/+1
* [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-151-3/+0
* match by namePatrick Metcalfe2015-07-011-2/+2
* switch reject to selectPatrick Metcalfe2015-07-011-4/+3
* fix empty post install message bugPatrick Metcalfe2015-04-281-1/+1
* [Documentation] Fix spelling for ParallelInstaller#process_specsSamuel E. Giddins2015-04-191-1/+1
* refactor parallel installerPatrick Metcalfe2015-04-191-0/+117
* Revert 'Clean up parallel installer'Andre Arko2015-04-071-94/+0
* Clean up parallel installerAndre Arko2015-04-011-0/+94