From 828158704c2a03f7c780f5dd4f9ffc88b709c4a7 Mon Sep 17 00:00:00 2001 From: hsbt Date: Mon, 6 Aug 2018 05:01:08 +0000 Subject: [PATCH] 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 --- tool/sync_default_gems.rb | 1 + 1 file changed, 1 insertion(+) 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`