pry 0.13.1-1 source package in Ubuntu

Changelog

pry (0.13.1-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Use secure URI in Homepage field.

  [ Pirate Praveen ]
  * Update minimum versions of build dependencies

  [ Utkarsh Gupta ]
  * New upstream version 0.13.1
  * Add patch to set ENV['HOME']
  * Bump debhelper-compat to 13
  * Add myself as an uploader

 -- Utkarsh Gupta <email address hidden>  Tue, 16 Jun 2020 19:14:15 +0530

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

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pry_0.13.1-1.dsc 2.0 KiB 835f2e57335a7df42f1752d24ef590b5e67750949a463c0422d128c0a188074e
pry_0.13.1.orig.tar.gz 234.5 KiB e57cf388ffb5779e4effb34b83a2f3fa238ec73e952272b48c235059b9f634f8
pry_0.13.1-1.debian.tar.xz 9.7 KiB 6800000cc3b8b139fadabc286023898fcd9512a6d5c8771085e876a2c7c39c19

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