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:
parent
478f0ddb5f
commit
add48acea3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue