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:
parent
2f0d9e74c8
commit
412da2c221
Notes:
git
2022-08-06 03:06:07 +09:00
Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com>
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue