ruby-changes:72559
From: Takuya <ko1@a...>
Date: Fri, 15 Jul 2022 17:32:19 +0900 (JST)
Subject: [ruby-changes:72559] 8e451d1083 (master): [rubygems/rubygems] Fix wrong information about default RubyGems source
https://git.ruby-lang.org/ruby.git/commit/?id=8e451d1083 From 8e451d1083cb07ad974365f99b4f01742e4759c8 Mon Sep 17 00:00:00 2001 From: Takuya Noguchi <takninnovationresearch@g...> Date: Fri, 15 Jul 2022 01:49:57 +0000 Subject: [rubygems/rubygems] Fix wrong information about default RubyGems source Also fix regression from rubygems/rubygems PR 3056 https://my.diffend.io/gems/rubygems-update/1.3.5/1.3.6/page/4#d2h-514986 https://my.diffend.io/gems/rubygems-update/2.0.0/2.0.2/page/2#d2h-514986 Signed-off-by: Takuya Noguchi <takninnovationresearch@g...> https://github.com/rubygems/rubygems/commit/06b1e9ebc5 --- lib/rubygems/commands/sources_command.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/rubygems/commands/sources_command.rb b/lib/rubygems/commands/sources_command.rb index 35fba1bd04..884d9445c9 100644 --- a/lib/rubygems/commands/sources_command.rb +++ b/lib/rubygems/commands/sources_command.rb @@ -138,8 +138,8 @@ do not recognize you should remove them. https://github.com/ruby/ruby/blob/trunk/lib/rubygems/commands/sources_command.rb#L138 RubyGems has been configured to serve gems via the following URLs through its history: -* http://gems.rubyforge.org (RubyGems 1.3.6 and earlier) -* https://rubygems.org/ (RubyGems 1.3.7 through 1.8.25) +* http://gems.rubyforge.org (RubyGems 1.3.5 and earlier) +* http://rubygems.org (RubyGems 1.3.6 through 1.8.30, and 2.0.0) * https://rubygems.org (RubyGems 2.0.1 and newer) Since all of these sources point to the same set of gems you only need one -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/