Skip to content

Commit 749aad2

Browse files
olleolleollehsbt
authored andcommitted
[ruby/gdbm] gemspec: Set executables to the empty list
This gem exposes zero executables. ruby/gdbm@d51cf47f65
1 parent cc8d0e7 commit 749aad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/gdbm/gdbm.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
1414

1515
spec.files = ["ext/gdbm/extconf.rb", "ext/gdbm/gdbm.c"]
1616
spec.bindir = "exe"
17-
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
17+
spec.executables = []
1818
spec.require_paths = ["lib"]
1919
spec.extensions = ["ext/gdbm/extconf.rb"]
2020
spec.required_ruby_version = ">= 2.3.0"

0 commit comments

Comments
 (0)