1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/io-wait] Added extensions

https://github.com/ruby/io-wait/commit/664c93b2ff
This commit is contained in:
Nobuyoshi Nakada 2020-10-11 15:41:08 +09:00 committed by Hiroshi SHIBATA
parent 09266eccf4
commit eab4aa4178
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -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"]