summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-17 17:24:51 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-17 17:24:51 +0900
commit44fba194a5561a5ca20f6bd91fb96b7d8edd1dbb (patch)
treec42b5da1e7ed6c68c871ad28eab98ce87f98ba73 /tool
parentc42948d78463d7e38f04070236985dcda895efd5 (diff)
ruby/pathname separated .rb file to top-level directory.
Diffstat (limited to 'tool')
-rw-r--r--tool/sync_default_gems.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index bf7bf37de0..5b2d6ce2a9 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -314,6 +314,7 @@ def sync_default_gems(gem)
rm_rf(%w[ext/pathname test/pathname])
cp_r("#{upstream}/ext/pathname", "ext")
cp_r("#{upstream}/test/pathname", "test")
+ cp_r("#{upstream}/lib", "ext/pathname")
cp_r("#{upstream}/pathname.gemspec", "ext/pathname")
`git checkout ext/pathname/depend`
when "digest"