summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SETUP.md: add markdown code blocks to shell commandscolby/setup-doc-formattingColby Swandale2017-05-291-5/+5
* 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
|\ \ \ \
| * | | | add specs for #find_by_name_and_platform and #merge in SpecSetcolby/spec-set-specsColby Swandale2017-05-091-0/+35
| |/ / /
* | | | Auto merge of #5637 - bundler:seg-gem-finish-resolve, r=indirectThe Bundler Bot2017-05-092-0/+28
|\ \ \ \
| * | | | [RubygemsIntegration] Stub out Gem.finish_resolveseg-gem-finish-resolveSamuel Giddins2017-05-032-0/+28
* | | | | Auto merge of #5630 - bundler:jules2689-bundler-stub-spec, r=segiddinsThe Bundler Bot2017-05-082-0/+26
|\ \ \ \ \
| * | | | | Try this?jules2689-bundler-stub-specJulian Nadeau2017-05-051-0/+4
| * | | | | Try and fix the buildJulian Nadeau2017-05-051-11/+11
| * | | | | Fix tests, address concernsJulian Nadeau2017-05-052-8/+7
| * | | | | Return Bundler::StubSpec if stub is a Bundler::StubSpecJulian Nadeau2017-05-052-0/+23
| | |_|/ / | |/| | |
* | | | | Auto merge of #5639 - koic:unify_notation_of_rubygems, r=segiddinsThe Bundler Bot2017-05-0826-66/+66
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Unify the notation of RubyGemsKoichi ITO2017-05-0426-66/+66
| |/ / /
* | | | Auto merge of #5636 - koic:fix_typos, r=segiddinsThe Bundler Bot2017-05-0313-21/+21
|\ \ \ \ | |/ / / |/| | |
| * | | Fix a typosKoichi ITO2017-05-0313-21/+21
|/ / /
* | | Auto merge of #5628 - mal:permit-absolute-cache-path, r=segiddinsThe Bundler Bot2017-05-022-9/+4
|\ \ \
| * | | Restore and update absolute cache_path testMal Graty2017-05-011-0/+7
| * | | Permit absolute paths in cache_path settingMal Graty2017-05-012-13/+1