1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Sync new doc in Date (#6215)

This commit is contained in:
Burdette Lamar 2022-08-05 13:05:38 -05:00 committed by GitHub
parent 2f0d9e74c8
commit 412da2c221
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
Notes: git 2022-08-06 03:06:07 +09:00
Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com>

View file

@ -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")