From 44fba194a5561a5ca20f6bd91fb96b7d8edd1dbb Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 17 Dec 2020 17:24:51 +0900 Subject: ruby/pathname separated .rb file to top-level directory. --- tool/sync_default_gems.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'tool') 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" -- cgit v1.2.3