mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/io-nonblock] Added extensions
https://github.com/ruby/io-nonblock/commit/8b7abbd1b5
This commit is contained in:
parent
7820162018
commit
2800e9f347
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)})
|
f.match(%r{\A(?:test|spec|features)/|\A\.(?:git|travis)})
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
spec.extensions = %w[ext/io/nonblock/extconf.rb]
|
||||||
spec.bindir = "exe"
|
spec.bindir = "exe"
|
||||||
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
||||||
spec.require_paths = ["lib"]
|
spec.require_paths = ["lib"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue