File: require-timeout.patch

package info (click to toggle)
ruby-net-ssh-multi 1.2.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 272 kB
  • sloc: ruby: 1,308; makefile: 4
file content (14 lines) | stat: -rw-r--r-- 480 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Explicitly require timeout
Author: Balasankar C <balasankarc@autistici.org>
Bug: https://github.com/net-ssh/net-ssh-multi/pull/13
Last-Update: 2016-01-28
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/lib/net/ssh/multi/server.rb
+++ b/lib/net/ssh/multi/server.rb
@@ -1,4 +1,5 @@
 require 'net/ssh'
+require 'timeout'
 
 module Net; module SSH; module Multi
   # Encapsulates the connection information for a single remote server, as well