http-fake 5.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9f242fab7700cace96dafaee2a0adfe15f08a1404fa8e8f95ba28beb86e30008
4
- data.tar.gz: 496583d5df6fb0286b95004b3ea4443722a06f7b5e51c7dd88cba9ea40d1f58b
3
+ metadata.gz: 363c1953b62047ee3eb9ff4b9e1eba4cd23f0b7dd3670a4d95fc1f17da86f278
4
+ data.tar.gz: 2aa44c8ed780551fd6d7182dddaddead2126e96adf19ed3c71853734c2d4aafe
5
5
  SHA512:
6
- metadata.gz: d5fad468e37a4178ee5b3cd586770324d6f8b9196986715b3bd91061df8214ad08648b4e7b71903ee40d6ea4c3b81f1322a3523fcc43e0692a620ef70cbcc1a9
7
- data.tar.gz: ea326efed7f85d8689b53b11dba0fc5671bbc503ec80ca9b1840b504f05a4b1a7925aba5a4d56979149f7ca6027cf32082e54763c9736fff28c1e6a7c958f213
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.2.0"
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.2.0
4
+ version: 5.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brooke Kuhlmann
@@ -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.10
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