vagrant-zones 0.1.86 → 0.1.88

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
  SHA256:
3
- metadata.gz: 502679c2390c668ff4f015fbfb665bfc043b41330d855234ab0c086f7417cac6
4
- data.tar.gz: fb68118d87e88d9731e07078b9a389108b528bfa27eb9c5dc5a693a799d7330a
3
+ metadata.gz: 99ddcd1ab9291a2dd6d85ac3bc1fb0724fe68ecd024dc63693e4ff7cba696469
4
+ data.tar.gz: 53e6e2cabc44628b5b9db42ec0c9de9bcb0bb56238ce0984abc2527b8f54bd7e
5
5
  SHA512:
6
- metadata.gz: a9a3ceabe15b16cc3212a2dbce95c3cf9a011f88f0e92855115b149285caaa99130798ffcaa5b29e354fa4cb1a7be955b93d88b8c1566f20f1ad92e7b3d7f240
7
- data.tar.gz: b3a995d491f23c41624cde328dfa9ce5b81da52ef1c3859959589267009545d9a78c5cb42ff183cd0ac7977047ed7bf87813a2eb85c6ec8f32ae59bc284aa9f2
6
+ metadata.gz: b94a58b83843b79164bf31297f5b4a48549d7e5a5a775928523a4c0a63b29dce5b99e33fc7d4c72b21f5864ab78f7c89bfbdba8e3ee94dc444b7aee1038e1607
7
+ data.tar.gz: 7c005d5c2d4b06c674328f663efdb37ab6b46ec4b65d18f4f1e69967f93d7c79c5d4521c4af01efab3af0255906917a792669056c30a79f4230f9a3472a59689
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.1.88](https://github.com/STARTcloud/vagrant-zones/compare/v0.1.87...v0.1.88) (2024-01-07)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * package include user extra files ([981ed52](https://github.com/STARTcloud/vagrant-zones/commit/981ed522f220dd27c608055f65140b0d3a0e6578))
9
+
10
+ ## [0.1.87](https://github.com/STARTcloud/vagrant-zones/compare/v0.1.86...v0.1.87) (2023-12-14)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * spacing in translation file ([44f80c4](https://github.com/STARTcloud/vagrant-zones/commit/44f80c449b3760bac5c56b3af07884f2c081e95c))
16
+
3
17
  ## [0.1.86](https://github.com/STARTcloud/vagrant-zones/compare/v0.1.85...v0.1.86) (2023-12-14)
4
18
 
5
19
 
@@ -49,7 +49,7 @@ module VagrantPlugins
49
49
  extra = ''
50
50
 
51
51
  ## Include User Extra Files
52
- @tmp_include = "#{tmp_dir}/_include"
52
+ @tmp_include = "#{tmp_dir}/../_include"
53
53
  if env['package.include']
54
54
  extra = './_include'
55
55
  Dir.mkdir(@tmp_include)
@@ -2,7 +2,7 @@
2
2
 
3
3
  module VagrantPlugins
4
4
  module ProviderZone
5
- VERSION = '0.1.86'
5
+ VERSION = '0.1.88'
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,14 +1,14 @@
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.88
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Gilbert
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-14 00:00:00.000000000 Z
11
+ date: 2024-01-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: i18n