diff --git a/ruby3.2-protocol-http.yaml b/ruby3.2-protocol-http.yaml index 4b2a58560d1..7d28551423b 100644 --- a/ruby3.2-protocol-http.yaml +++ b/ruby3.2-protocol-http.yaml @@ -1,6 +1,6 @@ package: name: ruby3.2-protocol-http - version: 0.36.0 + version: 0.37.0 epoch: 0 description: Provides abstractions to handle HTTP protocols. copyright: @@ -25,7 +25,7 @@ vars: pipeline: - uses: git-checkout with: - expected-commit: fd5a7e5dcf3f17ab7212b268f3142386086be8e3 + expected-commit: 491a3c24574f11a2b6c507ec5cbdc087041afe80 repository: https://github.com/socketry/protocol-http tag: v${{package.version}} diff --git a/ruby3.2-protocol-http/001-remove-signing-key.patch b/ruby3.2-protocol-http/001-remove-signing-key.patch index 830b05b77e9..56842e2f62b 100644 --- a/ruby3.2-protocol-http/001-remove-signing-key.patch +++ b/ruby3.2-protocol-http/001-remove-signing-key.patch @@ -5,8 +5,8 @@ index 597e80c..3389135 100644 @@ -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/protocol-http"