puppet-syntax 3.2.0 → 3.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a2d390b306423921b0dd89e24373f6e59ae0235777324e478194d4edf2fa3026
4
- data.tar.gz: 205c580df12c234a6ecb48f29fdee3a0ba2f933f0ddb5384489fcbe8d53ae923
3
+ metadata.gz: 20ff73cbd97aa25a996855fb8e64011c49dad446d646c01739756cbf4070605a
4
+ data.tar.gz: e63849bf1b733a186913a5e35c045c324a8debeb82d57e5d3506c3a19fc4de14
5
5
  SHA512:
6
- metadata.gz: bbd443ce59ee2fc0e943f75378c05972521c29bf95bdc53378478a423b63f036ab0fff7ab34c7385555eb65fa79e289d66a64bc0ba735ec3049f91b063663b99
7
- data.tar.gz: 1448871b536af6ecbec32f25fc16867a6c637c4cab80138773d188857db0b7f456116e6a7db981b95c8504dfe53a30f4f39253cfcb8213e2db9657c14f6ead45
6
+ metadata.gz: d3439e59e3a4bcefec9fb7a5ea454cbea88837cabf2a9ca32baac945fc450f47cfaff97b1220e632fde143a15ad1bc6b8fa145acd431ed246b1db06330a2f72c
7
+ data.tar.gz: d8005bff08d6eeaf372febbe207de534a47b7ef5598a237ed63002d68304208910c430ffaf3b2a8cd88e249ee54c2e8b92c17c4e23959ecd17d68349873a5e9c
@@ -29,4 +29,4 @@ jobs:
29
29
  echo ":github: Bearer ${{ secrets.GITHUB_TOKEN }}" >> ~/.gem/credentials
30
30
  chmod 0600 ~/.gem/credentials
31
31
  - name: Publish gem to GitHub packages
32
- run: gem push --key github --host https://rubygems.pkg.github.com/{{ github.repository_owner }} *.gem
32
+ run: gem push --key github --host https://rubygems.pkg.github.com/${{ github.repository_owner }} *.gem
data/CHANGELOG.md CHANGED
@@ -11,6 +11,10 @@ All notable changes to this project will be documented in this file.
11
11
  - Remove AppVeyor testing [\#94](https://github.com/voxpupuli/puppet-syntax/issues/94)
12
12
  - Convert from Travis CI to GitHub Actions [\#130](https://github.com/voxpupuli/puppet-syntax/pull/130) ([ekohl](https://github.com/ekohl))
13
13
 
14
+ **Fixed bugs:**
15
+
16
+ - Add missing `$` in github action [\#132](https://github.com/voxpupuli/puppet-syntax/pull/132) ([bastelfreak](https://github.com/bastelfreak))
17
+
14
18
  ## [v3.1.0](https://github.com/voxpupuli/puppet-syntax/tree/v3.1.0) (2020-06-24)
15
19
 
16
20
  [Full Changelog](https://github.com/voxpupuli/puppet-syntax/compare/v3.0.1...v3.1.0)
@@ -1,3 +1,3 @@
1
1
  module PuppetSyntax
2
- VERSION = '3.2.0'
2
+ VERSION = '3.2.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: puppet-syntax
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.0
4
+ version: 3.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vox Pupuli