Skip to content

Commit 1da3d48

Browse files
committed
Merge remote-tracking branch 'upstream/master' into keep_forwarding_in_pending_connection
2 parents 4f5083f + dc9c6e7 commit 1da3d48

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

.travis.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
language: ruby
2+
sudo: false
3+
rvm:
4+
- 2.0.0
5+
- 2.1.0
6+
- 2.2.0
7+
- 2.3.0
8+
- jruby-head
9+
- rbx-2
10+
11+
install: gem install test-unit mocha net-ssh net-ssh-gateway
12+
13+
script: rake test
14+
15+
matrix:
16+
allow_failures:
17+
- rvm: jruby-head

README.rdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ If you want to run the tests or use any of the Rake tasks, you'll need:
6666

6767
* gem install net-ssh-multi
6868

69-
However, in order to be sure the code you're installing hasn't been tampered with, it's recommended that you verify the signiture[http://docs.rubygems.org/read/chapter/21]. To do this, you need to add my public key as a trusted certificate (you only need to do this once):
69+
However, in order to be sure the code you're installing hasn't been tampered with, it's recommended that you verify the signature[http://docs.rubygems.org/read/chapter/21]. To do this, you need to add my public key as a trusted certificate (you only need to do this once):
7070

7171
# Add the public key as a trusted certificate
7272
# (You only need to do this once)

lib/net/ssh/multi/server.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
require 'net/ssh'
2+
require 'timeout'
23

34
module Net; module SSH; module Multi
45
# Encapsulates the connection information for a single remote server, as well

0 commit comments

Comments
 (0)