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

Added the missing gemspec of racc

This commit is contained in:
Hiroshi SHIBATA 2019-12-10 17:03:13 +09:00
parent 58e5ab78d0
commit 43544f8617
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -234,6 +234,7 @@ def sync_default_gems(gem)
mkdir_p("ext/racc/cparse")
cp_r(Dir.glob("#{upstream}/ext/racc/cparse/*"), "ext/racc/cparse")
cp_r("#{upstream}/test", "test/racc")
cp_r("#{upstream}/racc.gemspec", "lib/racc")
rm_rf("test/racc/lib")
rm_rf("lib/racc/cparse-jruby.jar")
`git checkout ext/racc/cparse/README ext/racc/cparse/depend`