mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/gdbm] gemspec: Set executables to the empty list
This gem exposes zero executables. https://github.com/ruby/gdbm/commit/d51cf47f65
This commit is contained in:
parent
cc8d0e7cbf
commit
749aad280f
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
|
|||
|
||||
spec.files = ["ext/gdbm/extconf.rb", "ext/gdbm/gdbm.c"]
|
||||
spec.bindir = "exe"
|
||||
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
||||
spec.executables = []
|
||||
spec.require_paths = ["lib"]
|
||||
spec.extensions = ["ext/gdbm/extconf.rb"]
|
||||
spec.required_ruby_version = ">= 2.3.0"
|
||||
|
|
Loading…
Reference in a new issue