vagrant-mcs 0.8.11 → 0.8.12

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: 5532c76e4dca5df9e26704a3f767b40160dbddb6
4
- data.tar.gz: 09ca628cefe143b0a797ed8748e149a6a10f0d27
3
+ metadata.gz: cd05ce329e95e314d95532c6987db4fa9f0f5b4a
4
+ data.tar.gz: 0475ca5b0cad00699c07eff1ac00f0220370c30f
5
5
  SHA512:
6
- metadata.gz: 9fbd0fc97a679d5845d4462f4c29f45c762e8af4e1a63126e052090fe69b973fb6ab29df016a8e0dfd0e7d27790c0c99f4c7d044275c1f620db188aab0ae18ce
7
- data.tar.gz: 56eb81f9b50f8fa8aac516ee219c76ceff481fc684065aa5adbda51a9c336eb656d988e9c7cf136a07341dfe1efc9024b930af5cfac4aeabd8b0868690752e69
6
+ metadata.gz: 783ff3f76817c5af6da3c2159bc8078b433e99230ffbb8062ae13faa45dc09bf0ea6c26f75209777241a4e72671aad7a4dd08d9920420f385a93811233914a31
7
+ data.tar.gz: 123194f5723ae483880797c5f01a2efe15dc65618fad4c3d96560def15a868fbdb69691ec4dcb499200914c3271764e9bb0531e57b214303f997ed8b95a5619a
@@ -52,9 +52,9 @@ module VagrantPlugins
52
52
  if !host_value
53
53
  host_value = server["ipAddresses"]
54
54
  end
55
- puts server
56
- puts server["ipAddresses"]
57
- puts host_value
55
+ #puts server
56
+ #puts server["ipAddresses"]
57
+ #puts host_value
58
58
  #puts 3
59
59
  return {:host => host_value, :port => 22}
60
60
  end
@@ -41,7 +41,7 @@ module VagrantPlugins
41
41
  next if env[:interrupted]
42
42
 
43
43
  # Wait for the server to be ready
44
- server.wait_for(2) { ready? }
44
+ #server.wait_for(2) { ready? }
45
45
  end
46
46
  rescue Fog::Errors::TimeoutError
47
47
  # Notify the user
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module MCS
3
- VERSION = '0.8.11'
3
+ VERSION = '0.8.12'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-mcs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.11
4
+ version: 0.8.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - yangchangsheng