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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/lib/sus/fixtures/async/http/server_context.rb +2 -1
- data/lib/sus/fixtures/async/http/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +1 -1
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 47cfa3da74e88eb30edecd2a485ce01729423622ed2f593ca9ed7f3e1155cc0b
|
4
|
+
data.tar.gz: d4b58108c4e67f5923dc550d8ca8a52c5097b4986444e364d6439e8d922ce8f3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
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)
|
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
metadata.gz.sig
CHANGED
Binary file
|