summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| * | | | minor changesshekharrajak2017-02-222-16/+11
| * | | | test cases addedshekharrajak2017-02-212-2/+24
| * | | | bundle inject can be used with few optionsshekharrajak2017-02-202-2/+7
* | | | | Auto merge of #5564 - bundler:seg-load-gempspec-chdir, r=indirectThe Bundler Bot2017-04-072-16/+19
|\ \ \ \ \
| * | | | | [Definition] Avoid computing diff in converge_locked_specs unless it’s neededseg-load-gempspec-chdirSamuel Giddins2017-04-051-2/+3
| * | | | | [Definition] Clean up converge_locked_specs logicSamuel Giddins2017-04-051-2/+4
| * | | | | [Definition] Speed up converge_locked_specsSamuel Giddins2017-04-051-1/+1
| * | | | | [Bundler] Avoid chdir when loading a yaml gemspecSamuel Giddins2017-04-051-11/+11
* | | | | | Auto merge of #5454 - bundler:seg-setup-activate-no-gems, r=indirectThe Bundler Bot2017-04-052-1/+67
|\ \ \ \ \ \
| * | | | | | Avoid aliasing a missing method in specs on old RGseg-setup-activate-no-gemsSamuel Giddins2017-04-041-8/+12
| * | | | | | Add temporary exemptions to default gem activation testsSamuel Giddins2017-04-041-6/+19
| * | | | | | Avoid requiring the whole of rubygems/ext to backport monitorSamuel Giddins2017-04-041-1/+7