Skip to content

Commit 086d54b

Browse files
committed
gemspec: Explicitly have 0 executables
1 parent 8ce3289 commit 086d54b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

digest.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
2929
spec.required_ruby_version = ">= 2.3.0"
3030

3131
spec.bindir = "exe"
32-
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
32+
spec.executables = []
3333
spec.require_paths = ["lib"]
3434
spec.extensions = %w[
3535
ext/digest/extconf.rb

0 commit comments

Comments
 (0)