vagrant-zones 0.1.86 → 0.1.87

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: 502679c2390c668ff4f015fbfb665bfc043b41330d855234ab0c086f7417cac6
4
- data.tar.gz: fb68118d87e88d9731e07078b9a389108b528bfa27eb9c5dc5a693a799d7330a
3
+ metadata.gz: aaa98010a63627bf6f4d9b07b04c57a394cf660f24e6a13d2776d5e25aae8def
4
+ data.tar.gz: b99b564ae05cbe233c94e99b36be87295fc0016528b595493a96b0698d45a009
5
5
  SHA512:
6
- metadata.gz: a9a3ceabe15b16cc3212a2dbce95c3cf9a011f88f0e92855115b149285caaa99130798ffcaa5b29e354fa4cb1a7be955b93d88b8c1566f20f1ad92e7b3d7f240
7
- data.tar.gz: b3a995d491f23c41624cde328dfa9ce5b81da52ef1c3859959589267009545d9a78c5cb42ff183cd0ac7977047ed7bf87813a2eb85c6ec8f32ae59bc284aa9f2
6
+ metadata.gz: 1b3f9bb5accc0ae321f7a736a79717569c35108a41479a097c9345a16440819b97940dcd4c7ea588e6bae363b53e5db341daa8706340e4c2b11e08f4405c3faf
7
+ data.tar.gz: 6ea3c513c4cdd4e666bbc617917879b786d7ddbd96dffa595d8a751823a4224d76fcb00bb43e40010f767eb33c7114d78f2b7fcbe5d99da2c452491166080dc5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.1.87](https://github.com/STARTcloud/vagrant-zones/compare/v0.1.86...v0.1.87) (2023-12-14)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * spacing in translation file ([44f80c4](https://github.com/STARTcloud/vagrant-zones/commit/44f80c449b3760bac5c56b3af07884f2c081e95c))
9
+
3
10
  ## [0.1.86](https://github.com/STARTcloud/vagrant-zones/compare/v0.1.85...v0.1.86) (2023-12-14)
4
11
 
5
12
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  module VagrantPlugins
4
4
  module ProviderZone
5
- VERSION = '0.1.86'
5
+ VERSION = '0.1.87'
6
6
  NAME = 'vagrant-zones'
7
7
  end
8
8
  end
data/locales/en.yml CHANGED
@@ -257,7 +257,7 @@ en:
257
257
  nat_vnic_setup: |-
258
258
  - Setting up NAT VNIC:
259
259
  vnic_conf_del: |-
260
- - Removing the provisional vnic from the zones configuration:
260
+ - Removing the provisional vnic from the zones configuration:
261
261
  forwarding_nat: |-
262
262
  - Enabling NAT forwarding:
263
263
  configuring_nat: |-
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.86
4
+ version: 0.1.87
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Gilbert