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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c45a64d33fc088a9d230e5dd364c101b1534c44d9da0ae0f2d7dd4900cb6b5b5
4
- data.tar.gz: 458c22841409f5877381be5ccebb733f4aa09ef827a9f080f7646d1a6d2154ea
3
+ metadata.gz: 935ea924ebb91fc8f06ea414c1483ee441c0736e65fda689a5d2fb31d3c29b67
4
+ data.tar.gz: 451bf4de72f3914a1a45fa5a0ad13a78fab307a7cbf7e6ed54724253643f0cf8
5
5
  SHA512:
6
- metadata.gz: 7755421a5f6f5fb2a6cf9c9b00182c979a1bf90a77f5e1e0ee92351904c978c2cfc6582184082c60bcd95e2e9978901c12d740194c2b760ee7ebc3a2fae29536
7
- data.tar.gz: 101e9cc27c8953b10f955f18052fc991a219103bb153c18d8de1d230a1165554ab7ef93cec62dab5ae22cc47f69c711fa375aad92d5b28c9ca823bff97b3bf38
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
 
@@ -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
@@ -2,6 +2,6 @@
2
2
 
3
3
  module VagrantPlugins
4
4
  module ProviderZone
5
- VERSION = '0.1.46'
5
+ VERSION = '0.1.48'
6
6
  end
7
7
  end
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
- Beggining the zone creation sequence
34
+ Starting the zone creation sequence
35
35
  leaving: |-
36
- Beggining the zone destruction sequence
36
+ Starting the zone destruction sequence
37
37
  halting_zone: |-
38
38
  Halting the zone
39
39
  destroy_zone: |-
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-zones
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.46
4
+ version: 0.1.48
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Gilbert