summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-01-17 10:01:25 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-01-18 07:44:13 +0900
commit4dde4d1437ad5c39e4fdd78fdb6bdc3b230f9f7b (patch)
treee0933a3339bd6cf779ea17cbf5db7be8c856bb55 /tool
parent272b1c92cceb7b1e2780856058183aa79f3ff213 (diff)
Stop sync commits from bigdecimal repo
Diffstat (limited to 'tool')
-rwxr-xr-xtool/sync_default_gems.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index d403a01667..e9ce28a87e 100755
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -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")