vagrant-zones 0.1.46 → 0.1.48
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/CHANGELOG.md +14 -0
- data/lib/vagrant-zones/driver.rb +0 -1
- data/lib/vagrant-zones/version.rb +1 -1
- data/locales/en.yml +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 935ea924ebb91fc8f06ea414c1483ee441c0736e65fda689a5d2fb31d3c29b67
|
|
4
|
+
data.tar.gz: 451bf4de72f3914a1a45fa5a0ad13a78fab307a7cbf7e6ed54724253643f0cf8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 86818389a269e3cca2142b4a121873781d8ab63200638df8b3fea86006a2cb766313905426f8a4f6716c806f37b9d8cf02a6149bf9dd29141676c4d185b18c48
|
|
7
|
+
data.tar.gz: 0e966d2f561a05668db8b8f8ce743c7519c2b2edb061f1d84a4adc9a187286a5b7a9c3718f61a856108bbd46bcf25c7fff56ddeaa5c36b2e48a3368f48996d42
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### [0.1.48](https://www.github.com/STARTcloud/vagrant-zones/compare/v0.1.47...v0.1.48) (2022-11-23)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* locale updates ([81b37ad](https://www.github.com/STARTcloud/vagrant-zones/commit/81b37ad54b77a794c62cb4792f1aab6b009fd379))
|
|
9
|
+
|
|
10
|
+
### [0.1.47](https://www.github.com/STARTcloud/vagrant-zones/compare/v0.1.46...v0.1.47) (2022-11-23)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* comments ([20e0f5d](https://www.github.com/STARTcloud/vagrant-zones/commit/20e0f5df2b7dc10ca3ffa00260b84293a5efa6eb))
|
|
16
|
+
|
|
3
17
|
### [0.1.46](https://www.github.com/STARTcloud/vagrant-zones/compare/v0.1.45...v0.1.46) (2022-11-23)
|
|
4
18
|
|
|
5
19
|
|
data/lib/vagrant-zones/driver.rb
CHANGED
|
@@ -755,7 +755,6 @@ module VagrantPlugins
|
|
|
755
755
|
end
|
|
756
756
|
|
|
757
757
|
# This helps us delete any associated datasets of the zone
|
|
758
|
-
## Future To-Do: Should probably split this up and clean it up
|
|
759
758
|
def delete_dataset(uii)
|
|
760
759
|
config = @machine.provider_config
|
|
761
760
|
name = @machine.name
|
data/locales/en.yml
CHANGED
|
@@ -31,9 +31,9 @@ en:
|
|
|
31
31
|
virtual_box_running_conflict_detected: |-
|
|
32
32
|
Virtualbox Box appears to be running virtual machines, to continue, please shut these down!
|
|
33
33
|
meeting: |-
|
|
34
|
-
|
|
34
|
+
Starting the zone creation sequence
|
|
35
35
|
leaving: |-
|
|
36
|
-
|
|
36
|
+
Starting the zone destruction sequence
|
|
37
37
|
halting_zone: |-
|
|
38
38
|
Halting the zone
|
|
39
39
|
destroy_zone: |-
|