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
8 changes: 2 additions & 6 deletions ruby4.0-net-http-persistent.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: ruby4.0-net-http-persistent
version: "4.0.6"
version: "4.0.8"
epoch: 0
description: Manages persistent connections using Net::HTTP including a thread pool for connecting to multiple hosts.
copyright:
Expand All @@ -25,14 +25,10 @@ environment:
pipeline:
- uses: git-checkout
with:
expected-commit: 234f3b2c6a0ed044e3c55e3de982257b4860ba0a
expected-commit: 66bf49c4cb990b7a5b2a38006bac05da7582796d
repository: https://github.com/drbrain/net-http-persistent
tag: v${{package.version}}

- uses: patch
with:
patches: support-connection_pool-3.0.patch

- uses: ruby/build
with:
gem: ${{vars.gem}}
Expand Down
117 changes: 0 additions & 117 deletions ruby4.0-net-http-persistent/support-connection_pool-3.0.patch

This file was deleted.

Loading