ruby-changes:51928
From: hsbt <ko1@a...>
Date: Tue, 31 Jul 2018 21:25:30 +0900 (JST)
Subject: [ruby-changes:51928] hsbt:r64142 (trunk): Follow up r64141 with sync tool.
hsbt 2018-07-31 21:25:24 +0900 (Tue, 31 Jul 2018) New Revision: 64142 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=64142 Log: Follow up r64141 with sync tool. Modified files: trunk/tool/sync_default_gems.rb Index: tool/sync_default_gems.rb =================================================================== --- tool/sync_default_gems.rb (revision 64141) +++ tool/sync_default_gems.rb (revision 64142) @@ -181,7 +181,7 @@ def sync_default_gems(gem) https://github.com/ruby/ruby/blob/trunk/tool/sync_default_gems.rb#L181 when "thwait" `rm -rf lib/thwait*` `cp -rf ../thwait/lib/* lib` - `cp -rf ../thwait/thwait.gemspec lib` + `cp -rf ../thwait/thwait.gemspec lib/thwait` when "e2mmap" `rm -rf lib/e2mmap*` `cp -rf ../e2mmap/lib/* lib` -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/