summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/sigdump_0.2.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/ruby/sigdump_0.2.4.bb')
-rw-r--r--meta-openstack/recipes-devtools/ruby/sigdump_0.2.4.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/sigdump_0.2.4.bb b/meta-openstack/recipes-devtools/ruby/sigdump_0.2.4.bb
new file mode 100644
index 0000000..fbf651e
--- /dev/null
+++ b/meta-openstack/recipes-devtools/ruby/sigdump_0.2.4.bb
@@ -0,0 +1,11 @@
1SUMMARY = "Use signal to show stacktrace of a Ruby process without restarting it"
2HOMEPAGE = "https://github.com/frsyuki/sigdump"
3
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=07d6218b18fb6826f04fd32b4918f085"
6
7SRC_URI = "git://github.com/frsyuki/sigdump.git;protocol=https;tag=v0.2.4"
8
9S = "${WORKDIR}/git"
10
11inherit ruby