publishing_platform_app_config 0.5.4 → 0.5.5

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: fd7f335e562c0d3fba93111f84c22eeb500bf92177345c1ca6982cc3cd775433
4
- data.tar.gz: fe955c4f0d85b6b99cc1991b47160e41d276508ad972d75972f00c438580c07e
3
+ metadata.gz: 81787dafc391e9afcae7c409e53d39429a694192c8dd64f9ccd2c5b4bd90de77
4
+ data.tar.gz: 56c3e2a94d9df81e06674640822fbaf166b4b570b5db6a2632870338d045e94d
5
5
  SHA512:
6
- metadata.gz: 5ed68d2115312bb3be3e20ff7f3df1b61b6af18abe61b1db9fdd58c6655cd27e943b87f289a8846e4c1140288a3c370d7ae5c335c272b88b5c7fb7a727dd2865
7
- data.tar.gz: 3e896b4600f319d26d5b1bb414658f1096ef377c9b71c2ffac2bb702a86992a0e89a250607d7a3632b6563816737d9d1ee32f9c2cc2c820bfc469e1ecd1b7b6f
6
+ metadata.gz: b56611e6a2b79de5f0aead0fb3e229e01322598c64e1046c3dbd6d08a6789c2b0046f13e7e44f243f56a03c4a899de94051524d7d42d419aef96ccb68231c337
7
+ data.tar.gz: '00158c998781c70430055aba0ccf52300fb11c058828c0a5ad74c1ba4460d4d432dc27b19618787b260f92e043aaa00b734a7ae59bfe5412cab00b61b84214de'
@@ -22,7 +22,7 @@ jobs:
22
22
  runs-on: ubuntu-latest
23
23
  steps:
24
24
  - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
25
- - uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # v1.316.0
25
+ - uses: ruby/setup-ruby@003a5c4d8d6321bd302e38f6f0ec593f77f06600 # v1.319.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.4"
4
+ VERSION = "0.5.5"
5
5
  end
@@ -24,5 +24,5 @@ Gem::Specification.new do |spec|
24
24
  spec.add_development_dependency "climate_control", "~> 1.2"
25
25
  spec.add_development_dependency "publishing_platform_rubocop", "~> 0.2"
26
26
  spec.add_development_dependency "rails", "~> 8"
27
- spec.add_development_dependency "simplecov", "~> 0.22"
27
+ spec.add_development_dependency "simplecov", "~> 1.0"
28
28
  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.4
4
+ version: 0.5.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Publishing Platform
@@ -111,14 +111,14 @@ dependencies:
111
111
  requirements:
112
112
  - - "~>"
113
113
  - !ruby/object:Gem::Version
114
- version: '0.22'
114
+ version: '1.0'
115
115
  type: :development
116
116
  prerelease: false
117
117
  version_requirements: !ruby/object:Gem::Requirement
118
118
  requirements:
119
119
  - - "~>"
120
120
  - !ruby/object:Gem::Version
121
- version: '0.22'
121
+ version: '1.0'
122
122
  description: Base configuration for Publishing Platform applications
123
123
  executables: []
124
124
  extensions: []