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:
parent
c42948d784
commit
44fba194a5
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue