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 +4 -4
- data/.github/workflows/release.yml +1 -1
- data/CHANGELOG.md +4 -0
- data/lib/puppet-syntax/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 20ff73cbd97aa25a996855fb8e64011c49dad446d646c01739756cbf4070605a
|
4
|
+
data.tar.gz: e63849bf1b733a186913a5e35c045c324a8debeb82d57e5d3506c3a19fc4de14
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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)
|