summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* version 0.7.1, upgraded dependency on method_source to 0.4.0 so thatv0.7.2John Mair2011-03-163-21/+40
* version 0.7.1, added better error checking for non-existent C sourceJohn Mair2011-03-162-2/+2
* version 0.7.0, added pry-doc support and a few misc things.John Mair2011-03-152-33/+42
* added process/parsing of commentsJohn Mair2011-03-145-43/+87
* got pry working with pry-doc, and modified show-doc and show-methodJohn Mair2011-03-143036-2821/+70
* removed __FILE__ and __LINE__ from target.eval() in pry_instance.rb,John Mair2011-03-131-1/+3
* added docs filesJohn Mair2011-03-103033-0/+2754
* Starting to integrate YARD support. Currently support 'doc' commandJohn Mair2011-03-101-0/+49
* moved definition of whereami command in commands.rbJohn Mair2011-03-101-38/+39
* version 0.6.8.1 - fixed rubinius raising when command line pry was invokedJohn Mair2011-03-063-3/+5
* version 0.6.8, added whereami command, made .pryrc run at the start of each r...v0.6.8John Mair2011-03-065-23/+59
* added whereami command based on ir_bJohn Mair2011-03-052-1/+18
* version 0.6.8pre4, changed Pry::Commands.dup to Pry::Commands.clone due to ru...John Mair2011-03-052-2/+32
* version 0.6.7 release: major features are (1) syntax highlighting (2) in orde...John Mair2011-03-042-2/+2
* version 0.6.7pre4, added toggle-simple to toggle simple promptJohn Mair2011-03-032-1/+10
* version 0.6.7pre3, getting syntax higlighting working and adding new commands...John Mair2011-03-037-35/+74
* version 0.6.6, building separate jruby gem since it breaks with the recent ve...John Mair2011-03-021-1/+1
* version 0.6.5, fixed bug in testsv0.6.5John Mair2011-02-282-1/+2
* version 0.6.4, got rid of Set, as it caused tests to failJohn Mair2011-02-282-2/+2
* version 0.6.3, added method_source 0.3.4 dependency (1.8 show-metthod support...John Mair2011-02-283-2/+8
* changed source of `cd` command to prevent parser confusionJohn Mair2011-02-262-3/+2
* updated docsJohn Mair2011-02-261-1/+3
* version 0.6.1 release, added optional return value to `exit` and `exit-all` c...John Mair2011-02-265-41/+71
* exit and exit-all support return valuesv0.6.1John Mair2011-02-253-8/+17
* version 0.6.1(pre), added !! as alias for exit-all, added cd/ to return to pr...John Mair2011-02-252-8/+21
* version 0.6.0, fixed file require ordering issueJohn Mair2011-02-222-5/+11
* version 0.5.9, improved error messages for show-method et al, on 1.8.7. Impro...John Mair2011-02-213-5/+5
* version 0.5.8 added -c (context) options to show-method and show-doc and eval...John Mair2011-02-212-5/+18
* version 0.5.7, added Pry executable, pry --help at command line for more infoJohn Mair2011-02-212-1/+20
* version 0.5.6, added better help messages and error messages. Refactored pry....v0.5.6John Mair2011-02-193-15/+12
* fixed minor bug in number guessing gameJohn Mair2011-02-191-2/+2
* version 0.5.5, improved docs, added a couple of easter eggs for kicksJohn Mair2011-02-193-2/+45
* Version 0.5.4. Added Pry.run_commandJohn Mair2011-02-193-20/+77
* version 0.5.3, improved clarity of some session helpJohn Mair2011-02-182-4/+4
* version 0.5.2: corrected ^d behaviour; now performs a throw(:breakout) rather...John Mair2011-02-172-2/+5
* version 0.5.1, fixed some documentation related bugs and improved clarityJohn Mair2011-02-172-8/+8
* * version 0.5.0 releaseJohn Mair2011-02-171-1/+1
* added private/public/protected flags for ls method displayv0.5.0John Mair2011-02-172-13/+31
* version 0.5.0pre4 Almost ready for release. Updated examples to match new cha...John Mair2011-02-172-54/+111
* Got rid of show_imethod and show_idoc, merged into show-method and show-doc w...John Mair2011-02-174-69/+256
* Major change, clipping receiver object representation to #<> notation if #ins...John Mair2011-02-152-10/+27
* Version 0.4.9pre1. Added show_command, added -g option to ls and got it worki...John Mair2011-02-145-18/+53
* 0.4.8, re-release due to rubygems problems. Also, removed show_version task f...0.4.8John Mair2011-02-121-1/+1
* verson 0.4.7. Fixed 'ls' bug in 1.8.7, oops. Updated some docsJohn Mair2011-02-122-3/+3
* version 0.4.6. Added -c option to ls command to optionally include constants ...John Mair2011-02-022-3/+13
* refactored/simplified initialize method in PryJohn Mair2011-01-311-6/+5
* fixed alias_command docsJohn Mair2011-01-281-0/+2
* version 0.4.5 fixed show_method commandv0.4.5John Mair2011-01-272-9/+13
* version 0.4.4, oops added examples/v0.4.4v0.4.3John Mair2011-01-271-1/+1
* version 0.4.3, fixed example_command_override.rbJohn Mair2011-01-271-1/+1