faraday-follow_redirects 0.4.0 → 0.5.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: fc7b491899791d3b09fe1cff8de62de307c403946953c7d1ccef2114b32cb0a3
4
- data.tar.gz: 1fd28e5219fe741dd38625195360f78b6f9618d33573610fdd10ec6808e15416
3
+ metadata.gz: '09846f82e610e4f637bde62fb1351e5f1343cfb47c1e5d0889308732c73c0f39'
4
+ data.tar.gz: 405a3d30ee1b25b13ab95523c498daf7ef4a0685137bb76ee0374eeba9f3935f
5
5
  SHA512:
6
- metadata.gz: 3985fcb17892ff681163a9c0e3c3783a3f9ad9a77ac0b1b4095f1e9ebfdcc18a452f716a7ff08cc070d9f55d230cf247c9b9daffabb6bb1249df37064b5c40e6
7
- data.tar.gz: 5e968dd8180c0972cf2a772d16769e6054aeefb9ddb6f82c9f32e6c286db7a2d87796587993e8a77a13a6d8784541a9f526d82fa9c9be8033c3bc274873bf559
6
+ metadata.gz: 1eaf6b41b664269146411fa16c225249bd90196b6fabb0969120e4ca6e68c93031220111b01a1ecff50ba5ecfd53585c300db367acc8b2a311b25c75a4531a3e
7
+ data.tar.gz: 63fceba69faf67cf1986fab4aa194289c988787eccf0b53c7d682a3ffbaf004115e53719d681da9ca80321cd6c1476fd843522ada0dbf84d9e15edb10badc42d
data/CHANGELOG.md CHANGED
@@ -4,6 +4,10 @@
4
4
 
5
5
  * …
6
6
 
7
+ ## 0.5.0 (2025-12-25)
8
+
9
+ * Removes upper Ruby version constraint.
10
+
7
11
  ## 0.4.0 (2025-10-01)
8
12
 
9
13
  This release contains no user facing changes.
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Faraday
4
4
  module FollowRedirects
5
- VERSION = '0.4.0'
5
+ VERSION = '0.5.0'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: faraday-follow_redirects
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sebastian Cohnen
@@ -50,8 +50,8 @@ licenses:
50
50
  - MIT
51
51
  metadata:
52
52
  bug_tracker_uri: https://github.com/tisba/faraday-follow-redirects/issues
53
- changelog_uri: https://github.com/tisba/faraday-follow-redirects/blob/v0.4.0/CHANGELOG.md
54
- documentation_uri: http://www.rubydoc.info/gems/faraday-follow_redirects/0.4.0
53
+ changelog_uri: https://github.com/tisba/faraday-follow-redirects/blob/v0.5.0/CHANGELOG.md
54
+ documentation_uri: http://www.rubydoc.info/gems/faraday-follow_redirects/0.5.0
55
55
  homepage_uri: https://github.com/tisba/faraday-follow-redirects
56
56
  rubygems_mfa_required: 'true'
57
57
  source_code_uri: https://github.com/tisba/faraday-follow-redirects
@@ -63,16 +63,13 @@ required_ruby_version: !ruby/object:Gem::Requirement
63
63
  - - ">="
64
64
  - !ruby/object:Gem::Version
65
65
  version: '2.6'
66
- - - "<"
67
- - !ruby/object:Gem::Version
68
- version: '4'
69
66
  required_rubygems_version: !ruby/object:Gem::Requirement
70
67
  requirements:
71
68
  - - ">="
72
69
  - !ruby/object:Gem::Version
73
70
  version: '0'
74
71
  requirements: []
75
- rubygems_version: 3.6.9
72
+ rubygems_version: 4.0.3
76
73
  specification_version: 4
77
74
  summary: Faraday 1.x and 2.x compatible extraction of FaradayMiddleware::FollowRedirects
78
75
  test_files: []