pry 0.12.2-1 source package in Ubuntu

Changelog

pry (0.12.2-1) unstable; urgency=medium

  * Team upload

  [ HIGUCHI Daisuke (VDR dai) ]
  * New upstream version 0.12.2
  * Refresh patches.
  * d/p/adjust-test-that-fails-on-debian-buildd-2.patch:
    ignore test: autoindent should raise no exception when indented with a tab.
  * d/p/0005-Remove-git-ls-files-from-gemspec.patch:
    use Dir.glob instead of hardcoding files.
  * d/rules: set HOME as CURDIR to avoid "expanding the history file path"
    test failure: "Permission denied @ dir_s_mkdir - /nonexistent"

 -- HIGUCHI Daisuke (VDR dai) <email address hidden>  Sat, 17 Nov 2018 15:35:32 +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

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pry_0.12.2-1.dsc 2.0 KiB 175c06e90a72cf3dccb196501c4f7420cfc0072ebfe6d4003fca8d6e5e06c7ba
pry_0.12.2.orig.tar.gz 232.2 KiB 2e9dce86323cabc948a58b4230bc7c7f173036edc952a3cea194e445c308d112
pry_0.12.2-1.debian.tar.xz 7.5 KiB 3530ed8719b41f2ad00e748b2829238f7181b4a8842b4a2f269c958e84c528fc

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