beaker-hostgenerator 0.10.1 → 0.10.2
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 +8 -8
- data/CHANGELOG.md +4 -0
- data/lib/beaker-hostgenerator/data.rb +2 -2
- data/lib/beaker-hostgenerator/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
OTIzMmI0YTExNjg5MzRlZjM4NTRiM2I4MTI1NGRmNGEwNWQ3YTBkZg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ZGY3OWUzOGJkMjI5MTZmNTdmMjJlMTBmYTE4YWM3M2NkMzJhMDk3MA==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YWM3NTNlOGNlNWFlZmYwYjUxMjJhMzg3Y2YxMzI1ZGY3YzU4MDMzMGY4ZjBh
|
|
10
|
+
YTk4YmUwMTRjZDBlODU2MDVhZTFiZTQwNzA0YWQ4OTk2ODJhZWFjNGFiZWQ3
|
|
11
|
+
OTE3MGI2MzIwN2E1NWI3OTc1ZjczYjViNTA2NTdiNDQ1YTJmMzE=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
YzhmNDUxOGRiYmY1ZDUxZGFjNTdlNGVjMjIyZTYwNjNiZDk3NmJiYTE2M2Iz
|
|
14
|
+
YjljYjZjYzI1OTYwMjFiNzk1MDA3OWJjNDUyMWUzYmE3MmRkNGYyNmY5Y2E5
|
|
15
|
+
MWM4MjE3NzNiNmU4MTVmNWY5MmNkNjdjYzM2N2M5ZTAwOGI0ZWQ=
|
data/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
This project makes a strong effort to adhere to [Semantic
|
|
5
5
|
Versioning](http://semver.org).
|
|
6
6
|
|
|
7
|
+
## [0.10.2] - 2017-7-20
|
|
8
|
+
- Change redhat7-POWER platform and template values from 'rhel-7.3-power8' to
|
|
9
|
+
'redhat-7.3-power8'
|
|
10
|
+
|
|
7
11
|
## [0.10.1] - 2017-7-7
|
|
8
12
|
- Add platforms:
|
|
9
13
|
- rhel-7.3-power8
|
|
@@ -539,10 +539,10 @@ module BeakerHostGenerator
|
|
|
539
539
|
},
|
|
540
540
|
'redhat7-POWER' => {
|
|
541
541
|
:general => {
|
|
542
|
-
'platform' => '
|
|
542
|
+
'platform' => 'redhat-7.3-power8'
|
|
543
543
|
},
|
|
544
544
|
:abs => {
|
|
545
|
-
'template' => '
|
|
545
|
+
'template' => 'redhat-7.3-power8'
|
|
546
546
|
}
|
|
547
547
|
},
|
|
548
548
|
'redhat7-S390X' => {
|
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: 0.10.
|
|
4
|
+
version: 0.10.2
|
|
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: 2017-07-
|
|
13
|
+
date: 2017-07-20 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: minitest
|