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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8d81d3ecb48c6e3fceaaad766016e093caf5caba2b0176aa7613fe480b1e865a
4
- data.tar.gz: 911cdb9c16f3dd50bbbd5c9c4a0f6039db5ebbdeaf4c85294687fdbced2e6e87
3
+ metadata.gz: 2609ebe8665618548d47b46498870d9a8c1e5331caea52cc947dd1cad87a8fc7
4
+ data.tar.gz: aaa6de3fdab8d9ca9818ce5e6f7d4ae3641cd83b489fd287fa7e4d67f7acd91b
5
5
  SHA512:
6
- metadata.gz: 3af4c44a7ff108468ad09081d44bf28626004070ffea1603a4e9de19c6b21917f780abd5e6f07a7ac09ab7ad85f15f5dd23eb4c18b77c180ebc21c5e5cfef752
7
- data.tar.gz: 42a7a38e2c70f3722e3addb0037fd365d03a2c46f830d84e94832fec3f770bb655b0820c171cf6bd9d55c6c8fb09021082b1aedcde0a485ab31dc41eb1dcca68
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
- pull_request:
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 libero For Dependabot
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/libero
30
+ REVIEWER: instrumentl/infrastructure
36
31
  GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
32
+ GH_REPO: ${{github.repository}}
@@ -5,6 +5,8 @@ on:
5
5
  jobs:
6
6
  release:
7
7
  runs-on: ubuntu-24.04
8
+ permissions:
9
+ contents: read
8
10
  steps:
9
11
  - name: Checkout code
10
12
  uses: actions/checkout@v4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,7 @@
1
- NEXT
2
- ----
3
- - Drop support for Ruby <3.1
1
+
2
+ v1.2.3 - 2025-07-25
3
+ -------------------
4
+ - Libraries updates
4
5
 
5
6
  v1.2.2 - 2024-05-22
6
7
  -------------------
data/CODEOWNERS ADDED
@@ -0,0 +1,2 @@
1
+ # Auto-tag the "Infrastructure" otherwise anyone can approve changes
2
+ ** @instrumentl/infrastructure
data/Gemfile CHANGED
@@ -5,7 +5,7 @@ source "https://rubygems.org"
5
5
  gemspec
6
6
 
7
7
  gem "faraday", "~> 2.13"
8
- gem "rake", "~> 13.2"
8
+ gem "rake", "~> 13.3"
9
9
 
10
10
  group :development, :test do
11
11
  gem "rspec", "~> 3.13"
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rack-cloudflare_middleware (1.2.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.5.1)
23
- faraday (2.13.1)
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.0)
27
+ faraday-net_http (3.4.1)
28
28
  net-http (>= 0.5.0)
29
29
  hashdiff (1.1.2)
30
- json (2.12.0)
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.15)
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.2.1)
51
+ rake (13.3.0)
52
52
  regexp_parser (2.10.0)
53
53
  rexml (3.4.1)
54
- rspec (3.13.0)
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.2)
58
+ rspec-core (3.13.4)
59
59
  rspec-support (~> 3.13.0)
60
- rspec-expectations (3.13.3)
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.2)
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.1)
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.3.2)
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.2)
124
+ rake (~> 13.3)
125
125
  rspec (~> 3.13)
126
126
  rspec-its (~> 2.0)
127
127
  standard (~> 1)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rack
4
4
  module CloudflareMiddleware
5
- VERSION = "1.2.2"
5
+ VERSION = "1.2.3"
6
6
  end
7
7
  end
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.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-05-23 00:00:00.000000000 Z
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