File: 0003-avoid-specifying-pem.patch

package info (click to toggle)
ruby-console 1.16.2-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 360 kB
  • sloc: ruby: 1,893; makefile: 4
file content (12 lines) | stat: -rw-r--r-- 412 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
Index: ruby-console/console.gemspec
===================================================================
--- ruby-console.orig/console.gemspec
+++ ruby-console/console.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/console"