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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- OTQ1NDZiMTFlZDdlZWI2NTdmYWUzZjRkYzE4N2I3NDdkOWI2NzE2Ng==
4
+ OTIzMmI0YTExNjg5MzRlZjM4NTRiM2I4MTI1NGRmNGEwNWQ3YTBkZg==
5
5
  data.tar.gz: !binary |-
6
- ZjgyMGI2ZTVkNjEzNzg1NjhlYmY1ZGZiNjM3MDIzY2VhY2YzMzQwOQ==
6
+ ZGY3OWUzOGJkMjI5MTZmNTdmMjJlMTBmYTE4YWM3M2NkMzJhMDk3MA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- OTE3ZTczODViOWIwNjE4YjYzNTQ2OGZmMzk5MzU5OWEzMjRjZWFkOGJlM2Vh
10
- ZjVjOWE1MmUxZGEyYWVkMjU1YTI4YTc2NDM1ODk2M2Q0NTZmMTg0YmEzODVm
11
- Mzc4YWExNDE4ZWUyMmVmZTgzZTQ1YmE4ODM1MjZlODAzYTY4ZWY=
9
+ YWM3NTNlOGNlNWFlZmYwYjUxMjJhMzg3Y2YxMzI1ZGY3YzU4MDMzMGY4ZjBh
10
+ YTk4YmUwMTRjZDBlODU2MDVhZTFiZTQwNzA0YWQ4OTk2ODJhZWFjNGFiZWQ3
11
+ OTE3MGI2MzIwN2E1NWI3OTc1ZjczYjViNTA2NTdiNDQ1YTJmMzE=
12
12
  data.tar.gz: !binary |-
13
- ZDI3YmQ4NDIzZGQ1YjgwNjdkMTg4MDA3OTc4YWFkOGYxN2I2Y2U2YzFjMjM2
14
- NDU0YjAyYTFmNDhiZDZjZWVhNmQ3MGRjMTUyNDAwMmRiYzQ2ODAxMmNkM2Vi
15
- MTBjZjBhMzAzNjE2NjQzNTFkN2U5ZGRlMmExZDMxZjcxZmE4N2I=
13
+ YzhmNDUxOGRiYmY1ZDUxZGFjNTdlNGVjMjIyZTYwNjNiZDk3NmJiYTE2M2Iz
14
+ YjljYjZjYzI1OTYwMjFiNzk1MDA3OWJjNDUyMWUzYmE3MmRkNGYyNmY5Y2E5
15
+ MWM4MjE3NzNiNmU4MTVmNWY5MmNkNjdjYzM2N2M5ZTAwOGI0ZWQ=
@@ -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' => 'rhel-7.3-power8'
542
+ 'platform' => 'redhat-7.3-power8'
543
543
  },
544
544
  :abs => {
545
- 'template' => 'rhel-7.3-power8'
545
+ 'template' => 'redhat-7.3-power8'
546
546
  }
547
547
  },
548
548
  'redhat7-S390X' => {
@@ -1,5 +1,5 @@
1
1
  module BeakerHostGenerator
2
2
  module Version
3
- STRING = '0.10.1'
3
+ STRING = '0.10.2'
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: 0.10.1
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-08 00:00:00.000000000 Z
13
+ date: 2017-07-20 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: minitest