Skip to content

Commit b00315e

Browse files
committed
win32ole is bundled gems now
1 parent af81011 commit b00315e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tool/sync_default_gems.rb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ module SyncDefaultGems
6464
un: "ruby/un",
6565
uri: "ruby/uri",
6666
weakref: "ruby/weakref",
67-
win32ole: "ruby/win32ole",
6867
yaml: "ruby/yaml",
6968
zlib: 'ruby/zlib',
7069
}.transform_keys(&:to_s)
@@ -327,12 +326,6 @@ def sync_default_gems(gem)
327326
cp_r(Dir.glob("#{upstream}/lib/error_highlight*"), "lib")
328327
cp_r("#{upstream}/error_highlight.gemspec", "lib/error_highlight")
329328
cp_r("#{upstream}/test", "test/error_highlight")
330-
when "win32ole"
331-
sync_lib gem, upstream
332-
rm_rf(%w[ext/win32ole/lib])
333-
Dir.mkdir(*%w[ext/win32ole/lib])
334-
move("lib/win32ole/win32ole.gemspec", "ext/win32ole")
335-
move(Dir.glob("lib/win32ole*"), "ext/win32ole/lib")
336329
when "open3"
337330
sync_lib gem, upstream
338331
rm_rf("lib/open3/jruby_windows.rb")

0 commit comments

Comments
 (0)