simp-rake-helpers 2.3.0 → 2.3.1

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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7058c26eaceede07bfb8b8a2fe70de0264a8669e
4
- data.tar.gz: efda3e611429ec432e8331ffb73974ec1b143ae0
3
+ metadata.gz: 3aa87bfc9e827d94f28f0f4c0130d07edd2c8187
4
+ data.tar.gz: 733521f3cca05055bdb03e0b8a0d5415ce77a952
5
5
  SHA512:
6
- metadata.gz: 219538cb72e1ecf9c624dfaa2de524d9ef97b16506da3d120fe0c19c58d3a08d897fe29fdb6fadea14de0c957dd6e032f5a89dd3f752b02ec8bed0fba2f83029
7
- data.tar.gz: 7f1db517f6f02d30c6bc66f529c2faa28e7122c659995d3ce15aa05b5353032744dd3301d5e525cab505c472c15314d02a77894fbd252582da5174fe27aa7376
6
+ metadata.gz: 553979795f031b44bf7aa9ad882a9bb70b291e3c550669ae18b58d528ae49e170f671b1260a2d4b1afea5a4751a3d46b6458897b96a045947878f55ec8bb58d8
7
+ data.tar.gz: 86ccea8f6d77ac3a27548d55fab451d76739b4e02b0ebef1c718e294466654008c161792919182c993fb9fbcc98e521267c47c45dbd5a37d3701f70cdd5b0b5f
@@ -1,3 +1,6 @@
1
+ ### 2.3.1 / 2016-06-27
2
+ * Translate 'RedHat' into 'RHEL' to match the file artifacts on disk.
3
+
1
4
  ### 2.3.0 / 2016-06-22
2
5
  * Move 'listen' into the runtime dependencies so that 'guard' stops trying to
3
6
  yank it into a version that is not compatible with Ruby < 2.2.
@@ -118,6 +118,9 @@ module Simp::Rake::Build
118
118
  # --------------------
119
119
  target_data = get_target_data(target_release, iso_paths, yaml_file, do_checksum, verbose )
120
120
 
121
+ # Quick map to match the filenames in the build structures
122
+ target_data['flavor'] = 'RHEL' if target_data['flavor'] == 'RedHat'
123
+
121
124
  # IDEA: check for prequisite build tools
122
125
 
123
126
  # check out subrepos
@@ -2,5 +2,5 @@ module Simp; end
2
2
  module Simp::Rake; end
3
3
 
4
4
  class Simp::Rake::Helpers
5
- VERSION = '2.3.0'
5
+ VERSION = '2.3.1'
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simp-rake-helpers
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.0
4
+ version: 2.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Tessmer
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-06-24 00:00:00.000000000 Z
12
+ date: 2016-06-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler