vx-container_connector 0.5.0 → 0.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 53074913d342d2aca5201511152401b174013f74
4
- data.tar.gz: 36eb1e0b57d31767b87d274aee11ceb8995347ae
3
+ metadata.gz: 7435b9a4e6d6ce7458ebabd224bf926078ef5330
4
+ data.tar.gz: 6604c1216f042f0521aa72a045dbdf51f90e2c65
5
5
  SHA512:
6
- metadata.gz: 36b5e43ec2c3443b629ac39decc6e02467e1d0a5239c8462b947cbbd2228d58635065100e6e773f88a6bfe690892ee4d036caa9a76c52c9a8b1efad12094c425
7
- data.tar.gz: 3f298502f9b3b7d305f2a344ada08b9ad01f56fef093087e0ed2f670be1b142479d01c9565104de0dfa6bf4c9de68a1294435dadb00f7def33a57bb0057db6d3
6
+ metadata.gz: aca14286497b28207d958aa8178530bf4b07d3b1ca18d39e4f1330887a45d4d9335d62f24cdf0579794a72b1ea4e90bee6ad07179906be94e3d49c10834c605c
7
+ data.tar.gz: c467ca3a5646572caadf4031da44a0daf4350e597cc3c07e877a38eda78a86dc0c47f4b3afdedeed0bcb87b8f332b5c21bf3903faacaf77f5ebf37efe34d9f9d
@@ -60,7 +60,7 @@ module Vx
60
60
  ssh_host: host
61
61
  }
62
62
 
63
- with_retries ::Net::SSH::AuthenticationFailed, Errno::ECONNREFUSED, Errno::ETIMEDOUT, limit: 3, sleep: 5 do
63
+ with_retries ::Net::SSH::AuthenticationFailed, Errno::ECONNREFUSED, Errno::ETIMEDOUT, limit: 10, sleep: 5 do
64
64
  instrument("starting_ssh_session", instrumentation)
65
65
  open_ssh(host, user, ssh_options) do |ssh|
66
66
  yield Spawner.new(container, ssh, remote_dir)
@@ -1,5 +1,5 @@
1
1
  module Vx
2
2
  module ContainerConnector
3
- VERSION = "0.5.0"
3
+ VERSION = "0.5.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vx-container_connector
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitry Galinsky
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-02 00:00:00.000000000 Z
11
+ date: 2014-06-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: docker-api