ruby-byebug 11.1.1-1 source package in Ubuntu

Changelog

ruby-byebug (11.1.1-1) unstable; urgency=medium

  * Team upload
  * New upstream version 11.1.1
  * Add patches for the test suite on ruby2.7
  * Skip test/commands/finish_test.rb; real solution being worked on upstream

 -- Antonio Terceiro <email address hidden>  Tue, 04 Feb 2020 18:20:51 +0100

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
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-byebug_11.1.1-1.dsc 2.1 KiB bfdcf072062040bc543b8989b73db73122501fbb6b4e13dd1c3eab7e1dae40b3
ruby-byebug_11.1.1.orig.tar.gz 128.5 KiB 71b19efd3c95eeca6084abba3ab487ebf4776614e80370c1ca692acde14a12fc
ruby-byebug_11.1.1-1.debian.tar.xz 5.0 KiB b9143f9c19ad44fc93ff4db4372a499bec903925fee468870cd66489ad924dcc

Available diffs

No changes file available.

Binary packages built by this source

ruby-byebug: Ruby fast debugger - base + CLI

 Byebug is a Ruby 2 debugger. It's implemented using the
 Ruby 2 TracePoint C API for execution control and the Debug Inspector C API
 for call stack navigation. The core component provides support that
 front-ends can build on. It provides breakpoint handling and bindings for
 stack frames among other things and it comes with an easy to use command
 line interface.

ruby-byebug-dbgsym: debug symbols for ruby-byebug