pry 0.14.2-1 source package in Ubuntu

Changelog

pry (0.14.2-1) unstable; urgency=medium

  * Team upload
  * New upstream version 0.14.2
  * debian/rules: install using Rubygems layout
  * Drop build dependency on gist
  * Refresh patches
  * Adapt gemspec patch to not hardcode a list of files
  * debian/rules: fix clean target

 -- Antonio Terceiro <email address hidden>  Wed, 25 Oct 2023 08:35:13 -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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pry_0.14.2-1.dsc 2.0 KiB 608cc5fb2125b7366d38e751b43a60d1da62dc2358444045eb7430efa52eea00
pry_0.14.2.orig.tar.gz 233.6 KiB 9ddd1e7c3504e0b6487e2a2ecdb3821d30b5ffa0a35d1e500c9812993733272e
pry_0.14.2-1.debian.tar.xz 9.3 KiB e28cc245f39091106b83087d1435628e22a6da7f1a09fa3e9fb62de31a2dd4bf

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