mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 05:29:10 +02:00
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:
parent
196155812b
commit
3c6bd9c9c7
1 changed files with 0 additions and 8 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue