ruby-changes:56666
From: Hiroshi <ko1@a...>
Date: Fri, 26 Jul 2019 16:35:04 +0900 (JST)
Subject: [ruby-changes:56666] Hiroshi SHIBATA: 51f22deadb (master): Adjust the test direcotry structure of rdoc.
https://git.ruby-lang.org/ruby.git/commit/?id=51f22deadb From 51f22deadba35ed57b794339fd19889ed0cc8dc8 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Fri, 26 Jul 2019 15:34:15 +0800 Subject: Adjust the test direcotry structure of rdoc. diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb index 7545a27..f67c868 100644 --- a/tool/sync_default_gems.rb +++ b/tool/sync_default_gems.rb @@ -105,7 +105,7 @@ def sync_default_gems(gem) https://github.com/ruby/ruby/blob/trunk/tool/sync_default_gems.rb#L105 when "rdoc" rm_rf(%w[lib/rdoc* test/rdoc libexec/rdoc libexec/ri]) cp_r(Dir.glob("#{upstream}/lib/rdoc*"), "lib") - cp_r("#{upstream}/test", "test/rdoc") + cp_r("#{upstream}/test/rdoc", "test") cp_r("#{upstream}/rdoc.gemspec", "lib/rdoc") cp_r("#{upstream}/exe/rdoc", "libexec") cp_r("#{upstream}/exe/ri", "libexec") -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/