Commit graph

3 commits

Author SHA1 Message Date
taca
f9ffb6c9c8 Update ruby-pry to 0.10.1.
Changes are too many to write here, please refer CHANGELOG.md file.
2015-02-04 15:33:12 +00:00
fhajny
57346982a8 Needs rdoc 4.0.0 or newer. Fixes build with RUBY_VERSION_DEFAULT=193,
no change on newer Ruby versions.
2014-09-23 08:51:00 +00:00
jperkin
24b364f830 Import misc/ruby-pry into pkgsrc.
Pry is a powerful alternative to the standard IRB shell for Ruby. It
is written from scratch to provide a number of advanced features.

Pry also aims to be more than an IRB replacement; it is an attempt to
bring REPL driven programming to the Ruby language. It is currently
not as powerful as tools like SLIME for lisp, but that is the general
direction Pry is heading.

Pry is also fairly flexible and allows significant user customization
is trivial to set it to read from any object that has a readline
method and write to any object that has a puts method - many other
aspects of Pry are also configurable making it a good choice for
implementing custom shells.
2014-06-03 15:08:21 +00:00