vagrant-zones 0.1.89 → 0.1.91

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: 8d043391b8f3e52f7238a02f957140ea9fd13009a2f41780160520cd99f5358b
4
- data.tar.gz: 408beefcc81f566e49a0fad0dd156549aa0e5272c20f9f6adf767eab33d5ef82
3
+ metadata.gz: 49161b38da3defad97f159d6a93d3b9508c3e381425812da3d950fff7e54a099
4
+ data.tar.gz: 53b947780cd6a2bf3a253a2f4a7ec0036ad48d8c1ffb869dc7ab750cd51d0ebd
5
5
  SHA512:
6
- metadata.gz: 4182ec79a303c5c15ec5f29357bc7e94b8839ef7ccfa07fd3e531f88470163972647bb677c66c141c3dff6cedc8243dfaf93bd373310d0f3fcef9f9516d25efe
7
- data.tar.gz: fb16a02e0f6ac60842802b129a2d5fc5a0bb30ac09afd3dff5bbebf4c1e3740996c710dc70ca4723ac5c5a270d993c6071a1d03fceb46e2b78524fd5a9e9e7ee
6
+ metadata.gz: 5abb37dfd948f20ba841a359ea9990b141184b20d527d5807736ea8fc3eaf067fb3e0a328f394df356a559974b72a1f637d30f3bc773ce2a00e5659176c67738
7
+ data.tar.gz: a26c9ea34a8e2fbb3685de043a1d5591ef9b8461aecf376a03ee836466d788537ea3ecf967b673cc28bdb79093ebcd3c19bb0141e2909c73cc877e3a12675cca
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.1.91](https://github.com/STARTcloud/vagrant-zones/compare/v0.1.90...v0.1.91) (2024-01-07)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * revert package ([3ba0780](https://github.com/STARTcloud/vagrant-zones/commit/3ba07806af3f52a36fd1289f16cd7c1a0675cf82))
9
+
10
+ ## [0.1.90](https://github.com/STARTcloud/vagrant-zones/compare/v0.1.89...v0.1.90) (2024-01-07)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * package includes ([7157795](https://github.com/STARTcloud/vagrant-zones/commit/71577953c96eaa578d9b79614596ef086f56ee1c))
16
+
3
17
  ## [0.1.89](https://github.com/STARTcloud/vagrant-zones/compare/v0.1.88...v0.1.89) (2024-01-07)
4
18
 
5
19
 
@@ -49,9 +49,9 @@ 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
- extra = './_include'
54
+ extra = '_include'
55
55
  Dir.mkdir(@tmp_include)
56
56
  env['package.include'].each do |f|
57
57
  env[:ui].info("Including user file: #{f}")
@@ -61,7 +61,7 @@ module VagrantPlugins
61
61
 
62
62
  ## Include Vagrant file
63
63
  if env['package.vagrantfile']
64
- extra = './_include'
64
+ extra = '_include'
65
65
  Dir.mkdir(@tmp_include) unless File.directory?(@tmp_include)
66
66
  env[:ui].info('Including user Vagrantfile')
67
67
  FileUtils.cp(env['package.vagrantfile'], "#{@tmp_include}/Vagrantfile")
@@ -2,7 +2,7 @@
2
2
 
3
3
  module VagrantPlugins
4
4
  module ProviderZone
5
- VERSION = '0.1.89'
5
+ VERSION = '0.1.91'
6
6
  NAME = 'vagrant-zones'
7
7
  end
8
8
  end
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.89
4
+ version: 0.1.91
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Gilbert