vagrant-mcs 0.8.33 → 0.8.34

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: 0c2f032b7ed9ae424b8258917e159f5a22cdef35
4
- data.tar.gz: 72360d1b512471539590f0231a3dbf21abbf546b
3
+ metadata.gz: bbffd9bdb507a824bf12f9ab2b489f8ab2357125
4
+ data.tar.gz: 9d20d2cd071646bffe13dabeaf5e591d4a39c717
5
5
  SHA512:
6
- metadata.gz: 40eae614ebe1d0ed460a3dba215c26e7af6f5d5c5bbf1949214755c138399fc6891352ef69d338334683175d5a35a633b40926ead7482e1a11f7fb51e37b0a29
7
- data.tar.gz: d6f0fe3db5ce9d841c2fe2f7567497b46299a5960cd83dd26a5b44c1bf1a6c4535ac3c07e2f251359b6271989b7d84353c44e1cc9698bd4f001b6248a1261995
6
+ metadata.gz: 1de0f64bf78009c3e26056893b4d9904473445d8878d6f1869792c140aa939fc4a0440017fed8804d0c5c77d67ce479d9a7a0eea7642c8c18a94ca6d9d97d559
7
+ data.tar.gz: 2ac3bc5d8f25ce003405a0fcab1da3bca82dbbd47f4c9e33a29bd459b974a4258708d521b7fca431927b3355d84ff6729e4be90d439d6c686a56cd867bc86847
@@ -9,7 +9,7 @@ module VagrantPlugins
9
9
  end
10
10
 
11
11
  def call(env)
12
- env[:result] = env[:machine].state.id == :stopped
12
+ env[:result] = env[:machine].state.id == :ready
13
13
  @app.call(env)
14
14
  end
15
15
  end
@@ -180,7 +180,7 @@ module VagrantPlugins
180
180
  b3.use StartInstance
181
181
  else
182
182
  # TODO we couldn't reach :stopped, what now?
183
- #b3.use StartInstance
183
+ b3.use StartInstance
184
184
  end
185
185
  end
186
186
  end
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module MCS
3
- VERSION = '0.8.33'
3
+ VERSION = '0.8.34'
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.33
4
+ version: 0.8.34
5
5
  platform: ruby
6
6
  authors:
7
7
  - yangchangsheng
@@ -145,7 +145,6 @@ files:
145
145
  - spec/vagrant-aws/config_spec.rb
146
146
  - templates/metadata.json.erb
147
147
  - templates/vagrant-aws_package_Vagrantfile.erb
148
- - vagrant-mcs-0.8.32.gem
149
148
  - vagrant-mcs.gemspec
150
149
  homepage: http://www.vagrantup.com
151
150
  licenses:
Binary file