attach an irb-like session to any object at runtime
http://banisterfiend.wordpress.com
attach an irb-like session to any object at runtime
- Sources inherited from project devel:languages:ruby:extensions
- Devel package for openSUSE:Factory
-
10
derived packages
- Links to openSUSE:Factory / rubygem-pry
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:Marvin1973:pcs/rubygem-pry && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
pry-0.9.11.4.gem | 0000192512 188 KB | |
rubygem-pry.changes | 0000009642 9.42 KB | |
rubygem-pry.spec | 0000002150 2.1 KB |
Revision 17 (latest revision is 57)
Stephan Kulow (coolo)
committed
(revision 17)
- updated to version 0.9.11.4 * fixed pager bug (wouldn't render color codes in some circumstances) * added Pry.last_internal_error, useful for devs debugging commands * fix Pry.run_command * improve `ls` output * add :requires_gem => "jist" to 'gist' command (so deps can be installed via install-command) * improve help for 'edit' command * minor bug fix for gist on windows, rescuing Jist::ClipboardError rather than letting the scary error spill out to users and potentially have them think the gist didnt post. * fixed minor bug in 'gist' command where i neglected to remove a call to a non-existent method (no_arg) which was called when `gist` is invoked with no parameters dependency changes: * upgrade the slop gem to version ~> 3.4 * new optional dependency: Bond (you'll need to perform `gem install bond`).
Comments 0