vagrant-mos 0.9.30 → 0.9.31

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: 74f754455b0b618aa6adbe38172a6f9a1c6f982b
4
- data.tar.gz: 6d63d969f7008ea5554630382e58da31fabf8e05
3
+ metadata.gz: 93ab9fd68b5306a6f3a166b806149ce4cd78c10f
4
+ data.tar.gz: cb34d332c1407496841814b049ca4d98e36a3f1c
5
5
  SHA512:
6
- metadata.gz: 19e9dbcd4c26ac3e072bf322eefb6fdbaf3679e73f4ae44ab91d6c6f7b3cc303f868646016dca1b31418696532d34041999fdb7225dfe970f792d0c4d762e1b4
7
- data.tar.gz: c378ce990e5d64d1553232d627a51b560aa72a9819feb0132694d98f04b9fbd5177ce8b7f5104d4190074d2aba15ee631d3684b6389c51beefa0600bd819c4f1
6
+ metadata.gz: 23bb577d084db0e0542da86bbb880d3563c495785b5745db880ff0c2a9bfdb2841956fcfe1d03a9fccd2cff3b8fc9e1ec5a0492827de275b3c6ddc083e23a86f
7
+ data.tar.gz: cf11b66202bf4563e1378ac24450b44218d88e4897a4c943970e110c4689f2277efe8f55d573a2eb8ec0d5e0af0d2457c78c83e349f876556080c797355ecfe9
@@ -69,7 +69,7 @@ module VagrantPlugins
69
69
 
70
70
  # Check the status of the template every 2 seconds until the ami burn timeout has been reached
71
71
  begin
72
- retryable(:on => Errors::TimeoutError, :tries => tries) do
72
+ retryable(:on => Errors::InstancePackageTimeout, :tries => tries) do
73
73
  # If we're interrupted don't worry about waiting
74
74
  next if env[:interrupted]
75
75
 
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module MOS
3
- VERSION = '0.9.30'
3
+ VERSION = '0.9.31'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-mos
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.30
4
+ version: 0.9.31
5
5
  platform: ruby
6
6
  authors:
7
7
  - yangcs2009