async-http 0.83.0 → 0.84.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: 57a0e5c2719e47eb836ad8a9344c6c63b5eebf34940f3b38cb7b72e4772888ab
4
- data.tar.gz: 13ca6cfaf3107f8257fbd8933507467a1c70b56dc0a4c0dce7593a2a663f95fb
3
+ metadata.gz: fae68a892d4448878c877c8a55a286bdc40232d2e3a540440e5a0f70d28080d1
4
+ data.tar.gz: dcac4fb82713b2fbbc40719cb10bd343cae141a2acb9c0265fc975c2cd5f4b22
5
5
  SHA512:
6
- metadata.gz: afe171debff45cafa3f1ae40fd39826f01a216b736216a54c1955c06bde4c9bcd79f2861e05b03b074990f080540c20457676486b7e3613cd9b572e9951ee840
7
- data.tar.gz: b029f2c0e702b36fa8c246fcd3cb378a7a08b694677de222aba7701644a3110765e508ef28a528b16b8b53b922d8465a5079a3354b1249d7b32c273c00cdcf95
6
+ metadata.gz: cb3480dd0f93f656527e8cce0b3b4fa8fd8069dbf34075cee3dc0b3783aff34adb5b3e727cdd11c2ef19c5f1a17833e57209777e4c580b4ba896dc1c8e263114
7
+ data.tar.gz: 20ecff2bb46bd105740f786131d98b56537ad33a4cd9c1a51251c002cc43174f4182feaa9f57fa4aee33eaaa71e6c20bf29caacef5fa4f7b360e07d27cf1cb35
checksums.yaml.gz.sig CHANGED
Binary file
@@ -17,8 +17,8 @@ module Async
17
17
 
18
18
  class << self
19
19
  ::Protocol::HTTP::Methods.each do |name, verb|
20
- define_method(verb.downcase) do |url, headers = nil, body = nil, &block|
21
- self.instance.call(verb, url, headers, body, &block)
20
+ define_method(verb.downcase) do |url, *arguments, **options, &block|
21
+ self.instance.call(verb, url, *arguments, **options, &block)
22
22
  end
23
23
  end
24
24
  end
@@ -43,7 +43,7 @@ module Async
43
43
  end
44
44
 
45
45
  def peer
46
- @peer ||= Protocol::HTTP::Peer.for(@stream.io)
46
+ @peer ||= ::Protocol::HTTP::Peer.for(@stream.io)
47
47
  end
48
48
 
49
49
  attr :count
@@ -113,7 +113,7 @@ module Async
113
113
  attr :promises
114
114
 
115
115
  def peer
116
- @peer ||= Protocol::HTTP::Peer.for(@stream.io)
116
+ @peer ||= ::Protocol::HTTP::Peer.for(@stream.io)
117
117
  end
118
118
 
119
119
  attr :count
@@ -5,6 +5,6 @@
5
5
 
6
6
  module Async
7
7
  module HTTP
8
- VERSION = "0.83.0"
8
+ VERSION = "0.84.0"
9
9
  end
10
10
  end
data/readme.md CHANGED
@@ -16,6 +16,10 @@ Please see the [project documentation](https://socketry.github.io/async-http/) f
16
16
 
17
17
  Please see the [project releases](https://socketry.github.io/async-http/releases/index) for all releases.
18
18
 
19
+ ### v0.84.0
20
+
21
+ - Minor consistency fixes to `Async::HTTP::Internet` singleton methods.
22
+
19
23
  ### v0.82.0
20
24
 
21
25
  - `protocol-http1` introduces a line length limit for request line, response line, header lines and chunk length lines.
data/releases.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Releases
2
2
 
3
+ ## v0.84.0
4
+
5
+ - Minor consistency fixes to `Async::HTTP::Internet` singleton methods.
6
+
3
7
  ## v0.82.0
4
8
 
5
9
  - `protocol-http1` introduces a line length limit for request line, response line, header lines and chunk length lines.
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: async-http
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.83.0
4
+ version: 0.84.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
@@ -58,7 +58,7 @@ cert_chain:
58
58
  Q2K9NVun/S785AP05vKkXZEFYxqG6EW012U4oLcFl5MySFajYXRYbuUpH6AY+HP8
59
59
  voD0MPg1DssDLKwXyt1eKD/+Fq0bFWhwVM/1XiAXL7lyYUyOq24KHgQ2Csg=
60
60
  -----END CERTIFICATE-----
61
- date: 2024-11-09 00:00:00.000000000 Z
61
+ date: 2024-11-24 00:00:00.000000000 Z
62
62
  dependencies:
63
63
  - !ruby/object:Gem::Dependency
64
64
  name: async
metadata.gz.sig CHANGED
Binary file