summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into snowman-promptsnowman-promptRobert2017-09-011-1/+1
|\
| * update changelog.md [ci skip]0xAB2017-09-011-0/+1
* | use 'h.paint()'0xAB2017-09-011-3/+3
* | use lvar instead of extend0xAB2017-09-011-8/+8
* | Merge branch 'master' into snowman-prompt0xAB2017-09-010-0/+0
|\ \ | |/
| * reverse 'private' visibility of BaseHelper methods included into Pry#helpers0xAB2017-09-011-0/+2
* | reverse 'private' visibility of BaseHelper methods included into Pry#helpers0xAB2017-09-011-0/+2
* | avoid x2 extend0xAB2017-09-011-1/+1
* | remove _pry_.color checks0xAB2017-09-012-6/+4
* | Merge remote-tracking branch 'pry/master' into snowman-prompt0xAB2017-09-0110-82/+162
|\ \ | |/
| * update CHANGELOG.md [ci skip]0xAB2017-09-011-0/+3
| * Merge pull request #1630 from pry/add-clear-screen-commandRobert2017-09-012-0/+16
| |\
| | * Merge branch 'add-clear-screen-command' of github.com:pry/pry into add-clear-...0xAB2017-09-010-0/+0
| | |\
| | | * Merge branch 'master' into add-clear-screen-commandadd-clear-screen-commandRobert2017-09-019-41/+263
| | | |\
| | * | \ Merge remote-tracking branch 'pry/master' into add-clear-screen-command0xAB2017-09-0116-123/+404
| | |\ \ \ | | |/ / / | |/| / / | | |/ /
| * | | if 'pry' is passed, don't continue0xAB2017-09-011-1/+1
| * | | Merge pull request #1635 from pry/pry-helpersRobert2017-09-012-1/+24
| |\ \ \
| | * | | only fallback on Pry.color if "_pry_" is not in scope0xAB2017-09-011-1/+1
| | * | | Merge remote-tracking branch 'pry/master' into pry-helpers0xAB2017-09-013-32/+37
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #1637 from pry/issue-1633Robert2017-09-013-32/+37
| |\ \ \ \
| | * | | | update no_color0xAB2017-09-011-4/+4
| | * | | | merge pry/master0xAB2017-09-012-23/+27
| | * | | | Merge branch 'master' into issue-16330xAB2017-09-015-79/+105
| | |\ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Merge branch 'master' into issue-16330xAB2017-09-012-1/+2
| | |\ \ \ \
| | * | | | | ditto for `puts Pry::Helpers::Text.bold`issue-16330xAB2017-09-011-1/+1
| | * | | | | puts Pry::Helpers::Text.green("foo") respects Pry.color0xAB2017-09-011-1/+1
| | * | | | | fix #16330xAB2017-09-013-23/+28
| | | |_|_|/ | | |/| | |
| | | | * | Merge remote-tracking branch 'pry/master' into pry-helpers0xAB2017-09-018-77/+108
| | | | |\ \ | | |_|_|/ / | |/| | | |
| * | | | | avoid infinite recursion0xAB2017-09-011-1/+2
| * | | | | add Pry::Helpers::Colors, and #paint function.0xAB2017-09-014-67/+86
| * | | | | fix cases where `ls` command could be used to call `Kernel#spawn` and0xAB2017-09-011-1/+7
| * | | | | remove use of 'text.default' from lib/0xAB2017-09-012-12/+12
| * | | | | deprecate Text#default, the name is too general when mixed into other0xAB2017-09-011-3/+7
| | |/ / / | |/| | |
| * | | | fix https://github.com/pry/pry/issues/16360xAB2017-09-012-1/+2
| |/ / /
| | * | improve docs [ci skip]pry-helpers0xAB2017-08-311-1/+8
| | * | make '_pry_' available in scope of calling functions.0xAB2017-08-311-5/+9
| | * | support 'include _pry_.helpers'0xAB2017-08-301-2/+3
| | * | add Pry#helpers, fix #16340xAB2017-08-301-0/+11
| |/ /
| | * Merge remote-tracking branch 'pry/master' into add-clear-screen-command0xAB2017-08-276-27/+100
| | |\
| | * | pass "_pry_" incase of custom config.system Proc0xAB2017-08-201-2/+2
| | * | update CHANGELOG.md0xAB2017-08-201-0/+1
| | * | add clear-screen command.0xAB2017-08-201-0/+15
* | | | Merge remote-tracking branch 'pry/master' into snowman-prompt0xAB2017-08-295-19/+86
|\ \ \ \ | |/ / /
| * | | add Pry::Prompt.remove_alias()0xAB2017-08-292-0/+35
| * | | improve testcases for Pry::Prompt0xAB2017-08-291-10/+33
| * | | polish Pry::Prompt0xAB2017-08-294-9/+18
* | | | Add "snowman" prompt to Pry.0xAB2017-08-284-1/+55
|/ / /
* | | 10, 100, 110 etc are potentially valid inputs0xAB2017-08-281-1/+1
* | | mark aliased prompt as "[active]" in list-prompts0xAB2017-08-282-5/+7
* | | return PromptInfo from _pry_.prompt if it is a known prompt0xAB2017-08-283-4/+11