summaryrefslogtreecommitdiff
path: root/tool/sync_default_gems.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-11-26 11:32:38 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-11-26 11:32:38 +0900
commit6586783508c9743cc2e6707efd6de08d6d2fbadb (patch)
tree2c76bee040bda66e44a8e6ab425955f14063a9b8 /tool/sync_default_gems.rb
parente984c2a9ea29fa17c5f55d324d181f8eaa677d69 (diff)
Move win32ole.gemspec to the proper place
Diffstat (limited to 'tool/sync_default_gems.rb')
-rwxr-xr-xtool/sync_default_gems.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index 6f2cd2be13..4ed0785e47 100755
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -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