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

Move win32ole.gemspec to the proper place

This commit is contained in:
Nobuyoshi Nakada 2021-11-26 11:32:38 +09:00
parent e984c2a9ea
commit 6586783508
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -358,6 +358,7 @@ def sync_default_gems(gem)
sync_lib gem, upstream
rm_rf(%w[ext/win32ole/lib])
Dir.mkdir(*%w[ext/win32ole/lib])
move("lib/win32ole/win32ole.gemspec", "ext/win32ole")
move(Dir.glob("lib/win32ole*"), "ext/win32ole/lib")
else
sync_lib gem, upstream