vagrant-zones 0.1.52 → 0.1.55

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: 59f0414583d8953d0767f67eccc3fa7ba0a6aaf9460566742d9dc62ef747b580
4
- data.tar.gz: 0e5b6d5215c626e306d42322f17234e4f71708197861fd17178ce39679e23b52
3
+ metadata.gz: 227bb14d86922559516dc6162d7f98621f25e3266a53febf6afaa8a19204abbd
4
+ data.tar.gz: 3341bc1aba5a5e97f0ab0e98c7709143d10956a2c38cffa26da2c499cbd5b2c1
5
5
  SHA512:
6
- metadata.gz: '08ba65bcd7371e02719ddec716ce75111e8f35f37b9f6ecb97c31d74e13d669ca78377fb88b34bbbadf3252da5219b4ef0acfef5db6ceb189ed12cd3c0b3e2d7'
7
- data.tar.gz: f2e3a29f4401ad167b90ac08bfa3e76abde7265124ad6c5125bb7d61380a277c0d9d8a7223a0a26711c9999d22390515ae7076554604247ca4d56437af08ca2d
6
+ metadata.gz: 1c75c98c04c6ce1ba635ba3e8d8671b5cb5f0026a48b61a3690d3005d255470e686f41dc7a791caed22ed79ed1519698c4c1da86b0a8c3fcaafee12466f8dd6e
7
+ data.tar.gz: 371f55f818aa403ad26b8d311f669f890f412b67c28a8b033deab4eb9e787934de9c1ce081724600475e3899fdd938be29adf20cb60b21bbe47296eca1073c63
data/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # Changelog
2
2
 
3
+ ### [0.1.55](https://www.github.com/STARTcloud/vagrant-zones/compare/v0.1.54...v0.1.55) (2022-11-23)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * remove space teset version change ([fa4c968](https://www.github.com/STARTcloud/vagrant-zones/commit/fa4c96844100cbda066688d5ea40543b7cea28f0))
9
+ * space ([2b22f87](https://www.github.com/STARTcloud/vagrant-zones/commit/2b22f87e8dc087bc022a8fb633402ef986984924))
10
+
11
+ ### [0.1.54](https://www.github.com/STARTcloud/vagrant-zones/compare/v0.1.53...v0.1.54) (2022-11-23)
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * version ([fcfeaeb](https://www.github.com/STARTcloud/vagrant-zones/commit/fcfeaebc7a777ae89944d0ee42ef6a92a14a0f9d))
17
+
18
+ ### [0.1.53](https://www.github.com/STARTcloud/vagrant-zones/compare/v0.1.52...v0.1.53) (2022-11-23)
19
+
20
+
21
+ ### Bug Fixes
22
+
23
+ * lint version Release-As: 0.1.52 ([0cc49af](https://www.github.com/STARTcloud/vagrant-zones/commit/0cc49af0bd705c362f3b17b2d97550664ff28bf6))
24
+
25
+ ### [0.1.52](https://www.github.com/STARTcloud/vagrant-zones/compare/v0.1.51...v0.1.52) (2022-11-23)
26
+
27
+
28
+ ### Bug Fixes
29
+
30
+ * version 0 ([a56eb21](https://www.github.com/STARTcloud/vagrant-zones/commit/a56eb211484f04b6810459d044bddf4ba80f4f07))
31
+ * version 0.1.51 ([6744ad5](https://www.github.com/STARTcloud/vagrant-zones/commit/6744ad56c6649e168a8d78a4d2f8e4e646096020))
32
+ * version 0.1.52 Release-As: 0.1.52 ([8ce8000](https://www.github.com/STARTcloud/vagrant-zones/commit/8ce8000af3eb19e71d9723aab740ff683b76f778))
33
+ * version Release-As: 0.1.53 ([53a9aa7](https://www.github.com/STARTcloud/vagrant-zones/commit/53a9aa7a87e5c52ec266249196d462f997fb9969))
34
+
3
35
  ### [0.1.51](https://www.github.com/STARTcloud/vagrant-zones/compare/v0.1.50...v0.1.51) (2022-11-23)
4
36
 
5
37
 
data/README.md CHANGED
@@ -45,7 +45,7 @@ Publiched Package locations:
45
45
  ### Setup vagrant-zones
46
46
 
47
47
  To install it in a standard vagrant environment:
48
-
48
+
49
49
  `vagrant plugin install vagrant-zones`
50
50
 
51
51
  ## Contributing
@@ -65,7 +65,6 @@ This project is licensed under the AGPL v3 License - see the [LICENSE](LICENSE)
65
65
  * [vagrant-bhyve](https://github.com/jesa7955/vagrant-bhyve) - A Vagrant plugin for FreeBSD to spin up Bhyve Guests.
66
66
  * [vagrant-zone](https://github.com/skylime/vagrant-zone) - A Vagrant plugin to spin up LXZones.
67
67
 
68
-
69
68
  ## Contributing
70
69
 
71
70
  Please read [CONTRIBUTING.md](https://www.prominic.net) for details on our code of conduct, and the process for submitting pull requests to us.
@@ -2,6 +2,6 @@
2
2
 
3
3
  module VagrantPlugins
4
4
  module ProviderZone
5
- VERSION = '0.1.52'
5
+ VERSION = '0.1.55'
6
6
  end
7
7
  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.52
4
+ version: 0.1.55
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Gilbert