зеркало из https://github.com/github/ruby.git
[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:
Родитель
cc8d0e7cbf
Коммит
749aad280f
|
@ -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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче