sus-fixtures-async-http 0.6.0 → 0.7.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: df2bb9c46d8f6d673272830dd7688210094111cb8c4e9fe3b13f7f9a0204c9f3
4
- data.tar.gz: 28c48df587ecc424a72f3a0e86f01f713f4abb6989a7b8bc3544a7bf163c7261
3
+ metadata.gz: 47cfa3da74e88eb30edecd2a485ce01729423622ed2f593ca9ed7f3e1155cc0b
4
+ data.tar.gz: d4b58108c4e67f5923dc550d8ca8a52c5097b4986444e364d6439e8d922ce8f3
5
5
  SHA512:
6
- metadata.gz: 78ecf6f23da89a06e93d80894490ad90c459fff767ee9ba6774c2a8c6bea3a0cd1c229d1f75b3b0020dd7ee66627b9aeb3a8da4b7efc7ccf3e093493fe617b10
7
- data.tar.gz: 5a0195e4fa34d1eb874c4c7c3cf4078617d071f900a9c8e46466c0d694b69606b2c9274abf4f6ab7d1e1ffee6de796eaa743392d6ad52bfe68a8ead5d88f527a
6
+ metadata.gz: 7fd7dc7044c7e8cfe292f53460e0a280d8c0fb57c26c423d5c71e87d15a2b7efb420c1eb4cc2adefd08c66a4d712207d5f2509825844dc5ce47d4901aaf9cf34
7
+ data.tar.gz: a0655c4ab5923ba419c347331479644f1e8a31c198228a07ce62cf3a0b8fa0f9402594579d6a71c303f8930cd5db466563554e2166c442c3c63aec96e3fcf26b
checksums.yaml.gz.sig CHANGED
Binary file
@@ -86,7 +86,8 @@ module Sus::Fixtures
86
86
  end
87
87
 
88
88
  def make_client_endpoint(bound_endpoint)
89
- bound_endpoint.local_address_endpoint
89
+ # Pass through the timeout:
90
+ bound_endpoint.local_address_endpoint(timeout: endpoint.timeout)
90
91
  end
91
92
 
92
93
  def make_client(endpoint, **options)
@@ -7,7 +7,7 @@ module Sus
7
7
  module Fixtures
8
8
  module Async
9
9
  module HTTP
10
- VERSION = "0.6.0"
10
+ VERSION = "0.7.0"
11
11
  end
12
12
  end
13
13
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sus-fixtures-async-http
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
metadata.gz.sig CHANGED
Binary file