ruby-changes:52995
From: hsbt <ko1@a...>
Date: Sat, 20 Oct 2018 16:21:19 +0900 (JST)
Subject: [ruby-changes:52995] hsbt:r65209 (trunk): Cleanup fiddle extenstion when sync them from github repo.
hsbt 2018-10-20 16:21:14 +0900 (Sat, 20 Oct 2018) New Revision: 65209 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65209 Log: Cleanup fiddle extenstion when sync them from github repo. Modified files: trunk/tool/sync_default_gems.rb Index: tool/sync_default_gems.rb =================================================================== --- tool/sync_default_gems.rb (revision 65208) +++ tool/sync_default_gems.rb (revision 65209) @@ -122,6 +122,7 @@ def sync_default_gems(gem) https://github.com/ruby/ruby/blob/trunk/tool/sync_default_gems.rb#L122 `cp -rf ../fiddle/test/fiddle test` `cp -f ../fiddle/fiddle.gemspec ext/fiddle` `git checkout ext/fiddle/depend` + `rm -rf ext/fiddle/lib/fiddle.{bundle,so}` when "stringio" `rm -rf ext/stringio test/stringio` `cp -rf ../stringio/ext/stringio ext` -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/