[ruby/io-wait] gemspec: Explicitly list 0 executables
This gem exposes no executables, and this clarifies this. https://github.com/ruby/io-wait/commit/f491c6cc64
This commit is contained in:
parent
347c3b3083
commit
4ac72d37d7
@ -22,6 +22,6 @@ Gem::Specification.new do |spec|
|
||||
end
|
||||
spec.extensions = %w[ext/io/wait/extconf.rb]
|
||||
spec.bindir = "exe"
|
||||
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
||||
spec.executables = []
|
||||
spec.require_paths = ["lib"]
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user