Skip to content

Commit

Permalink
[ruby/gdbm] gemspec: Set executables to the empty list
Browse files Browse the repository at this point in the history
This gem exposes zero executables.

ruby/gdbm@d51cf47f65
  • Loading branch information
olleolleolle authored and hsbt committed Apr 20, 2021
1 parent cc8d0e7 commit 749aad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/gdbm/gdbm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |spec|

spec.files = ["ext/gdbm/extconf.rb", "ext/gdbm/gdbm.c"]
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.executables = []
spec.require_paths = ["lib"]
spec.extensions = ["ext/gdbm/extconf.rb"]
spec.required_ruby_version = ">= 2.3.0"
Expand Down

0 comments on commit 749aad2

Please sign in to comment.