summaryrefslogtreecommitdiff
path: root/tool/sync_default_gems.rb
diff options
context:
space:
mode:
authorBurdette Lamar <BurdetteLamar@Yahoo.com>2022-08-05 13:05:38 -0500
committerGitHub <noreply@github.com>2022-08-05 13:05:38 -0500
commit412da2c2213ccf52254467b8c1816b34f1179493 (patch)
treeb8221cfcec5145af7dd6b1b12cbbdf7116ec78e2 /tool/sync_default_gems.rb
parent2f0d9e74c82c12d253ac808b636385ba27a4b115 (diff)
downloadruby-412da2c2213ccf52254467b8c1816b34f1179493.tar.gz
Sync new doc in Date (#6215)
Diffstat (limited to 'tool/sync_default_gems.rb')
-rwxr-xr-xtool/sync_default_gems.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index e3b940e2d5..78620e1508 100755
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -228,6 +228,7 @@ def sync_default_gems(gem)
`git checkout ext/etc/depend`
when "date"
rm_rf(%w[ext/date test/date])
+ cp_r("#{upstream}/doc/date", "doc")
cp_r("#{upstream}/ext/date", "ext")
cp_r("#{upstream}/lib", "ext/date")
cp_r("#{upstream}/test/date", "test")