Pathname is now core class.

We will restore this sync target when `lib/pathname.rb` is migrated to `pathname_builtin.rb`
and backport that file to `ruby/pathname` repo.
This commit is contained in:
Hiroshi SHIBATA 2025-08-05 10:33:53 +09:00
parent 196155812b
commit 3c6bd9c9c7
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -38,7 +38,6 @@ module SyncDefaultGems
open3: "ruby/open3",
openssl: "ruby/openssl",
optparse: "ruby/optparse",
pathname: "ruby/pathname",
pp: "ruby/pp",
prettyprint: "ruby/prettyprint",
prism: ["ruby/prism", "main"],
@ -278,13 +277,6 @@ module SyncDefaultGems
cp_r("#{upstream}/test/erb", "test")
cp_r("#{upstream}/erb.gemspec", "lib/erb")
cp_r("#{upstream}/libexec/erb", "libexec")
when "pathname"
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"
rm_rf(%w[ext/digest test/digest])
cp_r("#{upstream}/ext/digest", "ext")