http-fake 1.0.0 → 1.0.1
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 +1 -3
- data/README.adoc +3 -3
- data/http-fake.gemspec +1 -1
- data.tar.gz.sig +0 -0
- metadata +3 -3
- metadata.gz.sig +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8a25818d57ce6089a719f95a5e9d168e546ca94d408794ca18cd8ce36f3e8c62
|
|
4
|
+
data.tar.gz: 199686fc475dc912d924827b246d85138d3dfb779dc5d0d97aee2ad212cd719b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5f3a2d3d45f0e0125423f848fdb045f0ce7f204511a9c54ea05a6c63c69c06e55097c274a3e6004a3f826402f50b0650ab2756e6c2ffce212ad61fe36d7c3cc2
|
|
7
|
+
data.tar.gz: ccb1d4076587b613181cf8f3dd10ae96a2cd12611d8d953b5e3911b31f30ecf8c641c91395afa846e446ad34d169421083d52c823ee81e545837a0f0e99a407b
|
checksums.yaml.gz.sig
CHANGED
data/README.adoc
CHANGED
|
@@ -161,7 +161,7 @@ HTTP::Fake::Client.new do
|
|
|
161
161
|
get "/customers/1" do
|
|
162
162
|
headers["Content-Type"] = "application/json"
|
|
163
163
|
status 200
|
|
164
|
-
|
|
164
|
+
SPEC_ROOT.join("support/fixtures/customer.json").read
|
|
165
165
|
end
|
|
166
166
|
end
|
|
167
167
|
|
|
@@ -172,7 +172,7 @@ HTTP::Fake::Client.new do
|
|
|
172
172
|
status 200
|
|
173
173
|
|
|
174
174
|
<<~JSON
|
|
175
|
-
[#{
|
|
175
|
+
[#{SPEC_ROOT.join("support/fixtures/customer.json").read}]
|
|
176
176
|
JSON
|
|
177
177
|
end
|
|
178
178
|
end
|
|
@@ -205,7 +205,7 @@ To test, run:
|
|
|
205
205
|
|
|
206
206
|
[source,bash]
|
|
207
207
|
----
|
|
208
|
-
|
|
208
|
+
bin/rake
|
|
209
209
|
----
|
|
210
210
|
|
|
211
211
|
== link:https://www.alchemists.io/policies/license[License]
|
data/http-fake.gemspec
CHANGED
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: http-fake
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brooke Kuhlmann
|
|
@@ -28,7 +28,7 @@ cert_chain:
|
|
|
28
28
|
CxDe2+VuChj4I1nvIHdu+E6XoEVlanUPKmSg6nddhkKn2gC45Kyzh6FZqnzH/CRp
|
|
29
29
|
RFE=
|
|
30
30
|
-----END CERTIFICATE-----
|
|
31
|
-
date:
|
|
31
|
+
date: 2023-01-22 00:00:00.000000000 Z
|
|
32
32
|
dependencies:
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: http
|
|
@@ -130,7 +130,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
130
130
|
- !ruby/object:Gem::Version
|
|
131
131
|
version: '0'
|
|
132
132
|
requirements: []
|
|
133
|
-
rubygems_version: 3.4.
|
|
133
|
+
rubygems_version: 3.4.4
|
|
134
134
|
signing_key:
|
|
135
135
|
specification_version: 4
|
|
136
136
|
summary: Provides a fake but equivalent implementation of the HTTP gem for test suites.
|
metadata.gz.sig
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
�
|
|
1
|
+
Y�V&�6�\���&F�'&����`^E����)��3�hq2��g�=��*���9'��A6 #q/�f��V�+"j���Gm�H��D9�_n#�
|
|
2
|
+
k�*U���;�
|