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

Changelog

ruby-debug-inspector (1.1.0+gh-1build5) noble; urgency=medium

  * No-change upload to add support for ruby3.2 in riscv64.
    For some reason, the rebuild only in riscv64 did not add support to
    ruby3.2, let's try again.

 -- Lucas Kanashiro <email address hidden>  Fri, 09 Feb 2024 16:23:16 -0300

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

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-1build5.debian.tar.xz 3.6 KiB 45b953ea835f11771efb3932c51fafa58b0bfc7f8b21d1dadc5ecf92b39270d6
ruby-debug-inspector_1.1.0+gh-1build5.dsc 2.1 KiB 14f02bfa35ae85a01c9daa40ccd6c3f25e05d8676a0a34a22ebdd314ce093cad

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