attach an irb-like session to any object at runtime
http://banisterfiend.wordpress.com
attach an irb-like session to any object at runtime
- Developed at devel:languages:ruby:extensions
- Sources inherited from project openSUSE:Factory
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:FactoryCandidates/rubygem-pry && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
pry-0.9.12.gem | 0000199168 195 KB | |
rubygem-pry.changes | 0000010787 10.5 KB | |
rubygem-pry.spec | 0000002682 2.62 KB |
Revision 5 (latest revision is 24)
Stephan Kulow (coolo)
accepted
request 160199
from
Stephan Kulow (coolo)
(revision 5)
- buildrequire rdoc (see https://gist.github.com/saketoba/4662125) - updated to version 0.9.12 Bug fixes: * Fix major bug where commands broke due to slop looking at ARGV instead of command parameters (#828) * Fix bug where pager broke in some situations (#845) * Fix broken rendering of some docs (#795) * silence warnings during failed tab-completion attempts * fix broken prompt when prompt is colored (#822 / #823) * added reload-method alias for reload-code (for backwards compat) * Reopen Readline.output if it is not a tty (see 1538bc0990) Features: * added pry --gem (see 19bfc13aa) * show-source now works on commands created with create_command * add -m (method) -c (class) and -f (file) switches to 'whereami' command * show-source now falls back to superclass if can't find class code (displays warning) * show-source/show-doc now indicate when -a option is available. - 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
Comments 0