Skip to content

Commit 374b685

Browse files
authored
gemspec: Explicitly empty the executables list
This gem exposes no executables.
1 parent da4c86c commit 374b685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

forwardable.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ Gem::Specification.new do |spec|
2121
spec.required_ruby_version = '>= 2.4.0'
2222
spec.files = ["forwardable.gemspec", "lib/forwardable.rb", "lib/forwardable/impl.rb"]
2323
spec.bindir = "exe"
24-
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
24+
spec.executables = []
2525
spec.require_paths = ["lib"]
2626
end

0 commit comments

Comments
 (0)