diff --git a/ruby3.2-console.yaml b/ruby3.2-console.yaml index eca0243de1c..b4a1028941d 100644 --- a/ruby3.2-console.yaml +++ b/ruby3.2-console.yaml @@ -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 @@ -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}} diff --git a/ruby3.2-console/001-remove-signing-key.patch b/ruby3.2-console/001-remove-signing-key.patch index f1c7244dac3..1e6b8b2d45f 100644 --- a/ruby3.2-console/001-remove-signing-key.patch +++ b/ruby3.2-console/001-remove-signing-key.patch @@ -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"