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 +4 -4
- data/.github/workflows/actionlint.yml +12 -0
- data/.github/workflows/ci.yml +1 -1
- data/.ruby-version +1 -1
- data/lib/publishing_platform_app_config/version.rb +1 -1
- data/publishing_platform_app_config.gemspec +3 -3
- metadata +15 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4ebfd789b9f38076440d56255a14496150382540e1f9351f13cea0334682377f
|
|
4
|
+
data.tar.gz: 6f97fc4b4e92d7dfd3e8130ddc73ad9b5be88d4e73fa2754e6a9e0245a0666cd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
data/.github/workflows/ci.yml
CHANGED
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.2.
|
|
1
|
+
3.2.9
|
|
@@ -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.
|
|
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", "<
|
|
21
|
-
spec.add_dependency "sentry-rails", "
|
|
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.
|
|
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:
|
|
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: '
|
|
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: '
|
|
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.
|
|
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:
|
|
165
|
+
rubygems_version: 4.0.9
|
|
159
166
|
specification_version: 4
|
|
160
167
|
summary: Base configuration for Publishing Platform applications
|
|
161
168
|
test_files: []
|