We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5940cca commit 66b52b0Copy full SHA for 66b52b0
async-http-faraday.gemspec
@@ -13,10 +13,11 @@ Gem::Specification.new do |spec|
13
spec.cert_chain = ['release.cert']
14
spec.signing_key = File.expand_path('~/.gem/release.pem')
15
16
- spec.homepage = "https://github.com/socketry/async-http"
+ spec.homepage = "https://github.com/socketry/async-http-faraday"
17
18
spec.metadata = {
19
- "documentation_uri" => "https://socketry.github.io/async-http/",
+ "documentation_uri" => "https://socketry.github.io/async-http-faraday/",
20
+ "funding_uri" => "https://github.com/sponsors/ioquatix",
21
"source_code_uri" => "https://github.com/socketry/async-http.git",
22
}
23
0 commit comments