Added dependencies for net-protocol

This commit is contained in:
Hiroshi SHIBATA 2020-12-01 21:38:52 +09:00
Родитель f8435f424b
Коммит b0f4cccfae
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: F9CF13417264FAC2
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -30,4 +30,7 @@ Gem::Specification.new do |spec|
spec.bindir = "exe" spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"] spec.require_paths = ["lib"]
spec.add_dependency "timeout"
spec.add_dependency "io-wait"
end end