voxpupuli-release 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: b5a71b82da32b6356675224d714a8890b589f81bdafd855e37b995c96336e310
4
- data.tar.gz: 4297290e4e7ce282a7fd55628010178a4beac5a1c5fd8681c768225ca272a99d
3
+ metadata.gz: 2f5c0861f5b1799b3a1047ba379f456a51ee16f659f20c4372de5875193040c8
4
+ data.tar.gz: 623da9e8c42692822555fe03d0af741f372c4b003d0a8e87e9c21f21801eadc4
5
5
  SHA512:
6
- metadata.gz: 737f6e52f0eb851dd3150c57819430112db38917490ccf1b9c712cca00f660495e60dbc8c058ddbcc294e219522894c2f064fa56654acb8b7d144893fa240492
7
- data.tar.gz: 5073576eee202a9a02170b2567dcb7957eca0c0b6ea6338a464514f1fa83b0ceee7a10ec5d62b583f3c0e232b9bc01a17dfb16efd76b2b3a4dd0ee879450de3d
6
+ metadata.gz: 85a0ad90cc48c923913f332fa6e7a38297c0b89a5b4f99bbc577cc9185df93cf57320cc76410e09395bf59e5df00867663b307d107722e8442298d194bf1583a
7
+ data.tar.gz: eba920d00bc681314e7ba728bbbab907e5523e6b8ea37ec0f49311da7599fdaf6eeb77b0ebe1b32a50e21ef979ca71c80c7fb35432b1e02179748050fd5eec21
@@ -40,8 +40,10 @@ jobs:
40
40
  with:
41
41
  ruby-version: ${{ matrix.ruby }}
42
42
  bundler-cache: true
43
- - name: Run tests
44
- run: bundle exec rake --rakefile Rakefile_ci -T | grep release
43
+ - name: check that required tasks are available
44
+ run: |
45
+ bundle exec rake --rakefile Rakefile_ci -T '^strings:generate:reference$' | grep --quiet .
46
+ bundle exec rake --rakefile Rakefile_ci -T '^release$' | grep --quiet .
45
47
  - name: Verify gem builds
46
48
  run: gem build --strict --verbose *.gemspec
47
49
 
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
+ ## [v3.2.1](https://github.com/voxpupuli/voxpupuli-release/tree/v3.2.1) (2024-12-21)
6
+
7
+ [Full Changelog](https://github.com/voxpupuli/voxpupuli-release/compare/v3.2.0...v3.2.1)
8
+
9
+ **Fixed bugs:**
10
+
11
+ - Require puppet-strings rake tasks [\#75](https://github.com/voxpupuli/voxpupuli-release/pull/75) ([bastelfreak](https://github.com/bastelfreak))
12
+
5
13
  ## [v3.2.0](https://github.com/voxpupuli/voxpupuli-release/tree/v3.2.0) (2024-12-19)
6
14
 
7
15
  [Full Changelog](https://github.com/voxpupuli/voxpupuli-release/compare/v3.1.0...v3.2.0)
@@ -1,6 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  require 'puppet_blacksmith/rake_tasks'
4
+ require 'puppet-strings/tasks'
4
5
 
5
6
  class GCGConfig
6
7
  class << self
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Voxpupuli
4
4
  module Release
5
- VERSION = '3.2.0'
5
+ VERSION = '3.2.1'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: voxpupuli-release
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
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-19 00:00:00.000000000 Z
11
+ date: 2024-12-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday-retry