diff options
author | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-08-06 05:01:08 +0000 |
---|---|---|
committer | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-08-06 05:01:08 +0000 |
commit | 828158704c2a03f7c780f5dd4f9ffc88b709c4a7 (patch) | |
tree | 7a9a0460ab1fb4fdbb7583cc50ea87df0abb9688 | |
parent | 5ca416bdf6b6785cb20f139c2c514eda005fe42f (diff) |
Ignore native extension of Date library when syncing gemification files.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64202 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | tool/sync_default_gems.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb index 77a641a95f..f67348397a 100644 --- a/tool/sync_default_gems.rb +++ b/tool/sync_default_gems.rb @@ -167,6 +167,7 @@ def sync_default_gems(gem) `cp -rf ../date/test/date test` `cp -f ../date/date.gemspec ext/date` `git checkout ext/date/depend` + `rm -f ext/date/lib/date_core.bundle` when "zlib" `rm -rf ext/zlib test/zlib` `cp -rf ../zlib/ext/zlib ext` |