summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [Runtime] Print a more helpful error when gem activation conflicts with a def...seg-test-default-gem-substitutes-are-activatedSamuel Giddins2017-04-283-13/+72
* [RuboCop] Disable Metrics/BlockLengthSamuel Giddins2017-04-281-0/+3
* Auto merge of #5619 - denniss:ds-pristine-doc, r=colby-swandaleThe Bundler Bot2017-04-281-0/+13
|\
| * [Documentation] RevisionDennis Suratna2017-04-271-5/+5
| * [Documentation] Pristine documentationDennis Suratna2017-04-261-0/+13
* | Auto merge of #5608 - bundler:seg-config-mirror-fallback-timeout, r=indirectThe Bundler Bot2017-04-273-7/+36
|\ \
| * | [Settings] Allow configuring a mirror fallback timeout without a trailing slashseg-config-mirror-fallback-timeoutSamuel Giddins2017-04-243-7/+36
* | | Auto merge of #5612 - bundler:seg-dont-require-thor-actions, r=indirectThe Bundler Bot2017-04-275-4/+20
|\ \ \ | |_|/ |/| |
| * | Add a spec for open-uri not being loaded after setupseg-dont-require-thor-actionsSamuel Giddins2017-04-251-0/+6
| * | [CLI] Avoid loading Thor::Actions when it is not usedSamuel Giddins2017-04-253-3/+13
| * | Use FileUtils.rm in specs instead of shellSamuel Giddins2017-04-251-1/+1
* | | Auto merge of #5610 - denniss:ds-add-doc, r=colby-swandaleThe Bundler Bot2017-04-251-0/+29
|\ \ \ | |/ / |/| |
| * | [AddDoc] RevisionDennis Suratna2017-04-251-6/+8
| * | [Documentation] Add documentationDennis Suratna2017-04-241-0/+27
| |/
* | Auto merge of #5611 - koic:unify_names_of_github_and_rubocop, r=colby-swandaleThe Bundler Bot2017-04-244-5/+5
|\ \
| * | Replace Rubocop with RuboCopKoichi ITO2017-04-251-1/+1
| * | Replace Github with GitHubKoichi ITO2017-04-254-4/+4
| |/
* | Auto merge of #5591 - bundler:dwr-metadata, r=segiddinsThe Bundler Bot2017-04-241-0/+9
|\ \ | |/ |/|
| * add metadata to gemspecdwr-metadataDavid Radcliffe2017-04-241-0/+9
|/
* Auto merge of #5605 - koic:tweak_template_of_newgem, r=colby-swandaleThe Bundler Bot2017-04-231-1/+1
|\
| * Tweak a template of newgemKoichi ITO2017-04-241-1/+1
|/
* Merge tag 'v1.15.0.pre.2'Samuel Giddins2017-04-233-2/+11
|\
| * Version 1.15.0.pre.2 with changelogv1.15.0.pre.2Samuel Giddins2017-04-232-1/+9
| * Auto merge of #5602 - alextaylor000:issue-5423, r=segiddinsThe Bundler Bot2017-04-232-1/+29
| * Auto merge of #5600 - bundler:seg-lockfile-duplicates, r=segiddinsThe Bundler Bot2017-04-232-1/+13
| * Auto merge of #5595 - bundler:jules2689-stub-spec-extension-dir, r=segiddinsThe Bundler Bot2017-04-232-0/+18
| * [Rakefile] Handle when a patch release milestone also contains issuesSamuel Giddins2017-04-231-1/+2
* | Auto merge of #5602 - alextaylor000:issue-5423, r=segiddinsThe Bundler Bot2017-04-222-1/+29
|\ \
| * | Ensure pre-existing Git caches are updated from remote sourceAlex Taylor2017-04-212-0/+29
| * | Remove TODO - it's ~7 years oldAlex Taylor2017-04-211-1/+0
* | | Auto merge of #5587 - colby-swandale:dsl-improvments, r=segiddinsThe Bundler Bot2017-04-211-30/+31
|\ \ \
| * | | use guard clause instead of big conditional if expressionColby Swandale2017-04-171-14/+14
| * | | use yield when calling a block with no argumentsColby Swandale2017-04-171-2/+2
| * | | move list of dsl valid keys to constantColby Swandale2017-04-171-1/+4
| * | | fix whitespaceColby Swandale2017-04-171-2/+2
| * | | handle option handling in `group` just like `gem` and `source`Colby Swandale2017-04-161-3/+3
| * | | normalize `source` in all cases for 'source' declaractionColby Swandale2017-04-161-2/+2
| * | | remove duplicate code replacing existing dep with a development depColby Swandale2017-04-161-6/+4
* | | | Auto merge of #5600 - bundler:seg-lockfile-duplicates, r=segiddinsThe Bundler Bot2017-04-212-1/+13
|\ \ \ \ | |_|/ / |/| | |
| * | | Avoid duplicating specs in the lockfile after updating w/ the gem uninstalledseg-lockfile-duplicatesSamuel Giddins2017-04-192-1/+13
* | | | Auto merge of #5588 - bundler:seg-fix-ruby-head-tests, r=segiddinsThe Bundler Bot2017-04-213-4/+5
|\ \ \ \
| * | | | [Rakefile] Use RubyGems 2.6.11 to install gems on Travisseg-fix-ruby-head-testsSamuel Giddins2017-04-191-1/+1
| * | | | Fix exec_spec on ruby-headSamuel Giddins2017-04-192-3/+4
| |/ / /
* | | | Auto merge of #5595 - bundler:jules2689-stub-spec-extension-dir, r=segiddinsThe Bundler Bot2017-04-202-0/+18
|\ \ \ \
| * | | | Fix a style issuejules2689-stub-spec-extension-dirJulian Nadeau2017-04-201-4/+3
| * | | | Block for RubyGems > 2.2.0Julian Nadeau2017-04-191-9/+11
| * | | | Apply source to calculate stub spec extensionJulian Nadeau2017-04-182-0/+17
| |/ / /
* | | | Auto merge of #5590 - colby-swandale:bundle-env-class-methods, r=segiddinsThe Bundler Bot2017-04-205-18/+17
|\ \ \ \ | |/ / / |/| | |
| * | | move implementation of Bundler::Env to class methodsColby Swandale2017-04-205-18/+17
* | | | Merge tag 'v1.15.0.pre.1'Samuel Giddins2017-04-172-1/+45
|\ \ \ \ | | |_|/ | |/| |