publishing_platform_app_config 0.3.0 → 0.4.0

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: 4b2e3bc5b89e3b4a47cf69d695c6dc61d83b10efa3209be95a7903aa7f9e96e1
4
- data.tar.gz: 8a92dff954b7338cb787cec741c1ade155c71b0ebaa65720e59f81865192c3ac
3
+ metadata.gz: 4ebfd789b9f38076440d56255a14496150382540e1f9351f13cea0334682377f
4
+ data.tar.gz: 6f97fc4b4e92d7dfd3e8130ddc73ad9b5be88d4e73fa2754e6a9e0245a0666cd
5
5
  SHA512:
6
- metadata.gz: 49197ae21a0e92c4c1bcdac435890ee3104f952c14819369678427fa65155b3d8add5205a7bad6e1ccd0c5b6c41d75f9eff3e7c9fe78f2ea0b78af0c4d7a0cb0
7
- data.tar.gz: 57fb61a4adac41174e0ba782f6e187b4100eba3d4ffee378f4b3551724efd161054e3620065cd9b4b99341060e784b9a36ad51497c45ee06dcc658901d3d43e1
6
+ metadata.gz: 754889d89c802268d3e2e7db1dda3acb9d3983e208bfe7195099c399309aceae322206a98b0e82dd4dc3b06f63258ff784c6cefa9f9fc3b6641028f374e75dde
7
+ data.tar.gz: '0956d29895a1e3d23df4907cbe476cde96686ca441ab213beaed687fe3a0caf8b293c9145abda7af685a42600120022735e722ab16a5d5651ba423ce8f4c1e2d'
@@ -0,0 +1,12 @@
1
+ name: Lint GitHub Actions
2
+ on:
3
+ push:
4
+ paths: ['.github/**']
5
+ jobs:
6
+ actionlint:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: actions/checkout@v4
10
+ with:
11
+ show-progress: false
12
+ - uses: publishing-platform/publishing-platform-infrastructure/.github/actions/actionlint@main
@@ -8,7 +8,7 @@ jobs:
8
8
  strategy:
9
9
  fail-fast: false
10
10
  matrix:
11
- ruby: [3.2, 3.3]
11
+ ruby: [3.2, 3.3, 3.4]
12
12
  runs-on: ubuntu-latest
13
13
  steps:
14
14
  - uses: actions/checkout@v4
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.2.4
1
+ 3.2.9
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PublishingPlatformAppConfig
4
- VERSION = "0.3.0"
4
+ VERSION = "0.4.0"
5
5
  end
@@ -10,15 +10,15 @@ Gem::Specification.new do |spec|
10
10
  spec.summary = "Base configuration for Publishing Platform applications"
11
11
  spec.description = "Base configuration for Publishing Platform applications"
12
12
  spec.license = "MIT"
13
- spec.required_ruby_version = ">= 3.1"
13
+ spec.required_ruby_version = ">= 3.2"
14
14
 
15
15
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
16
16
  spec.bindir = "exe"
17
17
  spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
18
18
  spec.require_paths = %w[lib]
19
19
 
20
- spec.add_dependency "puma", ">= 5.6", "< 7.0"
21
- spec.add_dependency "sentry-rails", "~> 5.3"
20
+ spec.add_dependency "puma", ">= 5.6", "< 8.0"
21
+ spec.add_dependency "sentry-rails", ">= 5.3", "< 7.0"
22
22
  spec.add_dependency "sentry-ruby", "~> 5.3"
23
23
 
24
24
  spec.add_development_dependency "climate_control"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: publishing_platform_app_config
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Publishing Platform
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 2025-01-17 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: puma
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '5.6'
19
19
  - - "<"
20
20
  - !ruby/object:Gem::Version
21
- version: '7.0'
21
+ version: '8.0'
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,21 +28,27 @@ dependencies:
28
28
  version: '5.6'
29
29
  - - "<"
30
30
  - !ruby/object:Gem::Version
31
- version: '7.0'
31
+ version: '8.0'
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: sentry-rails
34
34
  requirement: !ruby/object:Gem::Requirement
35
35
  requirements:
36
- - - "~>"
36
+ - - ">="
37
37
  - !ruby/object:Gem::Version
38
38
  version: '5.3'
39
+ - - "<"
40
+ - !ruby/object:Gem::Version
41
+ version: '7.0'
39
42
  type: :runtime
40
43
  prerelease: false
41
44
  version_requirements: !ruby/object:Gem::Requirement
42
45
  requirements:
43
- - - "~>"
46
+ - - ">="
44
47
  - !ruby/object:Gem::Version
45
48
  version: '5.3'
49
+ - - "<"
50
+ - !ruby/object:Gem::Version
51
+ version: '7.0'
46
52
  - !ruby/object:Gem::Dependency
47
53
  name: sentry-ruby
48
54
  requirement: !ruby/object:Gem::Requirement
@@ -119,6 +125,7 @@ extensions: []
119
125
  extra_rdoc_files: []
120
126
  files:
121
127
  - ".github/dependabot.yml"
128
+ - ".github/workflows/actionlint.yml"
122
129
  - ".github/workflows/ci.yml"
123
130
  - ".gitignore"
124
131
  - ".rspec"
@@ -148,14 +155,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
148
155
  requirements:
149
156
  - - ">="
150
157
  - !ruby/object:Gem::Version
151
- version: '3.1'
158
+ version: '3.2'
152
159
  required_rubygems_version: !ruby/object:Gem::Requirement
153
160
  requirements:
154
161
  - - ">="
155
162
  - !ruby/object:Gem::Version
156
163
  version: '0'
157
164
  requirements: []
158
- rubygems_version: 3.6.3
165
+ rubygems_version: 4.0.9
159
166
  specification_version: 4
160
167
  summary: Base configuration for Publishing Platform applications
161
168
  test_files: []