зеркало из https://github.com/github/ruby.git
lib/unicode_normalize/normalize.rb: Added a missing file extension in require statement.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48022 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
25f3baf7b6
Коммит
8c722a9a1e
|
@ -1,3 +1,8 @@
|
|||
Sun Oct 19 18:35:35 2014 Martin Duerst <duerst@it.aoyama.ac.jp>
|
||||
|
||||
* lib/unicode_normalize/normalize.rb: Added a missing
|
||||
file extension in require statement.
|
||||
|
||||
Sun Oct 19 18:13:13 2014 Martin Duerst <duerst@it.aoyama.ac.jp>
|
||||
|
||||
* common.mk: Added a rule to generate
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Copyright Ayumu Nojima (野島 歩) and Martin J. Dürst (duerst@it.aoyama.ac.jp)
|
||||
|
||||
require 'unicode_normalize/tables'
|
||||
require 'unicode_normalize/tables.rb'
|
||||
|
||||
|
||||
module UnicodeNormalize
|
||||
|
|
Загрузка…
Ссылка в новой задаче