ruby-changes:51987
From: hsbt <ko1@a...>
Date: Mon, 6 Aug 2018 14:01:13 +0900 (JST)
Subject: [ruby-changes:51987] hsbt:r64202 (trunk): Ignore native extension of Date library when syncing gemification files.
hsbt 2018-08-06 14:01:08 +0900 (Mon, 06 Aug 2018) New Revision: 64202 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=64202 Log: Ignore native extension of Date library when syncing gemification files. Modified files: trunk/tool/sync_default_gems.rb Index: tool/sync_default_gems.rb =================================================================== --- tool/sync_default_gems.rb (revision 64201) +++ tool/sync_default_gems.rb (revision 64202) @@ -167,6 +167,7 @@ def sync_default_gems(gem) https://github.com/ruby/ruby/blob/trunk/tool/sync_default_gems.rb#L167 `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` -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/