Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix patch for removal of signing
Signed-off-by: Mark McCormick <mark.mccormick@chainguard.dev>
  • Loading branch information
mamccorm committed Nov 10, 2024
commit 51c29c10333c5bacfb862cb3a075706708fda2cf
8 changes: 4 additions & 4 deletions ruby3.2-console/001-remove-signing-key.patch
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
diff --git a/console.gemspec b/console.gemspec
index f20efa4..d7ab9ae 100644
index 073394d..0fc50be 100644
--- a/console.gemspec
+++ b/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.cert_chain = ["release.cert"]
- spec.signing_key = File.expand_path("~/.gem/release.pem")

spec.homepage = "https://github.com/socketry/console"
spec.homepage = "https://socketry.github.io/console"