beaker-hostgenerator 0.10.2 → 0.10.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- OTIzMmI0YTExNjg5MzRlZjM4NTRiM2I4MTI1NGRmNGEwNWQ3YTBkZg==
4
+ NGY4NTdmNzQyMWE5NWNmMDZjOTg4MTc1ZDgxZDI3ODY2MzFhZTIyMA==
5
5
  data.tar.gz: !binary |-
6
- ZGY3OWUzOGJkMjI5MTZmNTdmMjJlMTBmYTE4YWM3M2NkMzJhMDk3MA==
6
+ ZDZiNzQxNDgyMjFhNWViNzhmYzU1ZmIxY2FhNzExYWI4YmQwOTE1ZQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- YWM3NTNlOGNlNWFlZmYwYjUxMjJhMzg3Y2YxMzI1ZGY3YzU4MDMzMGY4ZjBh
10
- YTk4YmUwMTRjZDBlODU2MDVhZTFiZTQwNzA0YWQ4OTk2ODJhZWFjNGFiZWQ3
11
- OTE3MGI2MzIwN2E1NWI3OTc1ZjczYjViNTA2NTdiNDQ1YTJmMzE=
9
+ YjJjZDA1NzMxZjU0ZWZiN2I3MWM1N2U2NzMwMzlhOTk3YmY4NzllMGJjMjFi
10
+ ODNiYTMyYjllN2JhNjI3NmRmOTJhMGNlMjk4MGUzN2I2YWE1Y2Q1OWNmY2Mw
11
+ ZGY2MTBlZTkyNDYwMTBjYmVkOTdjZGUwYmZmN2YwZmUyNzg5ZDA=
12
12
  data.tar.gz: !binary |-
13
- YzhmNDUxOGRiYmY1ZDUxZGFjNTdlNGVjMjIyZTYwNjNiZDk3NmJiYTE2M2Iz
14
- YjljYjZjYzI1OTYwMjFiNzk1MDA3OWJjNDUyMWUzYmE3MmRkNGYyNmY5Y2E5
15
- MWM4MjE3NzNiNmU4MTVmNWY5MmNkNjdjYzM2N2M5ZTAwOGI0ZWQ=
13
+ ZDk5NDE2MTYzZTAxNTE4ODFhYWU4NzI4OGQ3MGVkNWFjMWYxZWVkZmU4ZTBm
14
+ NWNmOWY1M2NlYmY1ODQ3YTQ3ZmQxZWRkOTcxM2YxODMyZjFiNjkwM2VhNWRi
15
+ NTE1ODhmNDViYjFiNWZjNWU3NmFiOTM3NGJmOGI0YjYwMDQ1MzI=
@@ -4,6 +4,11 @@ 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.3] - 2017-7-26
8
+ - Change ubuntu1604-POWER platform from 'ubuntu-16.04-power8' to
9
+ 'ubuntu-16.04-ppc64el'
10
+ - Change redhat7-POWER platform from 'redhat-7.3-power8' to 'el-7-ppc64le'
11
+
7
12
  ## [0.10.2] - 2017-7-20
8
13
  - Change redhat7-POWER platform and template values from 'rhel-7.3-power8' to
9
14
  'redhat-7.3-power8'
@@ -539,7 +539,7 @@ module BeakerHostGenerator
539
539
  },
540
540
  'redhat7-POWER' => {
541
541
  :general => {
542
- 'platform' => 'redhat-7.3-power8'
542
+ 'platform' => 'el-7-ppc64le'
543
543
  },
544
544
  :abs => {
545
545
  'template' => 'redhat-7.3-power8'
@@ -802,7 +802,7 @@ module BeakerHostGenerator
802
802
  },
803
803
  'ubuntu1604-POWER' => {
804
804
  :general => {
805
- 'platform' => 'ubuntu-16.04-power8'
805
+ 'platform' => 'ubuntu-16.04-ppc64el'
806
806
  },
807
807
  :abs => {
808
808
  'template' => 'ubuntu-16.04-power8'
@@ -1,5 +1,5 @@
1
1
  module BeakerHostGenerator
2
2
  module Version
3
- STRING = '0.10.2'
3
+ STRING = '0.10.3'
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.2
4
+ version: 0.10.3
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-20 00:00:00.000000000 Z
13
+ date: 2017-07-26 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: minitest