rack-cloudflare_middleware 1.2.2 → 1.2.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 +4 -4
- data/.github/workflows/pull-request-updated.yml +5 -9
- data/.github/workflows/release.yml +2 -0
- data/CHANGELOG.md +4 -3
- data/CODEOWNERS +2 -0
- data/Gemfile +1 -1
- data/Gemfile.lock +14 -14
- data/lib/rack/cloudflare_middleware/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2609ebe8665618548d47b46498870d9a8c1e5331caea52cc947dd1cad87a8fc7
|
4
|
+
data.tar.gz: aaa6de3fdab8d9ca9818ce5e6f7d4ae3641cd83b489fd287fa7e4d67f7acd91b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4c0e453400a747e25b00364d05f9a8278e2b408532599e32d551d463f204995b5dcabfb91230512ee48bde649d39227b454bbacfc4beead1e8ff23f4b18d0486
|
7
|
+
data.tar.gz: ccccb2ba8e68dacf97b4142e175f1686307937a18b95bea9cb38d0f49afc3a282e3a2efa9973b17eb8c18a92b7e04de07e23e2004f3ede628ed5167550ae50ca
|
@@ -1,18 +1,15 @@
|
|
1
1
|
name: Pull Request Updated
|
2
2
|
|
3
3
|
on:
|
4
|
-
|
4
|
+
pull_request_target:
|
5
5
|
types:
|
6
6
|
- opened
|
7
7
|
- reopened
|
8
8
|
- edited
|
9
|
-
- synchronize
|
10
|
-
- ready_for_review
|
11
|
-
- converted_to_draft
|
12
9
|
|
13
10
|
jobs:
|
14
11
|
tag-for-dependabot:
|
15
|
-
name: Tag
|
12
|
+
name: Tag Infrastructure For Dependabot
|
16
13
|
if: ${{ github.actor == 'dependabot[bot]' }}
|
17
14
|
runs-on: ubuntu-24.04
|
18
15
|
timeout-minutes: 2
|
@@ -24,13 +21,12 @@ jobs:
|
|
24
21
|
id: generate_token
|
25
22
|
uses: actions/create-github-app-token@v2
|
26
23
|
with:
|
27
|
-
app-id: ${{ secrets.DEPENDABOT_AUTO_MERGER_APP_ID }}
|
28
|
-
private-key: ${{ secrets.DEPENDABOT_AUTO_MERGER_PRIVATE_KEY }}
|
29
24
|
owner: ${{ github.repository_owner }}
|
30
25
|
repositories: ${{ github.event.repository.name }}
|
31
|
-
- name: Auto Assign
|
26
|
+
- name: Auto Assign infrastructure as reviewer
|
32
27
|
run: gh pr edit "$PR_URL" --add-reviewer "$REVIEWER"
|
33
28
|
env:
|
34
29
|
PR_URL: ${{ github.event.pull_request.html_url }}
|
35
|
-
REVIEWER: instrumentl/
|
30
|
+
REVIEWER: instrumentl/infrastructure
|
36
31
|
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
|
32
|
+
GH_REPO: ${{github.repository}}
|
data/CHANGELOG.md
CHANGED
data/CODEOWNERS
ADDED
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
rack-cloudflare_middleware (1.2.
|
4
|
+
rack-cloudflare_middleware (1.2.3)
|
5
5
|
faraday (>= 1.0, < 3)
|
6
6
|
rack (>= 2, < 4)
|
7
7
|
|
@@ -19,15 +19,15 @@ GEM
|
|
19
19
|
crack (1.0.0)
|
20
20
|
bigdecimal
|
21
21
|
rexml
|
22
|
-
diff-lcs (1.
|
23
|
-
faraday (2.13.
|
22
|
+
diff-lcs (1.6.2)
|
23
|
+
faraday (2.13.3)
|
24
24
|
faraday-net_http (>= 2.0, < 3.5)
|
25
25
|
json
|
26
26
|
logger
|
27
|
-
faraday-net_http (3.4.
|
27
|
+
faraday-net_http (3.4.1)
|
28
28
|
net-http (>= 0.5.0)
|
29
29
|
hashdiff (1.1.2)
|
30
|
-
json (2.
|
30
|
+
json (2.13.0)
|
31
31
|
language_server-protocol (3.17.0.5)
|
32
32
|
lint_roller (1.1.0)
|
33
33
|
logger (1.7.0)
|
@@ -44,29 +44,29 @@ GEM
|
|
44
44
|
method_source (~> 1.0)
|
45
45
|
public_suffix (6.0.1)
|
46
46
|
racc (1.8.1)
|
47
|
-
rack (3.1.
|
47
|
+
rack (3.1.16)
|
48
48
|
rack-test (2.2.0)
|
49
49
|
rack (>= 1.3)
|
50
50
|
rainbow (3.1.1)
|
51
|
-
rake (13.
|
51
|
+
rake (13.3.0)
|
52
52
|
regexp_parser (2.10.0)
|
53
53
|
rexml (3.4.1)
|
54
|
-
rspec (3.13.
|
54
|
+
rspec (3.13.1)
|
55
55
|
rspec-core (~> 3.13.0)
|
56
56
|
rspec-expectations (~> 3.13.0)
|
57
57
|
rspec-mocks (~> 3.13.0)
|
58
|
-
rspec-core (3.13.
|
58
|
+
rspec-core (3.13.4)
|
59
59
|
rspec-support (~> 3.13.0)
|
60
|
-
rspec-expectations (3.13.
|
60
|
+
rspec-expectations (3.13.5)
|
61
61
|
diff-lcs (>= 1.2.0, < 2.0)
|
62
62
|
rspec-support (~> 3.13.0)
|
63
63
|
rspec-its (2.0.0)
|
64
64
|
rspec-core (>= 3.13.0)
|
65
65
|
rspec-expectations (>= 3.13.0)
|
66
|
-
rspec-mocks (3.13.
|
66
|
+
rspec-mocks (3.13.5)
|
67
67
|
diff-lcs (>= 1.2.0, < 2.0)
|
68
68
|
rspec-support (~> 3.13.0)
|
69
|
-
rspec-support (3.13.
|
69
|
+
rspec-support (3.13.4)
|
70
70
|
rubocop (1.75.5)
|
71
71
|
json (~> 2.3)
|
72
72
|
language_server-protocol (~> 3.17.0.2)
|
@@ -98,7 +98,7 @@ GEM
|
|
98
98
|
standard-performance (1.8.0)
|
99
99
|
lint_roller (~> 1.1)
|
100
100
|
rubocop-performance (~> 1.25.0)
|
101
|
-
thor (1.
|
101
|
+
thor (1.4.0)
|
102
102
|
unicode-display_width (3.1.4)
|
103
103
|
unicode-emoji (~> 4.0, >= 4.0.4)
|
104
104
|
unicode-emoji (4.0.4)
|
@@ -121,7 +121,7 @@ DEPENDENCIES
|
|
121
121
|
pry
|
122
122
|
rack-cloudflare_middleware!
|
123
123
|
rack-test (~> 2)
|
124
|
-
rake (~> 13.
|
124
|
+
rake (~> 13.3)
|
125
125
|
rspec (~> 3.13)
|
126
126
|
rspec-its (~> 2.0)
|
127
127
|
standard (~> 1)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rack-cloudflare_middleware
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- James Brown
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-07-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -121,6 +121,7 @@ files:
|
|
121
121
|
- ".pre-commit-config.yaml"
|
122
122
|
- ".rubocop.yml"
|
123
123
|
- CHANGELOG.md
|
124
|
+
- CODEOWNERS
|
124
125
|
- Gemfile
|
125
126
|
- Gemfile.lock
|
126
127
|
- LICENSE.txt
|