publishing_platform_app_config 0.5.2 → 0.5.3

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: 7893452382605fa335717a518a2727aa06d9f0db85116edda41d8e51accbb678
4
- data.tar.gz: ec9b70470298e89e71c5e2cba283768534a1d31915ef1e134665e42352a2bb83
3
+ metadata.gz: c5487c3ef9dfea5555f32825f215ce9a55d27044ba76f15e4254dae01b7862a5
4
+ data.tar.gz: 219f88cf896143a7601b877823b2c526e51ce4f900fc117b090ec706c750ea48
5
5
  SHA512:
6
- metadata.gz: a5b1f04a9f8e91b0fb4f0e351a99a04b915794a721fff767ec313e262904991c87efabfaab8ae29f0761b57b4752e7c4b73bf144cb9d95a07d0730441c006e3c
7
- data.tar.gz: 48ef6ab6d916a15b33bddd35107064b3e941553d55b2114718a98127fa2e38c8067e932940f959de0521fe39da23ae6c1a61310317a2d0a908eb608a2ede4d0e
6
+ metadata.gz: 4154ce97f9adc2842f9d51c7f02040eaa4e0f43a6a2d9fd352c70320b4c94316fea51f40048625435fec21b9878019c93d7e2bf0f9b29382bd8801d3fc717e06
7
+ data.tar.gz: 72d066abea6a071da39c18798b4d1cd2d66b875b963fc84579470e3d4e2ce630a7ed127fa851a75b4656e4d35f30a855f6807bd9ccee0ae5b9cebcd14d627f8f
@@ -6,7 +6,7 @@ jobs:
6
6
  actionlint:
7
7
  runs-on: ubuntu-latest
8
8
  steps:
9
- - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9
+ - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
10
10
  with:
11
11
  show-progress: false
12
12
  - uses: publishing-platform/publishing-platform-infrastructure/.github/actions/actionlint@main
@@ -21,8 +21,8 @@ jobs:
21
21
  ruby: [3.2, 3.3, 3.4]
22
22
  runs-on: ubuntu-latest
23
23
  steps:
24
- - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
25
- - uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0
24
+ - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
25
+ - uses: ruby/setup-ruby@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1.314.0
26
26
  with:
27
27
  ruby-version: ${{ matrix.ruby }}
28
28
  bundler-cache: true
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PublishingPlatformAppConfig
4
- VERSION = "0.5.2"
4
+ VERSION = "0.5.3"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: publishing_platform_app_config
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Publishing Platform
@@ -164,7 +164,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
164
164
  - !ruby/object:Gem::Version
165
165
  version: '0'
166
166
  requirements: []
167
- rubygems_version: 4.0.12
167
+ rubygems_version: 4.0.16
168
168
  specification_version: 4
169
169
  summary: Base configuration for Publishing Platform applications
170
170
  test_files: []