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
This commit is contained in:
duerst 2014-10-19 02:09:13 +00:00
Родитель dfb68b3d21
Коммит 982f0de141
3 изменённых файлов: 8 добавлений и 2 удалений

Просмотреть файл

@ -1,3 +1,9 @@
Sun Oct 19 11:09:09 2014 Martin Duerst <duerst@it.aoyama.ac.jp>
* 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.
Sun Oct 19 10:12:12 2014 Martin Duerst <duerst@it.aoyama.ac.jp>
* lib/unicode_normalize.rb: Changing method names, see

Просмотреть файл

@ -2,7 +2,7 @@
# Copyright Ayumu Nojima (野島 歩) and Martin J. Dürst (duerst@it.aoyama.ac.jp)
require_relative 'normalize_tables'
require 'unicode_normalize/tables'
module UnicodeNormalize

Просмотреть файл

@ -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 <<MAPPING_TABLE_FILE_END
open("#{OuputDataDir}/tables.rb", "w").print <<MAPPING_TABLE_FILE_END
# coding: us-ascii
# automatically generated by tool/unicode_norm_gen.rb