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

ruby-changes:49054

From: hsbt <ko1@a...>
Date: Tue, 12 Dec 2017 23:10:53 +0900 (JST)
Subject: [ruby-changes:49054] hsbt:r61169 (trunk): Revert "switch from http to https for Unicode data file downloads"

hsbt	2017-12-12 23:10:43 +0900 (Tue, 12 Dec 2017)

  New Revision: 61169

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=61169

  Log:
    Revert "switch from http to https for Unicode data file downloads"
    
    This reverts commit 90de118a75921a08497b41de2950971073b3c924.
    
      The environment of mswinci couldn't handle https download.
      (It's certificates problem, We should upgrade its environment)

  Modified files:
    trunk/tool/downloader.rb
Index: tool/downloader.rb
===================================================================
--- tool/downloader.rb	(revision 61168)
+++ tool/downloader.rb	(revision 61169)
@@ -71,7 +71,7 @@ class Downloader https://github.com/ruby/ruby/blob/trunk/tool/downloader.rb#L71
 
   class Unicode < self
     def self.download(name, *rest)
-      super("https://www.unicode.org/Public/#{name}", name, *rest)
+      super("http://www.unicode.org/Public/#{name}", name, *rest)
     end
   end
 

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

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