Stop sync commits from bigdecimal repo

This commit is contained in:
Hiroshi SHIBATA 2024-01-17 10:01:25 +09:00
parent 272b1c92cc
commit 4dde4d1437

View File

@ -21,7 +21,6 @@ module SyncDefaultGems
English: "ruby/English",
abbrev: "ruby/abbrev",
benchmark: "ruby/benchmark",
bigdecimal: "ruby/bigdecimal",
cgi: "ruby/cgi",
csv: 'ruby/csv',
date: 'ruby/date',
@ -339,14 +338,6 @@ module SyncDefaultGems
cp_r("#{upstream}/test/test_syslog.rb", "test")
cp_r("#{upstream}/syslog.gemspec", "ext/syslog")
`git checkout ext/syslog/depend`
when "bigdecimal"
rm_rf(%w[ext/bigdecimal test/bigdecimal])
cp_r("#{upstream}/ext/bigdecimal", "ext")
cp_r("#{upstream}/sample", "ext/bigdecimal")
cp_r("#{upstream}/lib", "ext/bigdecimal")
cp_r("#{upstream}/test/bigdecimal", "test")
cp_r("#{upstream}/bigdecimal.gemspec", "ext/bigdecimal")
`git checkout ext/bigdecimal/depend`
when "pathname"
rm_rf(%w[ext/pathname test/pathname])
cp_r("#{upstream}/ext/pathname", "ext")