summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [Pristine] Skip the bundler gemseg-pristine-skip-bundlerSamuel Giddins2017-04-123-7/+17
* Auto merge of #5503 - denniss:ds-bundle-pristine, r=segiddinsThe Bundler Bot2017-04-114-0/+136
|\
| * Remove gem folder and re-installDennis Suratna2017-04-111-0/+1
| * Only prints out platform for non ruby and non-nil platformDennis Suratna2017-04-111-5/+1
| * Fix rubocop errorsDennis Suratna2017-04-112-18/+17
| * Handle and test gemspec. Add platform to messageDennis Suratna2017-04-112-5/+41
| * Refactor specs and pristineDennis Suratna2017-04-112-26/+27
| * Expand test and refactor to re-install using sourceDennis Suratna2017-04-113-28/+24
| * Add more specs and handle git sourceDennis Suratna2017-04-112-29/+41
| * Initial pristine specsDennis Suratna2017-04-111-0/+50
| * Initial implementation of 'bundle pristine'Dennis Suratna2017-04-112-0/+45
* | Auto merge of #5486 - denniss:4901-add-command, r=segiddinsThe Bundler Bot2017-04-115-19/+181
|\ \
| * | Fix rubocop errorDennis Suratna2017-04-101-6/+1
| * | Test error message when source is specifiedDennis Suratna2017-04-101-0/+3
| * | Fix spec. Check for requirement patternDennis Suratna2017-04-102-6/+6
| * | Fix failing specs and consistently use double quotes for rendered Gemfile linesDennis Suratna2017-04-103-8/+9
| * | Add negative testingDennis Suratna2017-04-102-1/+32
| * | Unnecessary quotesDennis Suratna2017-04-101-1/+1
| * | Use dump instead of string escapesDennis Suratna2017-04-101-1/+1
| * | Add command - refactor and use double quotes and fix specsDennis Suratna2017-04-102-12/+12
| * | Add command: Use initializer instead of instance_variable_setDennis Suratna2017-04-101-3/+2
| * | Add Command: Handle pre release suffixDennis Suratna2017-04-102-6/+22
| * | Add command: Handle multiple versionsDennis Suratna2017-04-104-3/+10
| * | Add command implementationDennis Suratna2017-04-104-13/+123
| |/
* | Auto merge of #5570 - bundler:seg-fix-signals, r=indirectThe Bundler Bot2017-04-082-1/+8
|\ \
| * | [Worker] Allow interrups to exit the process even after the threads are disposedseg-fix-signalsSamuel Giddins2017-04-082-1/+8
|/ /
* | Auto merge of #5568 - bundler:seg-stubs-no-load-full-spec, r=indirectThe Bundler Bot2017-04-088-9/+181
|\ \
| * | [StubSpecification] Return a path in #full_gem_path even if the gem is deletedseg-stubs-no-load-full-specSamuel Giddins2017-04-081-1/+3
| * | [StubSpecification] #full_require_paths is only 2.2+Samuel Giddins2017-04-081-6/+6
| * | [StubSpecification] BasicSpecification#full_require_paths only defined on 2.2+Samuel Giddins2017-04-071-2/+4
| * | [StubSpecification] Move availability logic to RubygemsIntegrationSamuel Giddins2017-04-074-10/+27
| * | Fix require spec on Ruby < 2Samuel Giddins2017-04-071-2/+2
| * | [StubSpecification] Assign source when materializing the full specSamuel Giddins2017-04-072-3/+6
| * | [Git] Only use stub specs on 2.5.1+Samuel Giddins2017-04-072-2/+5
| * | [StubSpecification] Properly handle full_gem_path for git gemsSamuel Giddins2017-04-074-12/+11
| * | [RubygemsIntegration] Remove special case when caller is gem executableSamuel Giddins2017-04-071-3/+13
| * | [Git] Avoid loading full gemspecs in -rbundler/setup when stubs are availableSamuel Giddins2017-04-074-3/+50
| * | [StubSpecification] Avoid loading the full spec when possibleSamuel Giddins2017-04-075-3/+92
| |/
* | Auto merge of #5559 - colby-swandale:gem-branch-exception, r=segiddinsThe Bundler Bot2017-04-082-0/+24
|\ \ | |/ |/|
| * fix using branch with git_source with specColby Swandale2017-04-082-1/+9
| * fix breaking spec and add spec testing git source with branchColby Swandale2017-04-051-0/+6
| * fix mismatch in quotesColby Swandale2017-04-051-1/+1
| * move validation into #validate_keysColby Swandale2017-04-041-4/+5
| * print an error message when a non-git gem is given a `branch` optionColby Swandale2017-04-032-0/+9
* | Auto merge of #5456 - Shekharrajak:5452_bundle_inject_options, r=colby-swandaleThe Bundler Bot2017-04-074-4/+46
|\ \
| * | writing groups instead of group in the Gemfileshekharrajak2017-04-052-2/+9
| * | minor change: typo fixedshekharrajak2017-03-301-1/+1
| * | multiple groups testcase added and confirmation msg addedshekharrajak2017-03-242-2/+15
| * | using source.dumpshekharrajak2017-02-231-1/+1
| * | failed testcase fixedshekharrajak2017-02-231-2/+2