specinfra 2.60.3 → 2.60.4

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: 8dec37dc15eddd3ac64b1ebc9d9ccbb15efe7f92
4
- data.tar.gz: adb464889589652d943534bccebab9492f0f0d96
3
+ metadata.gz: 33d0b879e92c245859f0fd171d5ca1edd787684a
4
+ data.tar.gz: f5ea52027e641e01c0e99c9ea90ba53d7bfecb09
5
5
  SHA512:
6
- metadata.gz: 18b508772c250f90e6d7e530e0d03799b8ba12a67d555093d811168fc4c6df4c808cdee778044f85c9775192800838cf6153cc7dd82b48b8d9687f60d14003fd
7
- data.tar.gz: b78cb30597e6bf0d3df68593f058437ed61d5c10ee545f53858d60e2002aef39033fa335c2a3c5c328de2fe633644be53fd483654edcdbf6e999bc6ccf490eca
6
+ metadata.gz: 83a91bc27fab9fdc19f3f3560776eddbc6606f7d949b7653c87a54e3372efd1b08f521f400e00efb0734b34d0115a3879b9a835877635a8e7e2caf4e90114a8f
7
+ data.tar.gz: 56ea971b39d13155a38543db1c4fe6506598b248564f8ace364b783184508792da5cd77eb370c61ce079ad2ef4734998d64b8aa71e6a437d873bd8cc1f6fa2ef
@@ -79,6 +79,9 @@ module Specinfra
79
79
 
80
80
  @container = ::Docker::Container.create(opts)
81
81
  @container.start
82
+ while @container.json['State'].key?('Health') && @container.json['State']['Health']['Status'] == "starting" do
83
+ sleep 0.5
84
+ end
82
85
  end
83
86
 
84
87
  def cleanup_container
@@ -49,7 +49,7 @@ require 'specinfra/command/base/user'
49
49
  require 'specinfra/command/base/yumrepo'
50
50
  require 'specinfra/command/base/zfs'
51
51
 
52
- # Linux (inhefit Base)
52
+ # Linux (inherit Base)
53
53
  require 'specinfra/command/linux'
54
54
  require 'specinfra/command/linux/base'
55
55
  require 'specinfra/command/linux/base/bridge'
@@ -1,3 +1,3 @@
1
1
  module Specinfra
2
- VERSION = "2.60.3"
2
+ VERSION = "2.60.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: specinfra
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.60.3
4
+ version: 2.60.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gosuke Miyashita
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-04 00:00:00.000000000 Z
11
+ date: 2016-08-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: net-scp