[ruby/win32ole] Added missing extensions

https://github.com/ruby/win32ole/commit/8456e8830e
This commit is contained in:
Hiroshi SHIBATA 2024-06-04 15:56:38 +09:00 committed by git
parent 8080cb7090
commit 7bc4b5f17f

View File

@ -30,5 +30,6 @@ Gem::Specification.new do |spec|
spec.files = IO.popen(%w[git ls-files -z --] + pathspecs, chdir: __dir__, err: IO::NULL, exception: false, &:read).split("\x0")
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.extensions = "ext/win32ole/extconf.rb"
spec.require_paths = ["lib"]
end