sshkit 0.0.27 → 0.0.28

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fa55cb451f47225ec73ee08039769db6d0b94042
4
- data.tar.gz: 1a518438483ce60cab579ed6e4324048a8026d74
3
+ metadata.gz: 76494d54c7765c7a40e8ce0af8e92ec6be7338d6
4
+ data.tar.gz: 7bf471a3c5ce8c69d25c69020a06726042e2d972
5
5
  SHA512:
6
- metadata.gz: 02de05f408918db9ce6ea869948200abd85bf732ea87fa92a2ccd12d8a2c96d3f113a3f92b36935050ab949dabca6cd1380f9d7bc262bfdc95c126dc555c7057
7
- data.tar.gz: 3ccffca30784f05d5fc4cef3db7bb42b2111b1935c178a93e6c95819d275c2fc681731f3d47677056069ce0562dc291fc16c5744beca478a4711034b1cf384e5
6
+ metadata.gz: 7b73ec8c558fe9ca2e94a07b3ff283770e77f38e47f3d014431a8be3be76898920a2750567535a418917ce3b485906fc51215181b775cefc6bea5472d8cbc5a9
7
+ data.tar.gz: 1578f07fed0e1b002c63603bfca45dba675cce2baff066e8a7fcd5b5cb13948def88d427a28400c3fb03b6cf4e34a4a533ad3afe993c0970b93610bc2bee9395
@@ -144,7 +144,7 @@ module SSHKit
144
144
  def ssh
145
145
  @ssh ||= begin
146
146
  Net::SSH.start(
147
- host.hostname,
147
+ String(host.hostname),
148
148
  host.username,
149
149
  host.netssh_options
150
150
  )
@@ -1,3 +1,3 @@
1
1
  module SSHKit
2
- VERSION = "0.0.27"
2
+ VERSION = "0.0.28"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sshkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.27
4
+ version: 0.0.28
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lee Hambley
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-06-14 00:00:00.000000000 Z
12
+ date: 2013-06-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: net-ssh