beaker-hostgenerator 1.13.0 → 1.14.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -1
- data/lib/beaker-hostgenerator/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0aedd1cbd7c360c23bad5e2092bcad3d95aadaed0ab70b79dc27aa5e9827f336
|
4
|
+
data.tar.gz: 74b9c942623e960cd24d5de2c064e59aecb42fab1917787058f8b940fc892d31
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cd02231318d38a66ae4f3f1355d46c8d08e0429c13755347a549d0d3cf0808b2f13f0d9992b51eb4b818e1927807b9ca167e98669d348b89362e6e49d8a6c9b4
|
7
|
+
data.tar.gz: f371b1d082518b0102379578bd9c4a1edaadcadd847d1bab516aaf0c982502156167aa93175002a500968b0fd346e2625b0b32a29b6ca17f462887aae9793d83
|
data/CHANGELOG.md
CHANGED
@@ -2,11 +2,19 @@
|
|
2
2
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
|
5
|
+
## [1.14.0](https://github.com/voxpupuli/beaker-hostgenerator/tree/1.14.0) (2022-05-30)
|
6
|
+
|
7
|
+
[Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/1.13.0...1.14.0)
|
8
|
+
|
9
|
+
**Implemented enhancements:**
|
10
|
+
|
11
|
+
- Add Ubuntu 22.04 [\#248](https://github.com/voxpupuli/beaker-hostgenerator/pull/248) ([jkroepke](https://github.com/jkroepke))
|
12
|
+
|
5
13
|
## [1.13.0](https://github.com/voxpupuli/beaker-hostgenerator/tree/1.13.0) (2022-05-25)
|
6
14
|
|
7
15
|
[Full Changelog](https://github.com/voxpupuli/beaker-hostgenerator/compare/1.12.0...1.13.0)
|
8
16
|
|
9
|
-
**
|
17
|
+
**Implemented enhancements:**
|
10
18
|
|
11
19
|
- \(IMAGES-1339\) Add Ubuntu 22.04 support [\#249](https://github.com/voxpupuli/beaker-hostgenerator/pull/249) ([cthorn42](https://github.com/cthorn42))
|
12
20
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: beaker-hostgenerator
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.14.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Branan Purvine-Riley
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2022-05-
|
13
|
+
date: 2022-05-30 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: minitest
|