[前][次][番号順一覧][スレッド一覧]

ruby-changes:60337

From: Hiroshi <ko1@a...>
Date: Mon, 9 Mar 2020 13:39:50 +0900 (JST)
Subject: [ruby-changes:60337] 544ebc669b (master): Use https for downloading Unicode data.

https://git.ruby-lang.org/ruby.git/commit/?id=544ebc669b

From 544ebc669b6b15c730d21053cc1b2f6173be2b8a Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Mon, 9 Mar 2020 13:38:05 +0900
Subject: Use https for downloading Unicode data.

  Retry with 90de118a75921a08497b41de2950971073b3c924

  [Bug #13962][ruby-core:83074]

diff --git a/tool/downloader.rb b/tool/downloader.rb
index 9a89010..d0cf52e 100644
--- a/tool/downloader.rb
+++ b/tool/downloader.rb
@@ -71,7 +71,7 @@ class Downloader https://github.com/ruby/ruby/blob/trunk/tool/downloader.rb#L71
 
   class Unicode < self
     INDEX = {}  # cache index file information across files in the same directory
-    UNICODE_PUBLIC = "http://www.unicode.org/Public/"
+    UNICODE_PUBLIC = "https://www.unicode.org/Public/"
 
     def self.download(name, dir = nil, since = true, options = {})
       options = options.dup
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]