summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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 #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
|\ \ \ | |/ / |/| |
| * | Update Molinillo to 0.6.2seg-molinillo-0.6.2Samuel Giddins2017-08-252-8/+9
* | | Auto merge of #5976 - bundler:colby/bundler-binstubs-standalone, r=segiddinsThe Bundler Bot2017-08-284-9/+40
|\ \ \
| * | | fix breaking binstubs standalone flagcolby/bundler-binstubs-standaloneColby Swandale2017-08-263-9/+37
| * | | document `shebang` option for bundler-binstubColby Swandale2017-08-261-0/+3
* | | | Auto merge of #5957 - bundler:seg-bundler-binstub-under-2, r=indirectThe Bundler Bot2017-08-273-11/+24
|\ \ \ \
| * | | | RG < 1.8 compatibility in bundle binstubseg-bundler-binstub-under-2Samuel Giddins2017-08-251-1/+2
| * | | | Stop installing bundler 1.12 for the specsSamuel Giddins2017-08-251-1/+0
| * | | | Allow spaces in bundle update --bundler versionSamuel Giddins2017-08-251-3/+11
| * | | | When the locked bundler is under 2.0, allow any version < 2Samuel Giddins2017-08-252-6/+11
| | |/ / | |/| |
* | | | Auto merge of #5956 - bundler:seg-bundle-update-bundler-no-reresolve, r=indirectThe Bundler Bot2017-08-274-4/+34
|\ \ \ \ | |/ / / |/| | |
| * | | [Update] Avoid a normal update when running with only --bundlerseg-bundle-update-bundler-no-reresolveSamuel Giddins2017-08-204-4/+34