File: 0004-do-not-sign-for-gem.patch

package info (click to toggle)
ruby-protocol-http1 0.35.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 376 kB
  • sloc: ruby: 2,367; makefile: 4
file content (22 lines) | stat: -rw-r--r-- 597 bytes parent folder | download
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 = {