http-fake 5.1.0 → 5.2.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 +0 -0
- data/README.adoc +2 -0
- data/http-fake.gemspec +5 -1
- data.tar.gz.sig +0 -0
- metadata +17 -13
- 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: 363c1953b62047ee3eb9ff4b9e1eba4cd23f0b7dd3670a4d95fc1f17da86f278
|
|
4
|
+
data.tar.gz: 2aa44c8ed780551fd6d7182dddaddead2126e96adf19ed3c71853734c2d4aafe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b9cddf7e2cf59dba5d2c038b73129bda88bec4e05f36f9874a53b7371aae8e18cc663f5d08290390b77fd68451ff74b1e121f553b8f4113908451db7810da515
|
|
7
|
+
data.tar.gz: 5c892bc605625f5d47d821e59a8ada5204338ab193d27ffbaa1f293ee383debfc08276a7247a78a08e10281020d33c227eef615b06f056d8218966d49be5ca22
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/README.adoc
CHANGED
|
@@ -6,6 +6,8 @@
|
|
|
6
6
|
|
|
7
7
|
= HTTP Fake
|
|
8
8
|
|
|
9
|
+
‼️ *This gem is deprecated and will be fully destroyed on 2027-02-05. There is no replacement. Please update accordingly.* ‼️
|
|
10
|
+
|
|
9
11
|
HTTP Fake is a companion to the {http_link} gem when you want a convenient way to test HTTP requests by swapping out your _real_ HTTP client with this _fake_ HTTP client. Using a fake allows you to improve the performance of your test suite by answering fake responses without hitting a live API. You'll still want to test against a live API, eventually, within your integration tests but at a lower level, like your unit tests, you can use this gem instead. This gem is particularly useful when using _Dependency Injection_, especially when coupled with the link:https://alchemists.io/projects/infusible[Infusible] gem.
|
|
10
12
|
|
|
11
13
|
toc::[]
|
data/http-fake.gemspec
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |spec|
|
|
4
4
|
spec.name = "http-fake"
|
|
5
|
-
spec.version = "5.1
|
|
5
|
+
spec.version = "5.2.1"
|
|
6
6
|
spec.authors = ["Brooke Kuhlmann"]
|
|
7
7
|
spec.email = ["brooke@alchemists.io"]
|
|
8
8
|
spec.homepage = "https://alchemists.io/projects/http-fake"
|
|
@@ -19,6 +19,10 @@ Gem::Specification.new do |spec|
|
|
|
19
19
|
"source_code_uri" => "https://github.com/bkuhlmann/http-fake"
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
+
spec.post_install_message = <<~MESSAGE
|
|
23
|
+
DEPRECATION: The Auther gem is deprecated and will be fully destroyed on 2027-02-05.
|
|
24
|
+
MESSAGE
|
|
25
|
+
|
|
22
26
|
spec.signing_key = Gem.default_key_path
|
|
23
27
|
spec.cert_chain = [Gem.default_cert_path]
|
|
24
28
|
|
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: 5.1
|
|
4
|
+
version: 5.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brooke Kuhlmann
|
|
@@ -9,9 +9,9 @@ bindir: bin
|
|
|
9
9
|
cert_chain:
|
|
10
10
|
- |
|
|
11
11
|
-----BEGIN CERTIFICATE-----
|
|
12
|
-
|
|
12
|
+
MIIENjCCAp6gAwIBAgIBAzANBgkqhkiG9w0BAQsFADBBMQ8wDQYDVQQDDAZicm9v
|
|
13
13
|
a2UxGjAYBgoJkiaJk/IsZAEZFgphbGNoZW1pc3RzMRIwEAYKCZImiZPyLGQBGRYC
|
|
14
|
-
|
|
14
|
+
aW8wHhcNMjYwMzI1MTI0OTEyWhcNMjcwMzI1MTI0OTEyWjBBMQ8wDQYDVQQDDAZi
|
|
15
15
|
cm9va2UxGjAYBgoJkiaJk/IsZAEZFgphbGNoZW1pc3RzMRIwEAYKCZImiZPyLGQB
|
|
16
16
|
GRYCaW8wggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQCro8tj5/E1Hg88
|
|
17
17
|
f4qfiwPVd2zJQHvdYt4GHVvuHRRgx4HGhJuNp+4BId08RBn7V6V1MW6MY3kezRBs
|
|
@@ -23,15 +23,15 @@ cert_chain:
|
|
|
23
23
|
GUHU9MyIXbFOsnp3K3ADrAVjPWop8EZkmUR3MV/CUm00w2cZHCSGiXl1KMpiVKvk
|
|
24
24
|
Ywr1gd2ZME4QLSo+EXUtLxDUa/W3xnBS8dBOuMMz02FPWYr3PN8CAwEAAaM5MDcw
|
|
25
25
|
CQYDVR0TBAIwADALBgNVHQ8EBAMCBLAwHQYDVR0OBBYEFAFgmv0tYMZnItuPycSM
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
26
|
+
F5wykJEVMA0GCSqGSIb3DQEBCwUAA4IBgQAG+ykjp+DIXSybGEtX+/ve974mYfN6
|
|
27
|
+
8U7qcVfRM+qDSOZ+97iu30qUTbVAKIHlHCDKRn3SgOffDUB5VU2MsJBh/3TPKWBZ
|
|
28
|
+
anB/uzMcwOfru+qyA3b7ZFqZzRLWmR5FtPObFxc0gYMT3YvLNHk2Nb9Vjq/PoiGG
|
|
29
|
+
e75PXweDOokwDA5m1gMOz1rdp/dlGMXkSFQg94PPVyUKXgO4VzWTgePSDxOIL+v6
|
|
30
|
+
+OWV6AaEH9BaqxnmdA5ubi0L7bhl0gbN92FxpNO3kpTjww8kme856a+wCK3qyM5w
|
|
31
|
+
7ZLbUexynDN0Au8eSpT2Bf6ztGmB1S9ffzDJsGX1/lkpMIB51e48Xe2+gzzOgemk
|
|
32
|
+
CdZaGupj6WkarnT8kh/cPtyA5ax4rGX6GOS8meGxzkv8Uy0JSEOYAp6wLfIisYZp
|
|
33
|
+
IJBIXIOkwKKJ0eB5YHrUSJxzpP4LlcIg/eTftaXmJdYjy+2VRrCZYDjfguyLmMjR
|
|
34
|
+
KR9w4/Fjvqy87kCHmxMWa6IL2Vzt1Clm2cA=
|
|
35
35
|
-----END CERTIFICATE-----
|
|
36
36
|
date: 1980-01-02 00:00:00.000000000 Z
|
|
37
37
|
dependencies:
|
|
@@ -119,6 +119,10 @@ metadata:
|
|
|
119
119
|
label: HTTP Fake
|
|
120
120
|
rubygems_mfa_required: 'true'
|
|
121
121
|
source_code_uri: https://github.com/bkuhlmann/http-fake
|
|
122
|
+
post_install_message: 'DEPRECATION: The Auther gem is deprecated and will be fully
|
|
123
|
+
destroyed on 2027-02-05.
|
|
124
|
+
|
|
125
|
+
'
|
|
122
126
|
rdoc_options: []
|
|
123
127
|
require_paths:
|
|
124
128
|
- lib
|
|
@@ -133,7 +137,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
133
137
|
- !ruby/object:Gem::Version
|
|
134
138
|
version: '0'
|
|
135
139
|
requirements: []
|
|
136
|
-
rubygems_version: 4.0.
|
|
140
|
+
rubygems_version: 4.0.11
|
|
137
141
|
specification_version: 4
|
|
138
142
|
summary: A HTTP fake implementation for test suites.
|
|
139
143
|
test_files: []
|
metadata.gz.sig
CHANGED
|
Binary file
|