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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b900e0a42cedfe1bc4356e3f4427ea2be789852460866d51774dd73e3bafefc8
4
- data.tar.gz: 54ea9e430741ee3a37f62a6893542c84b11fb747122a359a711289014a284d84
3
+ metadata.gz: 0aedd1cbd7c360c23bad5e2092bcad3d95aadaed0ab70b79dc27aa5e9827f336
4
+ data.tar.gz: 74b9c942623e960cd24d5de2c064e59aecb42fab1917787058f8b940fc892d31
5
5
  SHA512:
6
- metadata.gz: ee9383ae2be2c5234ee4bfb96504b5219d8f701cd967fc55d4f23be471102c9e895a5afc3fc2145d691cdb18a72df5923b9cd15ef541fd6a0e638e90232ee643
7
- data.tar.gz: 0bfb65772bf018e637b73990efcde82fe73bee5f88c3445a356d7144ef6e3e5f626c12877925277b87054376f5a8a15878a862c2ec8fec9492d1315cddabade0
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
- **Merged pull requests:**
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
 
@@ -1,5 +1,5 @@
1
1
  module BeakerHostGenerator
2
2
  module Version
3
- STRING = '1.13.0'
3
+ STRING = '1.14.0'
4
4
  end
5
5
  end
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.13.0
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-25 00:00:00.000000000 Z
13
+ date: 2022-05-30 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: minitest