vagrant-mcs 0.7.18 → 0.7.19

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: 8b62b934bb67963832d10262a883849cf085a547
4
- data.tar.gz: 8657e5b430df97bbbb5035fd95479230c594781d
3
+ metadata.gz: 67175378a010cdd93aee4e4c9e38856b70fabc2a
4
+ data.tar.gz: bc2f84cc9821e66ba00ffdca4683e97fdcf9b054
5
5
  SHA512:
6
- metadata.gz: f6324938953ec31c30e94b1ea0f539905f8fd7be19eea73374d58d83fd2f422a25cec1ce406519d96e2b0200423d9d637038312930256caea5e4df35d28c534a
7
- data.tar.gz: 0c935042d7cab6d0a4660f8dda1c12befd8fd113c083d6b7331a0b00f491a888782a8050477c5a9d7d8bcc7237cb2763090f3a72b0b2beac23f45f12b2f936b1
6
+ metadata.gz: cd77a83c7b6e6ee8b2faeed014b19bb97c6fc92eec22f7e20b65cef0591a4f2265d1b9063c656cd6980316032b25512efe4562bc481d593b84224ce4440fc803
7
+ data.tar.gz: 11da486be067b069d4fc76411513ee14709adf939977460372df948aa8d2c4c8c58b1dc737d8414e1f8997dac690f861e1044abe44f9a5cf7853f8002b7e96a0
@@ -40,6 +40,7 @@ module VagrantPlugins
40
40
  host_value = nil
41
41
  while !host_value and attr_name = ssh_attrs.shift
42
42
  begin
43
+ puts attr_name
43
44
  host_value = server.send(attr_name)
44
45
  rescue NoMethodError
45
46
  @logger.info("SSH host attribute not found #{attr_name}")
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module MCS
3
- VERSION = '0.7.18'
3
+ VERSION = '0.7.19'
4
4
  end
5
5
  end
Binary file
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.7.18
4
+ version: 0.7.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mitchell Hashimoto
@@ -152,6 +152,7 @@ files:
152
152
  - vagrant-mcs-0.7.15.gem
153
153
  - vagrant-mcs-0.7.16.gem
154
154
  - vagrant-mcs-0.7.17.gem
155
+ - vagrant-mcs-0.7.18.gem
155
156
  - vagrant-mcs.gemspec
156
157
  homepage: http://www.vagrantup.com
157
158
  licenses: