vagrant-zones 0.1.87 → 0.1.88

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: aaa98010a63627bf6f4d9b07b04c57a394cf660f24e6a13d2776d5e25aae8def
4
- data.tar.gz: b99b564ae05cbe233c94e99b36be87295fc0016528b595493a96b0698d45a009
3
+ metadata.gz: 99ddcd1ab9291a2dd6d85ac3bc1fb0724fe68ecd024dc63693e4ff7cba696469
4
+ data.tar.gz: 53e6e2cabc44628b5b9db42ec0c9de9bcb0bb56238ce0984abc2527b8f54bd7e
5
5
  SHA512:
6
- metadata.gz: 1b3f9bb5accc0ae321f7a736a79717569c35108a41479a097c9345a16440819b97940dcd4c7ea588e6bae363b53e5db341daa8706340e4c2b11e08f4405c3faf
7
- data.tar.gz: 6ea3c513c4cdd4e666bbc617917879b786d7ddbd96dffa595d8a751823a4224d76fcb00bb43e40010f767eb33c7114d78f2b7fcbe5d99da2c452491166080dc5
6
+ metadata.gz: b94a58b83843b79164bf31297f5b4a48549d7e5a5a775928523a4c0a63b29dce5b99e33fc7d4c72b21f5864ab78f7c89bfbdba8e3ee94dc444b7aee1038e1607
7
+ data.tar.gz: 7c005d5c2d4b06c674328f663efdb37ab6b46ec4b65d18f4f1e69967f93d7c79c5d4521c4af01efab3af0255906917a792669056c30a79f4230f9a3472a59689
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
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
+
3
10
  ## [0.1.87](https://github.com/STARTcloud/vagrant-zones/compare/v0.1.86...v0.1.87) (2023-12-14)
4
11
 
5
12
 
@@ -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.87'
5
+ VERSION = '0.1.88'
6
6
  NAME = 'vagrant-zones'
7
7
  end
8
8
  end
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.87
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