| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid RubyGems psych warning breaking the testsseg-rubygems-psych-warning | Samuel Giddins | 2017-10-10 | 2 | -1/+12 |
* | Version 1.16.0.pre.3 with changelogv1.16.0.pre.3 | Samuel Giddins | 2017-10-04 | 1 | -1/+1 |
* | Auto merge of #6073 - bundler:colby/gem-env-dir, r=indirect | The Bundler Bot | 2017-10-04 | 1 | -1/+1 |
|\ |
|
| * | source ruby global config dir from Gem::ConfigFile::SYSTEM_WIDE_CONFIG_FILEcolby/gem-env-dir | Colby Swandale | 2017-10-04 | 1 | -1/+1 |
|/ |
|
* | Version 1.16.0.pre.3 with changelog | Samuel Giddins | 2017-09-18 | 2 | -1/+14 |
* | Auto merge of #6031 - bundler:seg-disable-new-version-warning-by-default, r=i... | The Bundler Bot | 2017-09-18 | 2 | -0/+3 |
* | Auto merge of #6022 - bundler:seg-fix-fetcher-regression, r=colby-swandale | The Bundler Bot | 2017-09-18 | 11 | -53/+122 |
* | Auto merge of #6011 - bundler:indirect/expand-env, r=indirect | The Bundler Bot | 2017-09-18 | 2 | -10/+33 |
* | Auto merge of #6014 - greysteil:failing-pre-release-spec, r=segiddins | The Bundler Bot | 2017-09-18 | 3 | -0/+35 |
* | Auto merge of #6015 - olleolleolle:fix/6013-rb_user_install_into_preserve_key... | The Bundler Bot | 2017-09-18 | 1 | -0/+1 |
* | Version 1.16.0.pre.2 with changelogv1.16.0.pre.2 | Samuel Giddins | 2017-09-06 | 2 | -1/+9 |
* | Auto merge of #6009 - bundler:seg-molinillo-0-6-3, r=segiddins | The Bundler Bot | 2017-09-06 | 2 | -3/+7 |
* | Auto merge of #5972 - wadetandy:master, r=segiddins | The Bundler Bot | 2017-09-06 | 2 | -1/+95 |
* | Auto merge of #6003 - greysteil:handle-missing-socket, r=segiddins | The Bundler Bot | 2017-09-06 | 2 | -0/+7 |
* | Version 1.16.0.pre.1 with changelogv1.16.0.pre.1 | Samuel Giddins | 2017-09-04 | 2 | -1/+44 |
* | Auto merge of #5983 - asehra:master, r=segiddins | The Bundler Bot | 2017-08-31 | 1 | -0/+5 |
|\ |
|
| * | Add documentation for packaging with `--no-install` | Ashish Sehra | 2017-08-30 | 1 | -0/+5 |
* | | Auto merge of #5978 - torcido:master, r=segiddins | The Bundler Bot | 2017-08-30 | 3 | -7/+49 |
|\ \
| |/
|/| |
|
| * | Stub the new rubygems integration method, rather than the underlying Gem meth... | Michael Pitman | 2017-08-30 | 1 | -2/+2 |
| * | Fix inappropriate use of single quotes | Michael Pitman | 2017-08-30 | 1 | -1/+1 |
| * | Improved the way the string was interpreted as a Regex by using the regex con... | Michael Pitman | 2017-08-30 | 1 | -5/+1 |
| * | Change let block in spec from curly braces to a do/end block to conform with ... | Michael Pitman | 2017-08-30 | 1 | -2/+2 |
| * | Move the path_separator logic into the appropriate RubygemsIntegration classes | Michael Pitman | 2017-08-30 | 2 | -1/+9 |
| * | Change the literal regex to an eval expression in order to enable loading of ... | Michael Pitman | 2017-08-30 | 1 | -2/+7 |
| * | Use a ruby declaration, rather than relying on RUBY_VERSION to run the specs ... | Michael Pitman | 2017-08-30 | 1 | -27/+25 |
| * | Fix spec to obey style rules | Michael Pitman | 2017-08-29 | 1 | -1/+0 |
| * | Exclude the specs that require ruby 1.9 regexes from spec runs under ruby 1.8 | Michael Pitman | 2017-08-29 | 1 | -26/+28 |
| * | Ensure that we use the appropriate path separator in the error message when d... | Michael Pitman | 2017-08-29 | 1 | -2/+2 |
| * | Support ruby version 1.8.7 and rubygems earlier than version 2.0.0 | Michael Pitman | 2017-08-29 | 2 | -4/+9 |
| * | Add more specs to cover the particular issue discovered when running under jruby | Michael Pitman | 2017-08-28 | 1 | -1/+30 |
| * | Use Gem.path_separator instead of File::PATH_SEPARATOR to detect an invalid b... | Michael Pitman | 2017-08-28 | 2 | -6/+6 |
* | | Auto merge of #5979 - bundler:seg-pretty-bundle-help, r=indirect | The Bundler Bot | 2017-08-29 | 3 | -19/+55 |
|\ \ |
|
| * | | Add a spec for no-args bundle on 2.0 | Samuel Giddins | 2017-08-29 | 2 | -2/+16 |
| * | | Fix outdated bundler suggestion logic | Samuel Giddins | 2017-08-29 | 2 | -4/+4 |
| * | | [CLI] Prettify the output in cli_help | Samuel Giddins | 2017-08-29 | 2 | -15/+37 |
|/ / |
|
* | | Auto merge of #5961 - bundler:seg-auto-clean, r=indirect | The Bundler Bot | 2017-08-29 | 24 | -32/+83 |
|\ \ |
|
| * | | Ensure the rackup binstub is present on 2.0 when it should beseg-auto-clean | Samuel Giddins | 2017-08-28 | 1 | -0/+1 |
| * | | Pretty-print commad invocations | Samuel Giddins | 2017-08-28 | 1 | -1/+12 |
| * | | [Index] Return self in #each | Samuel Giddins | 2017-08-28 | 1 | -0/+1 |
| * | | Automatically bundle clean without a path set on 2.0 | Samuel Giddins | 2017-08-28 | 22 | -31/+69 |
* | | | Auto merge of #5977 - bundler:seg-github-release, r=indirect | The Bundler Bot | 2017-08-29 | 1 | -1/+80 |
|\ \ \ |
|
| * | | | [Rakefile] Add a task to generate GitHub releasesseg-github-release | Samuel Giddins | 2017-08-27 | 1 | -1/+80 |
| | |/
| |/| |
|
* | | | Auto merge of #5980 - NickLaMuro:change-gem-pristine-desc-to-long-desc, r=seg... | The Bundler Bot | 2017-08-29 | 1 | -1/+6 |
|\ \ \
| |_|/
|/| | |
|
| * | | Convert pristine command desc to long_desc | Nick LaMuro | 2017-08-29 | 1 | -1/+6 |
|/ / |
|
* | | Auto merge of #5638 - bundler:seg-warn-old-tls, r=indirect | The Bundler Bot | 2017-08-28 | 3 | -2/+107 |
|\ \ |
|
| * | | Update outdated TLS warning to link to new bundler guideseg-warn-old-tls | Samuel Giddins | 2017-08-12 | 2 | -7/+14 |
| * | | Use URI#host instead of #hostname for 1.8.7 compatibility | Samuel Giddins | 2017-08-12 | 1 | -1/+1 |
| * | | Add specs for warning for old TLS versions | Samuel Giddins | 2017-08-12 | 1 | -0/+68 |
| * | | Warn when making an outdated TLS connection to rubygems.org | Samuel Giddins | 2017-08-12 | 2 | -2/+32 |
* | | | Auto merge of #5955 - bundler:seg-bundler-2-defaults, r=indirect | The Bundler Bot | 2017-08-28 | 14 | -29/+38 |
|\ \ \ |
|