Skip to content

Commit

Permalink
Skip to copy .so/.bundle files generated by rake-compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jul 1, 2024
1 parent de2d9c8 commit 01eb5c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tool/sync_default_gems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,8 @@ def sync_default_gems(gem)
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")
Expand Down

0 comments on commit 01eb5c0

Please sign in to comment.