ruby-changes:69946
From: Nobuyoshi <ko1@a...>
Date: Fri, 26 Nov 2021 11:33:15 +0900 (JST)
Subject: [ruby-changes:69946] 6586783508 (master): Move win32ole.gemspec to the proper place
https://git.ruby-lang.org/ruby.git/commit/?id=6586783508 From 6586783508c9743cc2e6707efd6de08d6d2fbadb Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Fri, 26 Nov 2021 11:32:38 +0900 Subject: Move win32ole.gemspec to the proper place --- tool/sync_default_gems.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb index 6f2cd2be138..4ed0785e479 100755 --- a/tool/sync_default_gems.rb +++ b/tool/sync_default_gems.rb @@ -358,6 +358,7 @@ def sync_default_gems(gem) https://github.com/ruby/ruby/blob/trunk/tool/sync_default_gems.rb#L358 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 -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/