vagrant-mos 0.8.59 → 0.8.60

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: c2a8ce614665da8e35298f3a24d7e15876adf548
4
- data.tar.gz: bb9df21ade6940343a98bc23b3f4a538b4200bf5
3
+ metadata.gz: 37c9bdb8922e6766260968b0115fdf9d2a2ecc00
4
+ data.tar.gz: b0047454fe77de98c33ea2664812a8a5762399a1
5
5
  SHA512:
6
- metadata.gz: 4384d329bf046ad1bd7548ab4c4659942ea4c726f1d268e67fa711f1e7b469b4cb599f6bb92db1b88bb80856b000e83374b56ee2d6b8440e78dba28e29d668df
7
- data.tar.gz: 57c1be6e5c9bcf2e9460eef0c0f1f045824e76d4dca84d1faa51644d9846d5d2571b7d4012956a3bd08e4b6c33728ab29fafa00850bb03ea37e4c195de161dff
6
+ metadata.gz: 392bb8be3f399400d126e1e26a6ec8f3890f512fa9c977fbca23b00ed8b3f306400e2dd14b1cbe869b1c66fb658fbf4f5b62c5fbc5ef558c76c94929c7b22ba7
7
+ data.tar.gz: 554046e18da52be4077848abb73d869d243d46afe13bc4ec8dca4b4f51f2ace7a803c68d7a1e56165c621b109af1a682f16377c64681135da74b7915265d19ea
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module MOS
3
- VERSION = '0.8.59'
3
+ VERSION = '0.8.60'
4
4
  end
5
5
  end
data/locales/en.yml CHANGED
@@ -148,8 +148,8 @@ en:
148
148
  The MOS instance is running. To stop this machine, you can run
149
149
  `vagrant halt`. To destroy the machine, you can run `vagrant destroy`.
150
150
 
151
- short_pending: |-
151
+ short_block_stream: |-
152
152
  pending
153
- long_pending: |-
154
- The MOS instance is still being initialized. To destroy this machine,
155
- you can run `vagrant destroy`.
153
+ long_block_stream: |-
154
+ The MOS instance is still being initialized. Wait until is completely
155
+ running.
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.8.59
4
+ version: 0.8.60
5
5
  platform: ruby
6
6
  authors:
7
7
  - yangcs2009