From 982f0de1418e185b3d9e3aaf31fc5a76ffcf941d Mon Sep 17 00:00:00 2001 From: duerst Date: Sun, 19 Oct 2014 02:09:13 +0000 Subject: tool/unicode_norm_gen.rb, lib/unicode_normalize.rb: File name change from lib/unicode_normalize/normalize_tables.rb to lib/unicode_normalize/tables.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48015 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- tool/unicode_norm_gen.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tool') diff --git a/tool/unicode_norm_gen.rb b/tool/unicode_norm_gen.rb index 65eb7a409b..86fd571c9d 100644 --- a/tool/unicode_norm_gen.rb +++ b/tool/unicode_norm_gen.rb @@ -135,7 +135,7 @@ class_table_str = CombiningClass.collect do |key, value| end.line_slice "\n " # generate normalization tables file -open("#{OuputDataDir}/normalize_tables.rb", "w").print <