gha_config 0.12 → 0.13

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
  SHA256:
3
- metadata.gz: 505c781e33f72b50194bcb3537246c35d4ff89d06540cc50d10c75f752e17ddf
4
- data.tar.gz: 1c93a1f335b8f699b943cd64fc3ad0e077522155484254c9aa01b3b398ef0fc9
3
+ metadata.gz: a1b2cbe1be30f32bf1f88237e349b2a1e0ae2571df8e71c2d0a05c0a4c35e3d0
4
+ data.tar.gz: c3097850f7b446ba3e7060b190ca429877e6225b405b6f59cb7046743a915b76
5
5
  SHA512:
6
- metadata.gz: b95100f624513111e5a8b8e7e1079cdb4f3d27a95e9f91137d8648f729e3ee67ff4db46ff333a0d85ac0403b6eff4ae277eaa358fdd10e991eb7008b0d528fe3
7
- data.tar.gz: 235c656111d2b7df4bbc78e0f927083d96f784bf087a03f0eee9a7b98f6f56e1214dfd787f6de0bd6011be5d2c1b4afbeda47931202add4819d54730ef9f7bdd
6
+ metadata.gz: a3cb5333bfe9372ba143fc30bc39a20ff7baea723a0dfa2fcf869a2c9182c16deb3f26e3151dc99b53cdbbc8886e0ce1db40e91d53ed169d4a6c263a2821de49
7
+ data.tar.gz: c927252af563c8daf8abd1f656cf61e13adedaf80e1d1c94a17dbad47aa9b7ffb12313a51a36be433f09c74a28d8e78e42ebfa354ae852128da3f74a22902114
data/CHANGELOG.md CHANGED
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
- ## [0.12] - 2021-07-19
8
+ ## [0.13] - 2021-07-19
9
9
  - Fixes related to global action
10
10
 
11
11
  ## [0.11] - 2021-07-15
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gha_config (0.11)
4
+ gha_config (0.12)
5
5
 
6
6
  GEM
7
7
  remote: https://flipplib.jfrog.io/flipplib/api/gems/flipp-gems/
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GhaConfig
4
- VERSION = '0.12'
4
+ VERSION = '0.13'
5
5
  end
@@ -54,6 +54,12 @@ module GhaConfig
54
54
  end
55
55
  output = output_hash.to_yaml
56
56
  output = cleanup(output)
57
+ header = <<-OUT
58
+ ######## GENERATED FROM ./github/workflow-src/CI.yml
59
+ ######## USING gha_config https://github.com/wishabi/gha-config
60
+
61
+ OUT
62
+ output = header + output
57
63
  File.write(output_file, output)
58
64
  end
59
65
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gha_config
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.12'
4
+ version: '0.13'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Orner