ruby-byebug 10.0.0-1 source package in Ubuntu

Changelog

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

  * New upstream version 10.0.0
  * Declare compliance with Debian Policy 4.1.3
  * Update short description

 -- Lucas Kanashiro <email address hidden>  Wed, 28 Feb 2018 15:45:01 -0300

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_10.0.0-1.dsc 2.1 KiB f98b2b0521cc32ea7623275177e9dd84599a123646bcfc127e0d0f655977c589
ruby-byebug_10.0.0.orig.tar.gz 78.9 KiB c98d830b1575342252545c2b94d6255f314fcbf7be982460192e7ef02a27fbdd
ruby-byebug_10.0.0-1.debian.tar.xz 2.5 KiB 0cd5fda5adc5c7bbb0e3bdf29281e1f72a42e7f8906210ab4827e404961770b6

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