File: 0002-avoid-specifying-pem.patch

package info (click to toggle)
ruby-protocol-http 0.59.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 864 kB
  • sloc: ruby: 7,612; makefile: 4
file content (11 lines) | stat: -rw-r--r-- 319 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
--- a/protocol-http.gemspec
+++ b/protocol-http.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-http"
 	
 	spec.metadata = {