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:
parent
58e5ab78d0
commit
43544f8617
1 changed files with 1 additions and 0 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue