Skip to content

Commit f491c6c

Browse files
authored
gemspec: Explicitly list 0 executables
This gem exposes no executables, and this clarifies this.
1 parent ba338b4 commit f491c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

io-wait.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ Gem::Specification.new do |spec|
2222
end
2323
spec.extensions = %w[ext/io/wait/extconf.rb]
2424
spec.bindir = "exe"
25-
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
25+
spec.executables = []
2626
spec.require_paths = ["lib"]
2727
end

0 commit comments

Comments
 (0)