vagrant-mcs 0.7.6 → 0.7.7

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