summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* use Bundler.load_gemspec_uncached for reading gemspeccolby/bundler-init-invalid-gemspecColby Swandale2017-06-012-6/+2
* handle invalid gemspec and add specs for untested behaviour in bundle init --...Colby Swandale2017-06-012-22/+54
* Auto merge of #5686 - koic:update_rubocop_0_49_1, r=segiddinsThe Bundler Bot2017-05-304-78/+91
|\
| * [RuboCop] Update to 0.49.1Koichi ITO2017-05-304-78/+91
* | Auto merge of #5683 - HippoDippo:master, r=segiddinsThe Bundler Bot2017-05-301-1/+1
|\ \
| * | Fixed link('these instructions') in HOW_YOU_CAN_HELP.md fileHippoDippo2017-05-291-1/+1
| |/
* | Auto merge of #5635 - koic:tweak_newgem_template_for_rspec, r=indirectThe Bundler Bot2017-05-302-2/+1
|\ \
| * | Tweak a newgem template for RSpecKoichi ITO2017-05-032-2/+1
* | | Auto merge of #5634 - koic:specify_require_spec_helper_in_dot_rspec, r=indirectThe Bundler Bot2017-05-30147-146/+1
|\ \ \
| * | | Specify `--require spec_helper` in .rspecKoichi ITO2017-05-03147-146/+1
| |/ /
* | | Auto merge of #5679 - bundler:seg-env-no-settings, r=indirectThe Bundler Bot2017-05-291-6/+8
|\ \ \ | |_|/ |/| |
| * | [Env] Print well-formed markdown when there are no settingsseg-env-no-settingsSamuel Giddins2017-05-251-6/+8
* | | Auto merge of #5684 - bundler:colby/setup-doc-formatting, r=segiddinsThe Bundler Bot2017-05-291-5/+5
|\ \ \
| * | | SETUP.md: add markdown code blocks to shell commandscolby/setup-doc-formattingColby Swandale2017-05-291-5/+5
* | | | Auto merge of #5675 - bundler:seg-specs-resilient-against-rubylib-shims, r=se...The Bundler Bot2017-05-291-2/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Make the setup specs resilient agains ruby shims setting RUBYLIBseg-specs-resilient-against-rubylib-shimsSamuel Giddins2017-05-231-2/+4
* | | | Auto merge of #5645 - koic:update_rubocop_0_48_1, r=indirectThe Bundler Bot2017-05-2856-219/+215
|\ \ \ \
| * | | | [RuboCop] Enable Style/PercentLiteralDelimitersKoichi ITO2017-05-2855-210/+204
| * | | | [RuboCop] Update to 0.48.1Koichi ITO2017-05-283-16/+18
|/ / / /
* | | | Auto merge of #5665 - bundler:colby/stderr-feature, r=indirectThe Bundler Bot2017-05-275-2/+62
|\ \ \ \ | |_|/ / |/| | |
| * | | use Settings.temporary to set error_on_stderr feature flag in rspeccolby/stderr-featureColby Swandale2017-05-231-1/+1
| * | | remove colors if printing errors to stderr without a tty availableColby Swandale2017-05-232-2/+4
| * | | fix newline not being added correctly when printing to stderrColby Swandale2017-05-212-1/+4
| * | | Merge remote-tracking branch 'origin/master' into colby/stderr-featureColby Swandale2017-05-175-19/+37
| |\ \ \
| * | | | stderr feature flag is notw error_on_stderrColby Swandale2017-05-175-5/+5
| * | | | fix not checking error level before printing to stderrColby Swandale2017-05-172-1/+6
| * | | | document stderr configColby Swandale2017-05-161-0/+2
| * | | | add print error to stderr featureColby Swandale2017-05-164-0/+48
* | | | | Auto merge of #5673 - bundler:seg-force-submodule-deinit, r=indirectThe Bundler Bot2017-05-231-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | [GitProxy] Force deinitializing submodulesseg-force-submodule-deinitSamuel Giddins2017-05-231-1/+1
|/ / / /
* | | | Auto merge of #5671 - bundler:seg-release-no-changes, r=segiddinsThe Bundler Bot2017-05-191-1/+2
|\ \ \ \
| * | | | [Rakefile] Allow making a patch release with no changesseg-release-no-changesSamuel Giddins2017-05-191-1/+2
| | |/ / | |/| |
* | | | Merge tag 'v1.15.0'Samuel Giddins2017-05-192-1/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Version 1.15.0 with changelogv1.15.0Samuel Giddins2017-05-192-1/+5
* | | | Auto merge of #5667 - bundler:seg-spec-rack-avoid-1.6.7, r=colby-swandaleThe Bundler Bot2017-05-161-1/+3
|\ \ \ \
| * | | | Avoid Rack 1.6.7 in specs for nowseg-spec-rack-avoid-1.6.7Samuel Giddins2017-05-161-1/+3
|/ / / /
* | | | Auto merge of #5660 - bundler:seg-ensure-man, r=colby-swandaleThe Bundler Bot2017-05-144-18/+34
|\ \ \ \ | |_|/ / |/| | |
| * | | Avoid re-building manpages each spec runseg-ensure-manSamuel Giddins2017-05-131-1/+1
| * | | [Travis] Use RubyGems 2.6.12Samuel Giddins2017-05-131-1/+1
| * | | Ensure that manpages are always built when running specsSamuel Giddins2017-05-122-0/+14
| * | | [Rakefile] Generate man/index in man:buildSamuel Giddins2017-05-122-17/+19
|/ / /
* | | Merge tag 'v1.15.0.pre.4'Samuel Giddins2017-05-102-1/+8
|\ \ \ | |/ /
| * | Version 1.15.0.pre.4 with changelogv1.15.0.pre.4Samuel Giddins2017-05-102-1/+8
| * | Auto merge of #5637 - bundler:seg-gem-finish-resolve, r=indirectThe Bundler Bot2017-05-102-0/+28
| * | Auto merge of #5630 - bundler:jules2689-bundler-stub-spec, r=segiddinsThe Bundler Bot2017-05-102-0/+26
* | | Auto merge of #5650 - bundler:seg-mirror-file-uri-case, r=indirectThe Bundler Bot2017-05-103-3/+20
|\ \ \
| * | | [Mirror] Properly handle casing of file URIsseg-mirror-file-uri-caseSamuel Giddins2017-05-093-3/+20
* | | | Auto merge of #5646 - bundler:colby/installer-documetnation, r=segiddinsThe Bundler Bot2017-05-101-12/+15
|\ \ \ \
| * | | | update comments in installer that was a bit out of datecolby/installer-documetnationColby Swandale2017-05-091-12/+15
* | | | | Auto merge of #5647 - bundler:colby/spec-set-specs, r=segiddinsThe Bundler Bot2017-05-091-0/+35
|\ \ \ \ \