1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

ruby/pathname separated .rb file to top-level directory.

This commit is contained in:
Hiroshi SHIBATA 2020-12-17 17:24:51 +09:00
parent c42948d784
commit 44fba194a5
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -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"