From add48acea31560997796c0e7f2541cfbec93b44f Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Thu, 1 Apr 2021 16:13:58 +0200 Subject: [PATCH] [ruby/digest] gemspec: Explicitly have 0 executables https://github.com/ruby/digest/commit/086d54ba94 --- ext/digest/digest.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/digest/digest.gemspec b/ext/digest/digest.gemspec index a377aef790..30ecf19634 100644 --- a/ext/digest/digest.gemspec +++ b/ext/digest/digest.gemspec @@ -29,7 +29,7 @@ Gem::Specification.new do |spec| spec.required_ruby_version = ">= 2.3.0" spec.bindir = "exe" - spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } + spec.executables = [] spec.require_paths = ["lib"] spec.extensions = %w[ ext/digest/extconf.rb