mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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:
parent
25f3baf7b6
commit
8c722a9a1e
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
Sun Oct 19 18:13:13 2014 Martin Duerst <duerst@it.aoyama.ac.jp>
|
||||||
|
|
||||||
* common.mk: Added a rule to generate
|
* common.mk: Added a rule to generate
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Copyright Ayumu Nojima (野島 歩) and Martin J. Dürst (duerst@it.aoyama.ac.jp)
|
# Copyright Ayumu Nojima (野島 歩) and Martin J. Dürst (duerst@it.aoyama.ac.jp)
|
||||||
|
|
||||||
require 'unicode_normalize/tables'
|
require 'unicode_normalize/tables.rb'
|
||||||
|
|
||||||
|
|
||||||
module UnicodeNormalize
|
module UnicodeNormalize
|
||||||
|
|
Loading…
Reference in a new issue