summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* v0.10.0.rc1v0.10.0.rc1Conrad Irwin2014-05-261-1/+1
* Don't use side-effecty string append [Fixes #1223]Conrad Irwin2014-05-261-1/+1
* Fix check for pager [Fixes #1231]Conrad Irwin2014-05-261-1/+2
* v0.10.0.pre4v0.10.0.pre4Conrad Irwin2014-05-151-1/+1
* v0.10.0.pre3v0.10.0.pre3Conrad Irwin2014-05-141-1/+1
* Get rid of Code#highlightedConrad Irwin2014-05-096-13/+8
* Fix highlighting of cat command [Fix #1225]Conrad Irwin2014-05-093-3/+3
* v0.10.0.pre2v0.10.0.pre2Conrad Irwin2014-05-071-1/+1
* Reform config hash to not require re-aligning.yui-knk2014-05-061-36/+106
* Correct check for internal bindings [Fix #1022]Conrad Irwin2014-05-061-3/+3
* Catch completion errors [Fixes #841]Conrad Irwin2014-05-051-1/+7
* More compatibility changes for Pry::OutputConrad Irwin2014-05-051-4/+10
* Various copy changesRyan Fitzgerald2014-05-058-35/+43
* Fix behavior of `Pry::Output#puts`Ryan Fitzgerald2014-05-051-3/+10
* Remove mention of win32console from ansicon messageRyan Fitzgerald2014-05-051-6/+5
* Merge branch 'remove-global-config'Conrad Irwin2014-05-0535-237/+287
|\
| * add color more confidentlyConrad Irwin2014-05-0110-28/+21
| * Pager should also respect _pry_.config.colorConrad Irwin2014-05-012-7/+17
| * Use Pry::Output to strip color when necessaryConrad Irwin2014-05-015-8/+46
| * Use _pry_.pager instead of Pry::PagerConrad Irwin2014-05-0115-39/+52
| * Start using Pry::Code#highlightedConrad Irwin2014-05-016-12/+18
| * Make it clearer that we're copying from config to configConrad Irwin2014-05-011-3/+3
| * Remove occurrences in replConrad Irwin2014-05-011-4/+4
| * No Pry.config in Pry::IndentConrad Irwin2014-05-012-6/+1
| * No Pry.config in easter eggsConrad Irwin2014-05-011-3/+3
| * Use _pry_.config in promptsConrad Irwin2014-05-011-8/+8
| * Use _pry_ for consistencyConrad Irwin2014-05-011-3/+3
| * Inject _pry_ into Pry::EditorConrad Irwin2014-05-013-107/+111
| * Move to a fall-through config hash.Conrad Irwin2014-05-011-14/+5
| * Stop using compatibility aliases for Pry.configConrad Irwin2014-05-0111-30/+30
* | Rename to windows_console_warningConrad Irwin2014-05-052-4/+4
* | Add Pry.config.should_load_win32console.yui-knk2014-05-033-47/+54
* | Merge pull request #1211 from yui-knk/fix-1016Conrad Irwin2014-05-011-0/+2
|\ \ | |/ |/|
| * Overwrite CodeRay's comment color.yui-knk2014-05-011-0/+2
* | Delete unnecessary comment-outed `binding.pry`.yui-knk2014-05-011-1/+0
|/
* Remove deprecated hooks APIKyrylo Silin2014-04-291-16/+0
* Expand windows ANSI check to include MRI 2.1Ryan Fitzgerald2014-04-281-4/+8
* Merge pull request #1203 from pry/fix-957Conrad Irwin2014-04-283-62/+64
|\
| * Make object path resolution more robust (fix #957)fix-957Ryan Fitzgerald2014-04-283-62/+64
* | Move back to 'gist' gemConrad Irwin2014-04-271-9/+8
|/
* Extract object path resolution into a classRyan Fitzgerald2014-04-275-69/+93
* Minor refactor of reload-code commandRyan Fitzgerald2014-04-271-23/+14
* Improved reload-code error messages and added tests.Tom Kadwill2014-04-271-1/+7
* Revert "Initial support for gem-uninstall"Kannan Manickam2014-04-272-45/+0
* Initial support for gem-uninstallKannan Manickam2014-04-272-0/+45
* Fix ansicon link [Fix #1200]Conrad Irwin2014-04-271-1/+1
* Fix #1196Conrad Irwin2014-04-271-1/+1
* fully qualify constant name. closes #1193Johnny Five2014-04-271-6/+6
* read 'prompt_name' from `pry.config`.robert2014-04-271-2/+2
* pass the right 'input' to InputCompleter#call, improve docs.robert2014-04-272-12/+15