summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Expand `env` outputindirect/expand-envAndre Arko2017-09-071-8/+30
* Merge tag 'v1.16.0.pre.2'Samuel Giddins2017-09-062-1/+9
|\
| * Version 1.16.0.pre.2 with changelogv1.16.0.pre.2Samuel Giddins2017-09-062-1/+9
| * Auto merge of #6009 - bundler:seg-molinillo-0-6-3, r=segiddinsThe Bundler Bot2017-09-062-3/+7
| * Auto merge of #5972 - wadetandy:master, r=segiddinsThe Bundler Bot2017-09-062-1/+95
| * Auto merge of #6003 - greysteil:handle-missing-socket, r=segiddinsThe Bundler Bot2017-09-062-0/+7
* | Auto merge of #6009 - bundler:seg-molinillo-0-6-3, r=segiddinsThe Bundler Bot2017-09-062-3/+7
|\ \
| * | Update vendored Molinillo to 0.6.3seg-molinillo-0-6-3Samuel Giddins2017-09-062-3/+7
* | | Auto merge of #5986 - bundler:seg-jobs-count, r=indirectThe Bundler Bot2017-09-065-10/+43
|\ \ \ | |/ / |/| |
| * | Default to 1 job when auto_config_jobs is not setseg-jobs-countSamuel Giddins2017-09-061-1/+3
| * | Ensure that rake is always installed first when presentSamuel Giddins2017-09-061-0/+3
| * | Warn in the quality spec when the exemption list is out of dateSamuel Giddins2017-09-061-5/+9
| * | Auto-configure job count in 2.0Samuel Giddins2017-09-064-5/+29
|/ /
* | Auto merge of #5964 - bundler:colby/deprecate-viz-command, r=segiddinsThe Bundler Bot2017-09-065-15/+21
|\ \
| * | deprecate the viz command in bundler 2colby/deprecate-viz-commandColby Swandale2017-09-065-15/+21
* | | Auto merge of #5972 - wadetandy:master, r=segiddinsThe Bundler Bot2017-09-062-1/+95
|\ \ \ | |/ / |/| |
| * | Respect RUBYGEMS_HOST env var in release messagingWade Tandy2017-08-302-1/+95
* | | Auto merge of #5981 - bundler:seg-cleanup-config, r=indirectThe Bundler Bot2017-09-053-91/+237
|\ \ \
| * | | Add specs for the new config subcommandsseg-cleanup-configSamuel Giddins2017-08-302-2/+88
| * | | [CLI] Implement config subcommandsSamuel Giddins2017-08-302-101/+150
| * | | [CLI] Use options for configSamuel Giddins2017-08-302-28/+39
* | | | Auto merge of #5995 - bundler:seg-gvp-major, r=indirectThe Bundler Bot2017-09-056-17/+23
|\ \ \ \
| * | | | [Definition] Lazily create gem_version_promoterseg-gvp-majorSamuel Giddins2017-09-051-14/+14
| * | | | [GemVersionPromoter] Avoid checking ENV for debug every timeSamuel Giddins2017-09-051-2/+4
| * | | | [Resolver] Use the GVP for major updates in 2.0Samuel Giddins2017-09-054-1/+5
|/ / / /
* | | | Auto merge of #6003 - greysteil:handle-missing-socket, r=segiddinsThe Bundler Bot2017-09-052-0/+7
|\ \ \ \
| * | | | Handle missing socket when warning about OpenSSL versionGrey Baker2017-09-052-0/+7
|/ / / /
* | | | Merge branch '1-16-stable'Samuel Giddins2017-09-042-1/+44
|\ \ \ \ | | |_|/ | |/| |
| * | | Version 1.16.0.pre.1 with changelogv1.16.0.pre.1Samuel Giddins2017-09-042-1/+44
|/ / /
* | | Auto merge of #5983 - asehra:master, r=segiddinsThe Bundler Bot2017-08-311-0/+5
|\ \ \ | |/ / |/| |
| * | Add documentation for packaging with `--no-install`Ashish Sehra2017-08-301-0/+5
* | | Auto merge of #5978 - torcido:master, r=segiddinsThe Bundler Bot2017-08-303-7/+49
|\ \ \ | |/ / |/| |
| * | Stub the new rubygems integration method, rather than the underlying Gem meth...Michael Pitman2017-08-301-2/+2
| * | Fix inappropriate use of single quotesMichael Pitman2017-08-301-1/+1
| * | Improved the way the string was interpreted as a Regex by using the regex con...Michael Pitman2017-08-301-5/+1
| * | Change let block in spec from curly braces to a do/end block to conform with ...Michael Pitman2017-08-301-2/+2
| * | Move the path_separator logic into the appropriate RubygemsIntegration classesMichael Pitman2017-08-302-1/+9
| * | Change the literal regex to an eval expression in order to enable loading of ...Michael Pitman2017-08-301-2/+7
| * | Use a ruby declaration, rather than relying on RUBY_VERSION to run the specs ...Michael Pitman2017-08-301-27/+25
| * | Fix spec to obey style rulesMichael Pitman2017-08-291-1/+0
| * | Exclude the specs that require ruby 1.9 regexes from spec runs under ruby 1.8Michael Pitman2017-08-291-26/+28
| * | Ensure that we use the appropriate path separator in the error message when d...Michael Pitman2017-08-291-2/+2
| * | Support ruby version 1.8.7 and rubygems earlier than version 2.0.0Michael Pitman2017-08-292-4/+9
| * | Add more specs to cover the particular issue discovered when running under jrubyMichael Pitman2017-08-281-1/+30
| * | Use Gem.path_separator instead of File::PATH_SEPARATOR to detect an invalid b...Michael Pitman2017-08-282-6/+6
* | | Auto merge of #5979 - bundler:seg-pretty-bundle-help, r=indirectThe Bundler Bot2017-08-293-19/+55
|\ \ \
| * | | Add a spec for no-args bundle on 2.0Samuel Giddins2017-08-292-2/+16
| * | | Fix outdated bundler suggestion logicSamuel Giddins2017-08-292-4/+4
| * | | [CLI] Prettify the output in cli_helpSamuel Giddins2017-08-292-15/+37
|/ / /
* | | Auto merge of #5961 - bundler:seg-auto-clean, r=indirectThe Bundler Bot2017-08-2924-32/+83
|\ \ \