summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 0.9.11.2 bugfix for windowsv0.9.11.2John Mair2013-01-172-1/+6
* gist: window's fix for broken clipboardJohn Mair2013-01-161-2/+8
* updated CHANGELOG for 0.9.11.1John Mair2013-01-161-0/+4
* v0.9.11.1 bugfixv0.9.11.1John Mair2013-01-162-2/+2
* Version 0.9.11 releasev0.9.11John Mair2013-01-162-31/+57
* Edit::MethodPatcher: remove unnecessary assignmentJohn Mair2013-01-161-1/+1
* Prepare CHANGELOG for the new releaseKyrylo Silin2013-01-161-1/+52
* Remove "notes.yml"Kyrylo Silin2013-01-161-27/+0
* turn Pry.config.collision_warnings back offJohn Mair2013-01-161-1/+1
* Thread.current -> Pry.currentJohn Mair2013-01-156-21/+21
* Add deprecated_commands APIJohn Mair2013-01-155-60/+14
* gist: Use Pry::CodeCollector (like play/save-file)John Mair2013-01-152-208/+109
* edit: ensure 'edit --ex' always edits the exceptionJohn Mair2013-01-152-1/+27
* Pry::Command::CodeCollector: add #file attributeJohn Mair2013-01-151-0/+6
* save-file passes on windows :DJohn Mair2013-01-151-13/+14
* Update hist command to the new Slop APIKyrylo Silin2013-01-141-1/+1
* Update examples for ClassCommand#subcommandsKyrylo Silin2013-01-141-4/+27
* Update relevant tests in "command_spec.rb"Kyrylo Silin2013-01-141-8/+8
* Remove old subcommands cruftKyrylo Silin2013-01-142-217/+7
* [GEM] Depend on Slop "~> 3.4"Kyrylo Silin2013-01-141-1/+1
* Fix indentations for the gist command descriptionKyrylo Silin2013-01-141-7/+6
* Remove output.writeConrad Irwin2013-01-145-8/+8
* Fix errors in "edit_spec.rb" and "editor_spec.rb"Kyrylo Silin2013-01-142-6/+6
* Pry.config.collision_warning = true by defaultJohn Mair2013-01-141-1/+1
* play specs: rewrite -i spec to use redirect_pry_ioJohn Mair2013-01-141-11/+13
* Fix errors on Rubinius and JRubyKyrylo Silin2013-01-142-2/+13
* Remove redundant call to Shellwords.escapeKyrylo Silin2013-01-141-1/+1
* Fix errors in tests on WindowsKyrylo Silin2013-01-142-8/+23
* Use proper temp directories for each OSKyrylo Silin2013-01-141-11/+30
* Fix indentation (HARDER)Conrad Irwin2013-01-142-37/+37
* Remove needless old_editor restorationConrad Irwin2013-01-141-21/+0
* Only shellword escape filenames in system calls on linuxConrad Irwin2013-01-142-7/+62
* Edit: handle blanks in filenames correctlyKyrylo Silin2013-01-143-6/+12
* gist_spec: remove some repetitive codeKyrylo Silin2013-01-141-3/+3
* Made sure completions proc do not return nilMon ouïe2013-01-142-13/+16
* Revert "Add headings for methods in the output of `ls`"Kyrylo Silin2013-01-141-19/+0
* extract method on redundant codeAndrew Vos2013-01-121-6/+10
* clean up redundant codeAndrew Vos2013-01-121-7/+7
* refactor raise_errors_if_arguments_are_weird as per @rking adviceAndrew Vos2013-01-121-5/+9
* readability in write_out methodsAndrew Vos2013-01-121-56/+42
* don't use unneccessary meta-programmingAndrew Vos2013-01-121-10/+8
* stop passing so many parameters aroundAndrew Vos2013-01-121-44/+37
* refactor the #process methodAndrew Vos2013-01-121-55/+96
* refactor #processAndrew Vos2013-01-121-5/+9
* Add headings for methods in the output of `ls`Kyrylo Silin2013-01-131-0/+19
* play and amend-line: now use fix-indent to correct broken indentationJohn Mair2013-01-123-10/+24
* show-source: prettier error messagesJohn Mair2013-01-121-0/+1
* added fix-indent commandJohn Mair2013-01-121-0/+19
* updated play_spec.rb to check for errorsJohn Mair2013-01-121-1/+21
* added spec for save-file for multiple -i rangesJohn Mair2013-01-121-0/+7