mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 20:19:19 +00:00
Skip to copy .so/.bundle files generated by rake-compiler
This commit is contained in:
parent
de2d9c8e22
commit
01eb5c0f18
@ -279,7 +279,8 @@ module SyncDefaultGems
|
||||
when "cgi"
|
||||
rm_rf(%w[lib/cgi.rb lib/cgi ext/cgi test/cgi])
|
||||
cp_r("#{upstream}/ext/cgi", "ext")
|
||||
cp_r("#{upstream}/lib", ".")
|
||||
cp_r("#{upstream}/lib/cgi", "lib")
|
||||
cp_r("#{upstream}/lib/cgi.rb", "lib")
|
||||
rm_rf("lib/cgi/escape.jar")
|
||||
cp_r("#{upstream}/test/cgi", "test")
|
||||
cp_r("#{upstream}/cgi.gemspec", "lib/cgi")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user