Skip to content
Merged
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-sigdump.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: ruby3.2-sigdump
version: 0.2.4
epoch: 2
version: 0.2.5
epoch: 0
description: Setup signal handler which dumps backtrace of running threads and number of allocated objects per class. Require 'sigdump/setup', send SIGCONT, and see /tmp/sigdump-<pid>.log.
copyright:
- license: MIT
Expand All @@ -28,7 +28,7 @@ pipeline:
- uses: git-checkout
with:
destination: ${{vars.gem}}
expected-commit: 57570f04456560512e4efc1c6fa695b76c17dc0d
expected-commit: 5be55405d18b43e70f30fb397376014a88d4b8fd
repository: https://github.com/frsyuki/sigdump.git
tag: v${{package.version}}

Expand Down