From bd38e0c4f2a065ccf824ad41db0091e3290aa111 Mon Sep 17 00:00:00 2001 From: duerst Date: Thu, 30 Oct 2014 04:23:27 +0000 Subject: tool/downloader.rb: changed Unicode data download location from latest Unicode version to Unicode 7.0.0. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48194 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- tool/downloader.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tool/downloader.rb') diff --git a/tool/downloader.rb b/tool/downloader.rb index 49a1de326c..27c706d9ae 100644 --- a/tool/downloader.rb +++ b/tool/downloader.rb @@ -17,7 +17,7 @@ class Downloader 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 -- cgit v1.2.3