Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
6 changes: 3 additions & 3 deletions ruby3.2-console.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: ruby3.2-console
version: 1.27.0
epoch: 2
version: 1.29.0
epoch: 0
description: Beautiful logging for Ruby.
copyright:
- license: MIT
Expand Down Expand Up @@ -29,7 +29,7 @@ vars:
pipeline:
- uses: git-checkout
with:
expected-commit: b40f588e6e98f743402b3c93921d5053d5c15127
expected-commit: ebd30eca2797b448a791d2e4149b1f1b56db7207
repository: https://github.com/socketry/console
tag: v${{package.version}}

Expand Down
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"