File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments