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

ruby-changes:36113

From: duerst <ko1@a...>
Date: Thu, 30 Oct 2014 13:23:43 +0900 (JST)
Subject: [ruby-changes:36113] duerst:r48194 (trunk): tool/downloader.rb: changed Unicode data download location

duerst	2014-10-30 13:23:27 +0900 (Thu, 30 Oct 2014)

  New Revision: 48194

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

  Log:
    tool/downloader.rb: changed Unicode data download location
    from latest Unicode version to Unicode 7.0.0.

  Modified files:
    trunk/ChangeLog
    trunk/tool/downloader.rb
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 48193)
+++ ChangeLog	(revision 48194)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Thu Oct 30 13:23:23 2014  Martin Duerst <duerst@i...>
+
+	* tool/downloader.rb: changed Unicode data download location
+	  from latest Unicode version to Unicode 7.0.0.
+
 Thu Oct 30 11:16:13 2014  Nobuyoshi Nakada  <nobu@r...>
 
 	* vm_insnhelper.c (vm_callee_setup_arg{_complex,}): try conversion
Index: tool/downloader.rb
===================================================================
--- tool/downloader.rb	(revision 48193)
+++ tool/downloader.rb	(revision 48194)
@@ -17,7 +17,7 @@ class Downloader https://github.com/ruby/ruby/blob/trunk/tool/downloader.rb#L17
 
   class Unicode < self
     def self.download(name, *rest)
-      super("http://www.unicode.org/Public/UCD/latest/ucd/#{name}", name, *rest)
+      super("http://www.unicode.org/Public/7.0.0/ucd/#{name}", name, *rest)
     end
   end
 

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

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