beaker_puppet_helpers 3.3.0 → 3.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 +4 -4
- data/.github/workflows/test.yml +7 -2
- data/CHANGELOG.md +8 -0
- data/beaker_puppet_helpers.gemspec +1 -2
- metadata +1 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 68559a34a40485e9b9dbe7394b2ad80f5c81e9b37204fb0c8615248650ff7972
|
|
4
|
+
data.tar.gz: af9b05a49301de0c04b649eeab9f7ce35df28f4227c512002b816fb4d67b014a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 709aed69abcc83224a64123f2c0a6a31f3f5df9aece0f3e004f5def8310d7cc2bb8aea1a13049d90a6ecd754e933b67362652f5884b6426dea64ef40e58d3ad3
|
|
7
|
+
data.tar.gz: 9745ad767a4b8c9b02d921b697172c78384ad91305c003e9a4d60850d2300a8033f7bf8b6f22096b0e05583f109a1b67c2ad0443052ff500b99d2b8bd69c3165
|
data/.github/workflows/test.yml
CHANGED
|
@@ -53,9 +53,14 @@ jobs:
|
|
|
53
53
|
run: bundle exec rake acceptance
|
|
54
54
|
|
|
55
55
|
tests:
|
|
56
|
+
if: always()
|
|
56
57
|
needs:
|
|
58
|
+
- rubocop_and_matrix
|
|
57
59
|
- build
|
|
58
|
-
runs-on: ubuntu-
|
|
60
|
+
runs-on: ubuntu-24.04
|
|
59
61
|
name: Test suite
|
|
60
62
|
steps:
|
|
61
|
-
-
|
|
63
|
+
- name: Decide whether the needed jobs succeeded or failed
|
|
64
|
+
uses: re-actors/alls-green@release/v1
|
|
65
|
+
with:
|
|
66
|
+
jobs: ${{ toJSON(needs) }}
|
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [3.3.1](https://github.com/voxpupuli/beaker_puppet_helpers/tree/3.3.1) (2026-04-02)
|
|
6
|
+
|
|
7
|
+
[Full Changelog](https://github.com/voxpupuli/beaker_puppet_helpers/compare/3.3.0...3.3.1)
|
|
8
|
+
|
|
9
|
+
**Fixed bugs:**
|
|
10
|
+
|
|
11
|
+
- gemspec: remove allowed\_push\_host [\#106](https://github.com/voxpupuli/beaker_puppet_helpers/pull/106) ([bastelfreak](https://github.com/bastelfreak))
|
|
12
|
+
|
|
5
13
|
## [3.3.0](https://github.com/voxpupuli/beaker_puppet_helpers/tree/3.3.0) (2026-04-02)
|
|
6
14
|
|
|
7
15
|
[Full Changelog](https://github.com/voxpupuli/beaker_puppet_helpers/compare/3.2.1...3.3.0)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = 'beaker_puppet_helpers'
|
|
5
|
-
s.version = '3.3.
|
|
5
|
+
s.version = '3.3.1'
|
|
6
6
|
s.authors = ['Vox Pupuli']
|
|
7
7
|
s.email = ['voxpupuli@groups.io']
|
|
8
8
|
s.homepage = 'https://github.com/voxpupuli/beaker_puppet_helpers'
|
|
@@ -16,7 +16,6 @@ Gem::Specification.new do |s|
|
|
|
16
16
|
s.require_paths = ['lib']
|
|
17
17
|
|
|
18
18
|
s.metadata = {
|
|
19
|
-
'allowed_push_host' => 'https://rubygems.org',
|
|
20
19
|
'source_code_uri' => 'https://github.com/voxpupuli/beaker_puppet_helpers',
|
|
21
20
|
'changelog_uri' => 'https://github.com/voxpupuli/beaker_puppet_helpers/blob/main/CHANGELOG.md',
|
|
22
21
|
'bug_tracker_uri' => 'https://github.com/voxpupuli/beaker_puppet_helpers/issues',
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: beaker_puppet_helpers
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.3.
|
|
4
|
+
version: 3.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Vox Pupuli
|
|
@@ -136,7 +136,6 @@ homepage: https://github.com/voxpupuli/beaker_puppet_helpers
|
|
|
136
136
|
licenses:
|
|
137
137
|
- Apache-2.0
|
|
138
138
|
metadata:
|
|
139
|
-
allowed_push_host: https://rubygems.org
|
|
140
139
|
source_code_uri: https://github.com/voxpupuli/beaker_puppet_helpers
|
|
141
140
|
changelog_uri: https://github.com/voxpupuli/beaker_puppet_helpers/blob/main/CHANGELOG.md
|
|
142
141
|
bug_tracker_uri: https://github.com/voxpupuli/beaker_puppet_helpers/issues
|