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
4 changes: 2 additions & 2 deletions ruby3.2-protocol-http.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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}}

Expand Down
4 changes: 2 additions & 2 deletions ruby3.2-protocol-http/001-remove-signing-key.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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"