mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Followed up f5d80c26d4
for sync_default_gems.rb
This commit is contained in:
parent
d74fe2061d
commit
b06e37e242
1 changed files with 3 additions and 0 deletions
|
@ -360,6 +360,9 @@ def sync_default_gems(gem)
|
|||
Dir.mkdir(*%w[ext/win32ole/lib])
|
||||
move("lib/win32ole/win32ole.gemspec", "ext/win32ole")
|
||||
move(Dir.glob("lib/win32ole*"), "ext/win32ole/lib")
|
||||
when "open3"
|
||||
sync_lib gem, upstream
|
||||
rm_rf("lib/open3/jruby_windows.rb")
|
||||
else
|
||||
sync_lib gem, upstream
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue