async-http-faraday 0.22.2 → 0.23.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: 628bd3a69a2393d92e09ea37ba75534bbbfd80aea633c598814365ec8c4597ec
4
- data.tar.gz: d786c91efa9a5b45c26afcc77bb49b111a5425b055148e398a1a26ab4b93adfb
3
+ metadata.gz: 6e916a88c79cbab300ac14f766366946929f1d8a69b539c30f25923ec39e747f
4
+ data.tar.gz: 4f6dd5cf80decec373e253f91426435213d8ed79490f0f4c9b3591eca6400c9e
5
5
  SHA512:
6
- metadata.gz: 6669757a5b2178d7b6e18d2f0b5d578b3dea8fc7ef73022a90546ee1d0082fbf817b97560679466d632ddea9ed1b18f5044adb43d17b01ebcce68fa6e4c79787
7
- data.tar.gz: a8df540d225f129c67d0d89923438e73ce9212b061cdfce2cd78300d13d18d8e44b2b68d7c4998246ded5dbb8ac1e0ca421a5dea55d1b4aeae07538302a7f88d
6
+ metadata.gz: 8681676a267858a896933e112c8b11ca25a5e75f857d1a1ee09200178781a9a8ca837e79c4cc9038af3efaf0a2dcefa79c62b83cf0e468e48c15a5afa5806792
7
+ data.tar.gz: cc0a71ea277867bbed37a3aa20c3b25ce9b3ead498818f5f52c547119940f33f145de3ef62c0eb64305b84ea60f63ed99873b1b81c80c8eeba841fc1258356fb
checksums.yaml.gz.sig CHANGED
Binary file
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  # Released under the MIT License.
4
- # Copyright, 2024-2025, by Samuel Williams.
4
+ # Copyright, 2024-2026, by Samuel Williams.
5
5
 
6
6
  require "faraday"
7
7
  require "faraday/adapter"
@@ -86,7 +86,7 @@ module Async
86
86
  clients = @clients.values
87
87
  @clients.clear
88
88
 
89
- clients.each(&:close)
89
+ clients.reverse_each(&:close)
90
90
  end
91
91
 
92
92
  # Lookup or create a client for the given endpoint.
@@ -1,12 +1,12 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  # Released under the MIT License.
4
- # Copyright, 2018-2025, by Samuel Williams.
4
+ # Copyright, 2018-2026, by Samuel Williams.
5
5
 
6
6
  module Async
7
7
  module HTTP
8
8
  module Faraday
9
- VERSION = "0.22.2"
9
+ VERSION = "0.23.0"
10
10
  end
11
11
  end
12
12
  end
data/readme.md CHANGED
@@ -46,26 +46,26 @@ Please see the [project releases](https://socketry.github.io/async-http-faraday/
46
46
 
47
47
  We welcome contributions to this project.
48
48
 
49
- 1. Fork it.
49
+ 1. Fork the repository.
50
50
  2. Create your feature branch (`git checkout -b my-new-feature`).
51
- 3. Commit your changes (`git commit -am 'Add some feature'`).
51
+ 3. Commit your changes (`git commit -am 'Add some feature.'`).
52
52
  4. Push to the branch (`git push origin my-new-feature`).
53
- 5. Create new Pull Request.
53
+ 5. Create a new pull request.
54
54
 
55
55
  ### Running Tests
56
56
 
57
57
  To run the test suite:
58
58
 
59
- ``` shell
60
- bundle exec sus
59
+ ``` bash
60
+ $ bundle exec sus
61
61
  ```
62
62
 
63
63
  ### Making Releases
64
64
 
65
65
  To make a new release:
66
66
 
67
- ``` shell
68
- bundle exec bake gem:release:patch # or minor or major
67
+ ``` bash
68
+ $ bundle exec bake gem:release:patch # or minor or major
69
69
  ```
70
70
 
71
71
  ### Developer Certificate of Origin
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: async-http-faraday
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.2
4
+ version: 0.23.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
@@ -94,6 +94,8 @@ homepage: https://github.com/socketry/async-http-faraday
94
94
  licenses:
95
95
  - MIT
96
96
  metadata:
97
+ bug_tracker_uri: https://github.com/socketry/async-http-faraday/issues
98
+ changelog_uri: https://github.com/socketry/async-http-faraday/blob/main/releases.md
97
99
  documentation_uri: https://socketry.github.io/async-http-faraday/
98
100
  funding_uri: https://github.com/sponsors/ioquatix
99
101
  source_code_uri: https://github.com/socketry/async-http.git
@@ -111,7 +113,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
111
113
  - !ruby/object:Gem::Version
112
114
  version: '0'
113
115
  requirements: []
114
- rubygems_version: 4.0.6
116
+ rubygems_version: 4.0.10
115
117
  specification_version: 4
116
118
  summary: Provides an adaptor between async-http and faraday.
117
119
  test_files: []
metadata.gz.sig CHANGED
Binary file