vagrant-mcs 0.7.5 → 0.7.6

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: 6590419e0b672a62e678fe30f0bc00291e699812
4
- data.tar.gz: a9c56dc6f5ff6f58d3058a86d51991099bccbe05
3
+ metadata.gz: ef5ee65ef611899b91313be9fdd471fa1980d5a9
4
+ data.tar.gz: ee2d3e1d8d9e91f28fd8c8c369abb9ffb2994a54
5
5
  SHA512:
6
- metadata.gz: 423d2bec065afa7899f1e3064b62436fe0e41749b828d1c1950b31e075a70b04c065d987117c247004b83cacd278209a8da1f44f6340f70342e636011ca3c451
7
- data.tar.gz: 797214bcf6ecc2f92e2b28840f05fd18264d5f11f7f3ee6b8cccf081c88946ae38fa22a50f49d3e4d258c22212ac44992fe2b887c416d1edc5d8b0ff5ebe66d2
6
+ metadata.gz: f343808ad73c3514a8917628ba1d41758d9af762eaea13f1592bb2802ad1fc451a7b372e454a8d52fbea846e125c30467f2c88a9e9c3b04c876a96056c12d80f
7
+ data.tar.gz: 25212b7266673b6cbaf6f63a68bc4777c78309272aec8c1245b5515480f253592e1b2571748297d748e55fc65ec6406ce4c55ad02d84f9d7fcbea1281cf4f754
@@ -22,6 +22,7 @@ module VagrantPlugins
22
22
 
23
23
  # Find the machine
24
24
  puts mcs
25
+ puts machine
25
26
  server = mcs.servers.get(machine.id)
26
27
  if server.nil? || [:"shutting-down", :terminated].include?(server.state.to_sym)
27
28
  # The machine can't be found
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module MCS
3
- VERSION = '0.7.5'
3
+ VERSION = '0.7.6'
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.7.5
4
+ version: 0.7.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mitchell Hashimoto