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:
parent
09266eccf4
commit
eab4aa4178
1 changed files with 1 additions and 0 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Reference in a new issue