We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e18ea3 + 086d54b commit a8ab953Copy full SHA for a8ab953
digest.gemspec
@@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
29
spec.required_ruby_version = ">= 2.3.0"
30
31
spec.bindir = "exe"
32
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
+ spec.executables = []
33
spec.require_paths = ["lib"]
34
spec.extensions = %w[
35
ext/digest/extconf.rb
0 commit comments