pry 0.13.1-2 source package in Ubuntu

Changelog

pry (0.13.1-2) unstable; urgency=medium

  * Team upload.

  [ Cédric Boutillier ]
  * Update team name

  [ Debian Janitor ]
  * Update watch file format version to 4.
  * Update standards version to 4.5.1, no changes needed.

  [ Lucas Kanashiro ]
  * Add patch to allow test execution with ruby3.0 (Closes: #996118)
  * Declare compliance with Debian Policy 4.6.0

 -- Lucas Kanashiro <email address hidden>  Mon, 25 Oct 2021 16:19:19 -0300

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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pry_0.13.1-2.dsc 2.0 KiB 2e7d8463c1603bffdb59184580da9d10129fb6d870eceaf323acbc4118e5a601
pry_0.13.1.orig.tar.gz 234.5 KiB e57cf388ffb5779e4effb34b83a2f3fa238ec73e952272b48c235059b9f634f8
pry_0.13.1-2.debian.tar.xz 10.4 KiB 60ce2922faf037340b0dd25bcc1a40602b2ffdb247efdb4a1030bb8d3d6aa6e8

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