Revert "Sync strscan document files to under the doc directory"

This reverts commit 5611e249e10bf95d48bbf27674bbb6b1fe588b5e.

Followed up with 78bfde5d9f
This commit is contained in:
Hiroshi SHIBATA 2024-06-03 14:19:49 +09:00
parent ca2170e69f
commit d50404d6fe
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -273,7 +273,6 @@ module SyncDefaultGems
cp_r("#{upstream}/ext/strscan", "ext")
cp_r("#{upstream}/test/strscan", "test")
cp_r("#{upstream}/strscan.gemspec", "ext/strscan")
mv(["ext/strscan/helper_methods.md", "ext/strscan/link_refs.txt", "ext/strscan/strscan.md"], "doc/strscan")
rm_rf(%w["ext/strscan/regenc.h ext/strscan/regint.h"])
`git checkout ext/strscan/depend`
when "cgi"