summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* source ruby global config dir from Gem::ConfigFile::SYSTEM_WIDE_CONFIG_FILEcolby/gem-env-dirColby Swandale2017-10-041-1/+1
* Version 1.16.0.pre.3 with changelogSamuel Giddins2017-09-182-1/+14
* Auto merge of #6031 - bundler:seg-disable-new-version-warning-by-default, r=i...The Bundler Bot2017-09-182-0/+3
* Auto merge of #6022 - bundler:seg-fix-fetcher-regression, r=colby-swandaleThe Bundler Bot2017-09-1811-53/+122
* Auto merge of #6011 - bundler:indirect/expand-env, r=indirectThe Bundler Bot2017-09-182-10/+33
* Auto merge of #6014 - greysteil:failing-pre-release-spec, r=segiddinsThe Bundler Bot2017-09-183-0/+35
* Auto merge of #6015 - olleolleolle:fix/6013-rb_user_install_into_preserve_key...The Bundler Bot2017-09-181-0/+1
* 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
* 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
|\ \
| * | Ensure the rackup binstub is present on 2.0 when it should beseg-auto-cleanSamuel Giddins2017-08-281-0/+1
| * | Pretty-print commad invocationsSamuel Giddins2017-08-281-1/+12
| * | [Index] Return self in #eachSamuel Giddins2017-08-281-0/+1
| * | Automatically bundle clean without a path set on 2.0Samuel Giddins2017-08-2822-31/+69
* | | Auto merge of #5977 - bundler:seg-github-release, r=indirectThe Bundler Bot2017-08-291-1/+80
|\ \ \
| * | | [Rakefile] Add a task to generate GitHub releasesseg-github-releaseSamuel Giddins2017-08-271-1/+80
| | |/ | |/|
* | | Auto merge of #5980 - NickLaMuro:change-gem-pristine-desc-to-long-desc, r=seg...The Bundler Bot2017-08-291-1/+6
|\ \ \ | |_|/ |/| |
| * | Convert pristine command desc to long_descNick LaMuro2017-08-291-1/+6
|/ /
* | Auto merge of #5638 - bundler:seg-warn-old-tls, r=indirectThe Bundler Bot2017-08-283-2/+107
|\ \
| * | Update outdated TLS warning to link to new bundler guideseg-warn-old-tlsSamuel Giddins2017-08-122-7/+14
| * | Use URI#host instead of #hostname for 1.8.7 compatibilitySamuel Giddins2017-08-121-1/+1
| * | Add specs for warning for old TLS versionsSamuel Giddins2017-08-121-0/+68
| * | Warn when making an outdated TLS connection to rubygems.orgSamuel Giddins2017-08-122-2/+32
* | | Auto merge of #5955 - bundler:seg-bundler-2-defaults, r=indirectThe Bundler Bot2017-08-2814-29/+38
|\ \ \
| * | | Completely remove the package --all option on 2.0 and force its behaviorseg-bundler-2-defaultsSamuel Giddins2017-08-2813-29/+36
| * | | Default to packaging all on 2.0Samuel Giddins2017-08-283-4/+6
| | |/ | |/|
* | | Auto merge of #5973 - bundler:seg-molinillo-0.6.2, r=segiddinsThe Bundler Bot2017-08-282-8/+9
|\ \ \ | |/ / |/| |