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 |
---|---|---|
pry-0.9.8.4.gem | 0000133120 130 KB | |
rubygem-pry.changes | 0000003861 3.77 KB | |
rubygem-pry.spec | 0000002599 2.54 KB |
Revision 5 (latest revision is 57)
Sascha Peilicke (saschpe)
committed
(revision 5)
- Update to version 0.9.8.4: * ~/.pry_history wasnt being created (if it did not exist)! FIXED * `hist --save` saved colors! FIXED * added Pry#add_sticky_local API for adding sticky locals to individual pry instances - Changes from version 0.9.8.3: * various tweaks to improve rbx support * commands now support optional block arguments * much improved help command * updated method_source dependencya * added wtf command * jruby should now work in windows (though without color) - Changes from version 0.9.8.2: * fixed bugs related to --super * upgraded slop dependency * added edit -c (edit current line) * edit now respects Pry.config.disable_autoreload option - Changes from version 0.9.8.1: * fixed broken --no-plugins option * Ensure ARGV is not mutated during option parsing. * Use a more rbx-friendly test for unicodeness * Use rbx-{18,19}mode as indicated http://about.travis-ci.org/docs/user/languages/ruby/ * Don't explode in gem-list [Fixes #453, #454] * Check for command-name collision on assignment [Fixes #450]
Comments 0