mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
tables.rb: add
* lib/unicode_normalize/tables.rb: commit not to download and convert Unicode data files every time. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48386 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d91b502dec
commit
b65b392e96
3 changed files with 1164 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -141,8 +141,6 @@ y.tab.c
|
|||
# /gems
|
||||
/gems/*.gem
|
||||
|
||||
/lib/unicode_normalize/tables.rb
|
||||
|
||||
# /spec/
|
||||
/spec/mspec
|
||||
/spec/rubyspec
|
||||
|
|
|
@ -1100,7 +1100,7 @@ update-gems: PHONY
|
|||
-e 'Downloader::RubyGems.download(gem)' \
|
||||
bundled_gems
|
||||
|
||||
UPDATE_LIBRARIES = yes
|
||||
UPDATE_LIBRARIES = no
|
||||
|
||||
### set the following environment variable or uncomment the line if
|
||||
### the Unicode data files are updated every minute.
|
||||
|
|
1163
lib/unicode_normalize/tables.rb
Normal file
1163
lib/unicode_normalize/tables.rb
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue