vagrant-mos 0.8.59 → 0.8.60
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 +4 -4
- data/lib/vagrant-mos/version.rb +1 -1
- data/locales/en.yml +4 -4
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 37c9bdb8922e6766260968b0115fdf9d2a2ecc00
|
|
4
|
+
data.tar.gz: b0047454fe77de98c33ea2664812a8a5762399a1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 392bb8be3f399400d126e1e26a6ec8f3890f512fa9c977fbca23b00ed8b3f306400e2dd14b1cbe869b1c66fb658fbf4f5b62c5fbc5ef558c76c94929c7b22ba7
|
|
7
|
+
data.tar.gz: 554046e18da52be4077848abb73d869d243d46afe13bc4ec8dca4b4f51f2ace7a803c68d7a1e56165c621b109af1a682f16377c64681135da74b7915265d19ea
|
data/lib/vagrant-mos/version.rb
CHANGED
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
|
-
|
|
151
|
+
short_block_stream: |-
|
|
152
152
|
pending
|
|
153
|
-
|
|
154
|
-
The MOS instance is still being initialized.
|
|
155
|
-
|
|
153
|
+
long_block_stream: |-
|
|
154
|
+
The MOS instance is still being initialized. Wait until is completely
|
|
155
|
+
running.
|