summaryrefslogtreecommitdiff
path: root/ext/io/wait
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-10-11 15:41:08 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-03 17:35:29 +0900
commiteab4aa4178e9fb55f7c9abfeb631bbe44a665d6e (patch)
treeb7292c1d2ad61a679691424a0c9ce907e2e3078d /ext/io/wait
parent09266eccf46540e1cd8170800e3b52a6565254d3 (diff)
[ruby/io-wait] Added extensions
https://github.com/ruby/io-wait/commit/664c93b2ff
Diffstat (limited to 'ext/io/wait')
-rw-r--r--ext/io/wait/io-wait.gemspec1
1 files changed, 1 insertions, 0 deletions
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"]