summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* version 0.4.4, oops added examples/v0.4.4v0.4.3John Mair2011-01-273-3/+9
* version 0.4.3, fixed example_command_override.rbJohn Mair2011-01-272-4/+11
* (no commit message)John Mair2011-01-261-1/+0
* (no commit message)John Mair2011-01-261-1/+2
* sameJohn Mair2011-01-261-2/+2
* added blog post linkJohn Mair2011-01-261-0/+1
* Version 0.4.2John Mair2011-01-276-12/+98
* added new 'alias_command' and 'desc' commands to CommandBase; also made it so...John Mair2011-01-266-5/+35
* Version 0.4.1John Mair2011-01-244-4/+19
* Made it so defining methods on a pry'd on object puts the methods on the sing...John Mair2011-01-246-8/+61
* reworded some sections in README and Customizing-pry.md to make configurabili...John Mair2011-01-232-4/+12
* fixed customizing pry link for READMEJohn Mair2011-01-221-3/+1
* added .document to bring in wiki/ files, and using a yard file link in README...John Mair2011-01-222-0/+4
* added wiki/ as nested git repo, removed command_info as attr_accessor from co...John Mair2011-01-223-1/+377
* separated customization documentation from main READMEJohn Mair2011-01-211-367/+1
* Version 0.4.0 release.John Mair2011-01-221-1/+1
* added ls_methods and ls_imethods doc. to READMEJohn Mair2011-01-211-0/+2
* Updated more docs and formatting.John Mair2011-01-217-41/+59
* almost ready for 0.4.0 release, created new example_input2.rb example for adv...John Mair2011-01-214-1/+48
* another doc update, documented completion.rb and reworded some sections in RE...John Mair2011-01-213-12/+13
* updating docs, and added --private flag to .yardopts to include private metho...John Mair2011-01-214-11/+5
* added import_from, delete, run to command API. Also added examples, added mor...John Mair2011-01-2113-85/+458
* made it so aliases are now added as separate commands, no longer an array of ...John Mair2011-01-202-6/+7
* fixed arity problems with action.call in process_commands; where 1.8.7 was co...John Mair2011-01-201-2/+18
* removed input.rb and output.rbJohn Mair2011-01-196-32/+12
* more docs for hooks, print, and promptsJohn Mair2011-01-194-10/+19
* made ls_methods and ls_imethods commands now show all public/private/protecte...John Mair2011-01-191-5/+5
* updated README, fixed a few typos and badly named sectionsJohn Mair2011-01-191-2/+2
* updated README to reflect major new changes to Pry::CommandBase classJohn Mair2011-01-191-19/+27
* Regex workingJohn Mair2011-01-183-24/+25
* finished updating and improving command API; now command API is as follows: c...John Mair2011-01-187-244/+134
* oops, fixed bug in prompts.rb where was using nest instead of nest_levelJohn Mair2011-01-162-7/+3
* FInished documenting all customizable options in README.markdown; just cleanu...John Mair2011-01-143-10/+98
* added Pry.sessions and Pry#parent, for more info on pry sessions. Also comple...John Mair2011-01-143-42/+112
* starting to write the behemoth that is README.markdownJohn Mair2011-01-135-45/+190
* saving before refactor to implement action block instead of action proc for c...John Mair2011-01-128-268/+352
* got CommandBase working; just need to migrate old commands into a new command...John Mair2011-01-112-10/+25
* implementing command dslJohn Mair2011-01-111-0/+57
* added completion (taken from irb). Remember to remove hardcoding expecation o...John Mair2011-01-116-40/+270
* moved input select logic to Pry#readline; updated tests to reflect that Pry.i...John Mair2011-01-104-58/+50
* changed get_prompt to select_promptJohn Mair2011-01-108-128/+197
* adding back a bunch of tests, almost finished. Also renamed default_prompt to...John Mair2011-01-085-86/+265
* other tests passing: commandsJohn Mair2011-01-062-11/+37
* updating tests to reflect new program organization/designJohn Mair2011-01-055-133/+163
* now clearing :val rather than :eval_string in commands so that current expres...John Mair2010-12-314-36/+67
* changed @options to @optionsJohn Mair2010-12-301-1/+1
* updated docsJohn Mair2010-12-292-22/+110
* added .yardoptsJohn Mair2010-12-281-0/+1
* start at docsJohn Mair2010-12-283-12/+70
* combined default_prompt and wait_prompt into one prompt array called default_...John Mair2010-12-284-27/+37