summaryrefslogtreecommitdiff
path: root/lib/pry
Commit message (Expand)AuthorAgeFilesLines
* rubocop: fix offences of the Layout/EndAlignment copKyrylo Silin2018-10-134-23/+17
* rubocop: fix offences of the Layout/ExtraSpacing copKyrylo Silin2018-10-1315-22/+23
* helpers/text: delete the 'bright_default' aliasKyrylo Silin2018-10-131-1/+0
* Merge pull request #1790 from bambooengineering/handle_null_bytes_in_historyKyrylo Silin2018-10-121-1/+11
|\
| * Gracefully handle (ignore) null bytes in history linesOwen Stephens2018-10-091-1/+11
* | Tweak documentation for pryrcKyrylo Silin2018-10-113-9/+7
* | Merge pull request #1609 from franklinyu/feat/config-file-pathKyrylo Silin2018-10-101-1/+12
|\ \
| * | Find configuration file in XDG Base DirectoryFranklin Yu2018-10-091-1/+12
| |/
* | commands/wtf,pry: add support for Exception#causeAleksandar Kostadinov2018-10-101-0/+13
|/
* Drop support for RubiniusKyrylo Silin2018-10-077-51/+12
* Merge pull request #1771 from DamienRobert/fix_indentKyrylo Silin2018-10-041-1/+1
|\
| * repl.rb: guard against negative overhangDamien Robert2018-10-031-1/+1
* | commands/show_source: handle when source is nil but comment exists1452-show-source-fixKyrylo Silin2018-10-042-4/+13
|/
* Check for existance of cli_options_file before calling realpath()Matthias Winkelmann2018-10-011-1/+3
* Add 'Data' as a deprecated constant (#1731)Robert2018-10-011-1/+1
* PluginManager#load_cli_options: use the realpath (#1762)Damien Robert2018-10-011-0/+1
* Silence output message in Windows when pager doesn't exist.Silver Phoenix2018-09-221-1/+1
* Pad multiline units of the edit command consistently with numberingJack Kinsella2018-03-261-5/+14
* Push full edit command contents to history, enabling up-and-enter actionJack Kinsella2018-03-251-0/+1
* touch up, fix typo, keyreq, var namesChase2018-02-201-9/+10
* support keyword args inChase2018-02-201-2/+3
* Recover from any SystemCallError on failure to read or write history file.Kevin McPhillips2018-02-111-4/+4
* require 'set'Dmitry Gutov2018-01-221-0/+1
* Merge branch 'master' into fix/yard-warnings-for-see-directiveOlle Jonsson2018-01-081-1/+1
|\
| * Yardoc: avoid UnknownParam warningOlle Jonsson2018-01-071-1/+1
* | Fix YARD warnings about see directiveOlle Jonsson2018-01-072-3/+3
|/
* Add a new command, "clear-screen", that clears the content of the (#1723)Robert2017-12-261-0/+14
* add assign(), fix #1726r-obert2017-12-222-2/+18
* fix a bug where "cd Hash.new" reported self as a Pry::Config in prompt.r-obert2017-12-221-14/+14
* add gem-stat command … (#1707)r-obert2017-11-181-0/+81
* add rbx-3.86, add Pry::Platform.known_engines, allow expected failures in spe...r-obert2017-11-181-0/+8
* Deprecate Pry::Command#text. Please use black(), white(), etc directly (#1701)r-obert2017-11-1617-36/+46
* bump version (#1702)v0.11.3John Mair2017-11-141-1/+1
* fix #1471, fix #1621 (#1689)r-obert2017-11-111-5/+16
* Fix a bug where Method objects were not returned for setters inherited (#1688)r-obert2017-11-111-0/+1
* do not capture a Proc in Text helper methods. (#1691)r-obert2017-11-101-5/+10
* add Pry::Testable, and friends. (#1679)r-obert2017-11-047-179/+244
* add Pry::Platform. (#1670)r-obert2017-11-023-128/+154
* Add utility functions for drawing colorised (#1673)r-obert2017-10-231-0/+10
* Partially revert "Issue #1647: Fix String#pp output color"Richard E. Dodson2017-10-221-0/+2
* Issue #1647: Fix String#pp output colorRichard E. Dodson2017-10-221-3/+1
* add linux? & mac_osx? predicates to BaseHelpers (#1668)r-obert2017-10-221-2/+31
* :warning: ambiguous first argument; put parentheses or a space even after `/'...Akira Matsuda2017-10-201-1/+1
* version 0.11.2 releasev0.11.2John Mair2017-10-181-1/+1
* Fix pry output error in base_helpers (#1661)robsliwi2017-10-181-1/+1
* version 0.11.1 releasev0.11.1John Mair2017-09-261-1/+1
* add 'JavaPackageModuleTemplate' as a deprecated constant (jruby).robert2017-09-201-0/+1
* solve 1.9 spec failures, that occur on default Travis envrobert2017-09-201-1/+1
* undo whitespace/unintended removal of commentrobert2017-09-201-0/+2
* jruby-ingrobert2017-09-201-4/+12