File: 0003-gemspec-drop-signing-key.patch

package info (click to toggle)
ruby-localhost 1.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 232 kB
  • sloc: ruby: 579; makefile: 4
file content (18 lines) | stat: -rw-r--r-- 469 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
From: Antonio Terceiro <terceiro@debian.org>
Date: Fri, 5 Nov 2021 08:35:23 -0300
Subject: gemspec: drop signing key

---
 localhost.gemspec | 3 ---
 1 file changed, 3 deletions(-)

--- a/localhost.gemspec
+++ b/localhost.gemspec
@@ -11,7 +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/localhost"