sus-fixtures-async-http 0.2.0 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ee6d8ef3cde95bed688b17080244dbe31c1384ae130d48d3fb7bf4b3e2c5530a
4
- data.tar.gz: 8bf80d2f089462c073e3f35c50b72471e4b4935c89e3f3624c0a1c40e238dd5e
3
+ metadata.gz: 1e7272272c20a88d6753e4392968fdba12e49d4d9f76829ff8083c36cbe75bc6
4
+ data.tar.gz: 706d1f590f248501e7ad7642f92796c7677ac54bc6f8e91b86acfef28f53dec5
5
5
  SHA512:
6
- metadata.gz: a24cec244482e9fbe9c93124dd55ffeb4140e6d13f718262730ec6d4cef12e20f0ea1640ad9d1eef5162620dce5504623a89bac3f2f9b3ff62ed63aaefc02ff4
7
- data.tar.gz: 8005a829cd3c68dc6ee738fb48d8eced10daeec3716612ca50f5126ec1efbc09521a95dc54173e2b93cf6797d85aebe6f7b2be5f94f3f57885b43f059c2dad79
6
+ metadata.gz: c41cc744c499c0e07ddf94b86221304a33914ededd510f9f6a0084c37ec735a62115993005349fa9f71c8f22f9d1efe01e9f028dfc2c4fff58ae8ccf77935cc0
7
+ data.tar.gz: 446348d7ac72dcab88e9c51828976fa8a93ba5ef70abaada6fe81ede8d200fb2556584f16a3632c406d3b49c54a1dbdd8c55e1ef7b980c3d4eb8580a0927c048
checksums.yaml.gz.sig CHANGED
Binary file
@@ -14,8 +14,6 @@ module Sus::Fixtures
14
14
  module ServerContext
15
15
  include ReactorContext
16
16
 
17
- def timeout = nil
18
-
19
17
  def protocol
20
18
  ::Async::HTTP::Protocol::HTTP1
21
19
  end
@@ -45,7 +43,7 @@ module Sus::Fixtures
45
43
  end
46
44
 
47
45
  def client_endpoint
48
- @address_endpoint
46
+ @client_endpoint
49
47
  end
50
48
 
51
49
  def before
@@ -63,6 +61,7 @@ module Sus::Fixtures
63
61
  mock.replace(:protocol) {endpoint.protocol}
64
62
  mock.replace(:scheme) {endpoint.scheme}
65
63
  mock.replace(:authority) {endpoint.authority}
64
+ mock.replace(:path) {endpoint.path}
66
65
  end
67
66
 
68
67
  @server_task = Async do
@@ -6,7 +6,7 @@ require 'sus/fixtures'
6
6
  module Sus::Fixtures
7
7
  module Async
8
8
  module HTTP
9
- VERSION = "0.2.0"
9
+ VERSION = "0.2.3"
10
10
  end
11
11
  end
12
12
  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.2.0
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
metadata.gz.sig CHANGED
Binary file