1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/digest] gemspec: Explicitly have 0 executables

https://github.com/ruby/digest/commit/086d54ba94
This commit is contained in:
Olle Jonsson 2021-04-01 16:13:58 +02:00 committed by Hiroshi SHIBATA
parent 478f0ddb5f
commit add48acea3
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -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