ruby-debug-inspector 1.1.0+gh-1build3 source package in Ubuntu

Changelog

ruby-debug-inspector (1.1.0+gh-1build3) lunar; urgency=medium

  * No-change upload to remove support for ruby3.0.

 -- Lucas Kanashiro <email address hidden>  Thu, 02 Feb 2023 16:06:58 -0300

Upload details

Uploaded by:
Lucas Kanashiro
Uploaded to:
Lunar
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
ruby-debug-inspector_1.1.0+gh.orig.tar.gz 5.7 KiB f0605ba72ede112b5fc61b2adc5f5acb8c51fc4011beb20c687170680df273fa
ruby-debug-inspector_1.1.0+gh-1build3.debian.tar.xz 3.5 KiB fdde76ca32fa6f98f27c0fc58e61645576acead7f1b2f37cc5ad2e5216f491bb
ruby-debug-inspector_1.1.0+gh-1build3.dsc 2.1 KiB f79a2404c4c272b5f2ff6f56196191a2024165bfaade0e2f34f9be152dd8c90f

View changes file

Binary packages built by this source

ruby-debug-inspector: Ruby wrapper for the MRI 2.0 debug_inspector API

 Adds methods to RubyVM::DebugInspector to allow for inspection of backtrace
 frames.
 .
 The debug_inspector C extension and API were designed and built by Koichi
 Sasada, this project is just a gemification of his work.
 .
 This library makes use of the debug inspector API which was added to MRI 2.0.0.
 Only works on MRI 2 and 3. Requiring it on unsupported Rubies will result in a
 no-op.
 .
 Recommended for use only in debugging situations. Do not use this in
 production apps.

ruby-debug-inspector-dbgsym: debug symbols for ruby-debug-inspector