1
0
Fork 0
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:
nobu 2014-11-11 17:41:53 +00:00
parent d91b502dec
commit b65b392e96
3 changed files with 1164 additions and 3 deletions

2
.gitignore vendored
View file

@ -141,8 +141,6 @@ y.tab.c
# /gems
/gems/*.gem
/lib/unicode_normalize/tables.rb
# /spec/
/spec/mspec
/spec/rubyspec

View file

@ -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.

File diff suppressed because it is too large Load diff