From eab4aa4178e9fb55f7c9abfeb631bbe44a665d6e Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sun, 11 Oct 2020 15:41:08 +0900 Subject: [ruby/io-wait] Added extensions https://github.com/ruby/io-wait/commit/664c93b2ff --- ext/io/wait/io-wait.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/io/wait/io-wait.gemspec b/ext/io/wait/io-wait.gemspec index 5659e32cdb..1c6c2d5705 100644 --- a/ext/io/wait/io-wait.gemspec +++ b/ext/io/wait/io-wait.gemspec @@ -18,6 +18,7 @@ Gem::Specification.new do |spec| f.match(%r{\A(?:test|spec|features)/|\A\.(?:git|travis)}) end end + spec.extensions = %w[ext/io/wait/extconf.rb] spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] -- cgit v1.2.3