diff options
-rw-r--r-- | ext/io/nonblock/io-nonblock.gemspec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/io/nonblock/io-nonblock.gemspec b/ext/io/nonblock/io-nonblock.gemspec index fbc13cd32c..34d736650b 100644 --- a/ext/io/nonblock/io-nonblock.gemspec +++ b/ext/io/nonblock/io-nonblock.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/nonblock/extconf.rb] spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] |