vagrant-mcs 0.7.7 → 0.7.8

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: 6f8bbab3a404e257232732dd98379019578d5482
4
- data.tar.gz: c56a084b332160889b59c2389a29dcbe60f82da2
3
+ metadata.gz: a87b8911e0c1f3ac06636ee4a1dc1546c19666a5
4
+ data.tar.gz: d5f1cad6f269d82203e17c307fd297fe2dee3ca3
5
5
  SHA512:
6
- metadata.gz: ba898cb739cfa7e582ad7b9f83b3976ca6eef3a7af97a6d7ed239135747d31751ab49d2ebc9a931085a67a3b15934d803ce198dd6eeb6413f3d0761e1330b0d5
7
- data.tar.gz: 7f85344f7389448bc5f54d714afc9a7a3d0bdf2c1245638d21b4d0b6dcc774eb666a32befdc863d0c325944016f0c8334634f4b98bdd9d5ae57a844dde09832d
6
+ metadata.gz: a5784f03063b222cafb804f677df2fca639af437d52b09d016baedcd864cd9a7d8bdb7fbab98cebda401e16f52a023f68d513ec1cad58cfa2710c391ef8ba13f
7
+ data.tar.gz: 5e99de6dbe7b3cddebee4e58fb33df53634b45db2b09627f7517280e2bd31d75809f2f7872eabd54491392f28c0c97f3c0c2e7cf84397aaec36975e22118fc3d
@@ -21,8 +21,9 @@ module VagrantPlugins
21
21
  return :not_created if machine.id.nil?
22
22
 
23
23
  # Find the machine
24
- puts mcs
25
- puts machine.id
24
+ #puts mcs
25
+ #puts machine.id
26
+ #server = mcs.get
26
27
  server = mcs.servers.get(machine.id)
27
28
  if server.nil? || [:"shutting-down", :terminated].include?(server.state.to_sym)
28
29
  # The machine can't be found
@@ -16,7 +16,7 @@ module VagrantPlugins
16
16
  name "MCS"
17
17
  description <<-DESC
18
18
  This plugin installs a provider that allows Vagrant to manage
19
- machines in MCS (EC2/VPC).
19
+ machines in MCS.
20
20
  DESC
21
21
 
22
22
  config(:mcs, :provider) do
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module MCS
3
- VERSION = '0.7.7'
3
+ VERSION = '0.7.8'
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.7
4
+ version: 0.7.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mitchell Hashimoto