pry 0.13.1-3 source package in Ubuntu

Changelog

pry (0.13.1-3) unstable; urgency=medium

  * Team upload.

  [ root ]
  * Remove constraints unnecessary since buster

  [ HIGUCHI Daisuke (VDR dai) ]
  * eliminate lintian warning: patch-not-forwarded-upstream
  * eliminate lintian warning: update-debian-copyright
  * d/watch: use tags instead of releases.
  * Declare compliance with Debian Policy 4.6.1

 -- HIGUCHI Daisuke (VDR dai) <email address hidden>  Sun, 17 Jul 2022 18:32:13 +0900

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pry_0.13.1-3.dsc 2.0 KiB eb9b438706437b4a64352e6a5ba308040068307ad419b39666e3b385187da161
pry_0.13.1.orig.tar.gz 234.5 KiB e57cf388ffb5779e4effb34b83a2f3fa238ec73e952272b48c235059b9f634f8
pry_0.13.1-3.debian.tar.xz 10.6 KiB 5c413916d0aa6ca14acc71a22b0438cd96ec1a4bc5ec0686f115edcd0a8048ab

Available diffs

No changes file available.

Binary packages built by this source

pry: powerful irb alternative and runtime developer console

 Pry is a powerful alternative to the standard IRB shell for Ruby. It is
 written from scratch to provide a number of advanced features, some of
 these include:
 .
  - Source code browsing (including core C source with the pry-doc gem)
  - Documentation browsing
  - Live help system
  - Open methods in editors (`edit-method Class#method`)
  - Syntax highlighting
  - Command shell integration (start editors, run git, and rake from
    within Pry)
  - Gist integration
  - Navigation around state (`cd`, `ls` and friends)
  - Runtime invocation (use Pry as a developer console or debugger)
  - Exotic object support (BasicObject instances, IClasses, ...)
  - A Powerful and flexible command system
  - Ability to view and replay history
  - Many convenience commands inspired by IPython, Smalltalk and other
    advanced REPLs