pry 0.9.12.2-1 source package in Ubuntu

Changelog

pry (0.9.12.2-1) unstable; urgency=low


  * Initial release (Closes: #660619)

 -- Youhei SASAKI <email address hidden>  Thu, 08 Aug 2013 00:14:33 +0900

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
pry_0.9.12.2-1.dsc 2.0 KiB 55631d8a6d6b4d052e88c7e43668abbb7ff270c5db7ecb425d4b4f5b85741e0a
pry_0.9.12.2.orig.tar.gz 195.0 KiB 94819b56f4cd0e4c095cd1033358f0eb039d26bc12c9425f81b0375d48b0953d
pry_0.9.12.2-1.debian.tar.gz 2.3 KiB 0e7bc2370ecb9b28a637856c1bff80d2871bc67613f46935342e52faf6bd629d

No changes file available.

Binary packages built by this source

pry: powerfull 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