vagrant-zones 0.1.52 → 0.1.54

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: 74871f572aaf96eab73f7c022a17fa63a0fdb571aa6212449cfc7faaca14851d
4
+ data.tar.gz: 6f0ce7dc630125242d1e580f177abaad5f3df50c8a181859121bc1b053f24ad3
5
5
  SHA512:
6
- metadata.gz: '08ba65bcd7371e02719ddec716ce75111e8f35f37b9f6ecb97c31d74e13d669ca78377fb88b34bbbadf3252da5219b4ef0acfef5db6ceb189ed12cd3c0b3e2d7'
7
- data.tar.gz: f2e3a29f4401ad167b90ac08bfa3e76abde7265124ad6c5125bb7d61380a277c0d9d8a7223a0a26711c9999d22390515ae7076554604247ca4d56437af08ca2d
6
+ metadata.gz: 3b6df809c3cae3f234db3ac8276dc0f7ac62fe7dd2af337f3b382cc357b26b46e113f6c46eb4489efdc6f6a489a9260fbd2d8f347ed208b98d21fff31e8da178
7
+ data.tar.gz: 83d743a9144a1823adc3ba090cf31d5607caf6d9d3843aa37bf88f2e3cc5d38704f996e5c8d9f792990d83c7bc96968cfab99afda684d6261abbc07ad770034a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # Changelog
2
2
 
3
+ ### [0.1.54](https://www.github.com/STARTcloud/vagrant-zones/compare/v0.1.53...v0.1.54) (2022-11-23)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * version ([fcfeaeb](https://www.github.com/STARTcloud/vagrant-zones/commit/fcfeaebc7a777ae89944d0ee42ef6a92a14a0f9d))
9
+
10
+ ### [0.1.53](https://www.github.com/STARTcloud/vagrant-zones/compare/v0.1.52...v0.1.53) (2022-11-23)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * lint version Release-As: 0.1.52 ([0cc49af](https://www.github.com/STARTcloud/vagrant-zones/commit/0cc49af0bd705c362f3b17b2d97550664ff28bf6))
16
+
17
+ ### [0.1.52](https://www.github.com/STARTcloud/vagrant-zones/compare/v0.1.51...v0.1.52) (2022-11-23)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * version 0 ([a56eb21](https://www.github.com/STARTcloud/vagrant-zones/commit/a56eb211484f04b6810459d044bddf4ba80f4f07))
23
+ * version 0.1.51 ([6744ad5](https://www.github.com/STARTcloud/vagrant-zones/commit/6744ad56c6649e168a8d78a4d2f8e4e646096020))
24
+ * version 0.1.52 Release-As: 0.1.52 ([8ce8000](https://www.github.com/STARTcloud/vagrant-zones/commit/8ce8000af3eb19e71d9723aab740ff683b76f778))
25
+ * version Release-As: 0.1.53 ([53a9aa7](https://www.github.com/STARTcloud/vagrant-zones/commit/53a9aa7a87e5c52ec266249196d462f997fb9969))
26
+
3
27
  ### [0.1.51](https://www.github.com/STARTcloud/vagrant-zones/compare/v0.1.50...v0.1.51) (2022-11-23)
4
28
 
5
29
 
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.54'
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.54
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Gilbert