1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: Hideki Yamane <henrich@debian.org>
Date: Sun, 29 Aug 2021 00:22:02 +0900
Subject: do not sign for gem
This is Debian package specific change, no necessary to forward to upstream.
Forwarded: not-needed
---
protocol-http1.gemspec | 1 -
1 file changed, 1 deletion(-)
--- a/protocol-http1.gemspec
+++ b/protocol-http1.gemspec
@@ -11,8 +11,6 @@ Gem::Specification.new do |spec|
spec.license = "MIT"
spec.cert_chain = ["release.cert"]
- spec.signing_key = File.expand_path("~/.gem/release.pem")
-
spec.homepage = "https://github.com/socketry/protocol-http1"
spec.metadata = {
|