sus-fixtures-async-http 0.2.2 → 0.2.3

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: ac9ad49832d25a91d985c0f017f9c8708edb861fc177baf01f8a139ff6a008a8
4
- data.tar.gz: 0e9f0d7e3ccb5b89f041f7eb48f550ff81c60dbac1b25c550e2c8c58bac711c8
3
+ metadata.gz: 1e7272272c20a88d6753e4392968fdba12e49d4d9f76829ff8083c36cbe75bc6
4
+ data.tar.gz: 706d1f590f248501e7ad7642f92796c7677ac54bc6f8e91b86acfef28f53dec5
5
5
  SHA512:
6
- metadata.gz: 67d1a9da2fc742fb8c1445715e4ea71c2b2e8d4eadbdbbff4f56c4fa9632af86c5cba1c3bfce64dcfdf668d6e0dcca95fe00c9e2ca8a0c201cdae0e2e87986d9
7
- data.tar.gz: 0105a58c8c314d97ba0429ebd6b0b1d4f04ee84c7d6d0ea08056c0390166170ea9aaeda835d4e57fd01e6a0286a6195f12b18eb129ac87e91f196c1051a95f51
6
+ metadata.gz: c41cc744c499c0e07ddf94b86221304a33914ededd510f9f6a0084c37ec735a62115993005349fa9f71c8f22f9d1efe01e9f028dfc2c4fff58ae8ccf77935cc0
7
+ data.tar.gz: 446348d7ac72dcab88e9c51828976fa8a93ba5ef70abaada6fe81ede8d200fb2556584f16a3632c406d3b49c54a1dbdd8c55e1ef7b980c3d4eb8580a0927c048
checksums.yaml.gz.sig CHANGED
Binary file
@@ -61,6 +61,7 @@ module Sus::Fixtures
61
61
  mock.replace(:protocol) {endpoint.protocol}
62
62
  mock.replace(:scheme) {endpoint.scheme}
63
63
  mock.replace(:authority) {endpoint.authority}
64
+ mock.replace(:path) {endpoint.path}
64
65
  end
65
66
 
66
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.2"
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.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
metadata.gz.sig CHANGED
Binary file