summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* version bump to 0.9.12.6v0.9.12.6John Mair2014-01-281-1/+1
* Merge pull request #1108 from yasuoza/fix/1106Ryan Fitzgerald2014-01-281-2/+2
|\
| * If bond gem is not installed even in readline environment, use InputCompleter...Yasuharu Ozaki2014-01-281-2/+2
|/
* Bump to v0.9.12.5v0.9.12.5Ryan Fitzgerald2014-01-271-1/+1
* Merge pull request #1103 from pry/0-9-12-defer-readlineRyan Fitzgerald2014-01-278-33/+66
|\
| * Defer Readline load as long as possible (fix #1081, #1095)0-9-12-defer-readlineRyan Fitzgerald2014-01-278-33/+66
|/
* Backport rbx fixes from masterRyan Fitzgerald2014-01-272-2/+7
* Fix singleton class test for 2.1.0Ryan Fitzgerald2014-01-271-1/+5
* Remove GuardRyan Fitzgerald2014-01-253-66/+0
* Update .travis.yml, backport spec fix for 2.0+Ryan Fitzgerald2014-01-252-3/+9
* update .travis.yml to exclude 'master'.Robert Gleeson2014-01-121-1/+0
* Test 0-9-12-stable in Travis, not 0-9-11-stablev0.9.12.4Ryan Fitzgerald2013-11-231-1/+1
* Bump to v0.9.12.4Ryan Fitzgerald2013-11-231-1/+1
* Only alter CodeRay colors for < 1.1Ryan Fitzgerald2013-11-231-13/+5
* Allow coderay 1.1.0v0.9.12.3Conrad Irwin2013-11-091-1/+1
* Bump version to 0.9.12.3Conrad Irwin2013-11-091-1/+1
* Fix paging on jruby [Fixes #992]Conrad Irwin2013-11-091-1/+1
* pry_instance.rb: refactor eval_string logicKyrylo Silin2013-09-251-1/+3
* Merge pull request #973 from DanielleSucher/fix-issue-962Kyrylo Silin2013-09-252-1/+12
|\
| * Preserve the correct number of newlines from inputDanielle Sucher2013-09-072-1/+12
|/
* version 0.9.12.2 releasev0.9.12.2John Mair2013-05-102-7/+10
* reload-code (with no args) should reload 'current file'John Mair2013-05-101-4/+23
* hotfix for jruby, fixes #890v0.9.12.1John Mair2013-04-212-1/+6
* hotfix for jruby issue #890John Mair2013-04-201-1/+1
* check for directory? in WeirdMethodLocator#valid_file? prevents crash under j...Patrick Ritchie2013-04-201-1/+1
* version 0.9.12 release, see CHANGELOG for detailsv0.9.120-9-11-stableJohn Mair2013-02-122-1/+20
* Reopen Readline.output if it is not a tty☈king2013-02-101-0/+3
* Defuse time bomb on EditLine Readline wrapper☈king2013-02-101-0/+9
* InputCompleter: rescue when a nonexistent object is being completedKyrylo Silin2013-02-102-2/+14
* Reword foreman instructions without 'cd'☈king2013-02-101-1/+1
* Add Pry::Terminal.height! (only used once)☈king2013-02-102-4/+8
* Add a Procfile for testing foreman☈king2013-02-101-0/+3
* Robustify the plugin require☈king2013-02-101-0/+2
* show-source: Indicate all monkeypatches can be shown with -aJohn Mair2013-02-103-0/+50
* WrappedModule::Candidate: exposed number_of_candidates as public methodJohn Mair2013-02-101-2/+3
* .gemtest: remove the fileKyrylo Silin2013-02-101-0/+0
* Fix failing tests on rbxJohn Mair2013-02-082-293/+298
* bump versionJohn Mair2013-02-071-1/+1
* Make show-source/show-doc fall-back to superclassJohn Mair2013-02-073-254/+506
* Delegate more methods from Candidate back to WrappedModuleJohn Mair2013-02-071-5/+9
* Pry::WrappedModule: add module? and class? predicatesJohn Mair2013-02-071-0/+12
* [!] Add "0-9-11-stable" branch to ".travis.yml"Kyrylo Silin2013-02-051-0/+1
* correct_indentation ignores readline \001 & \002 sequencesEugene Diachkin2013-02-051-0/+1
* Long live REE!Kyrylo Silin2013-02-051-0/+1
* No more reeConrad Irwin2013-02-051-1/+0
* Add ruby-head to TravisRyan Fitzgerald2013-02-051-0/+1
* WrappedModule#candidates: return Array on JRuby >=1.9Kyrylo Silin2013-02-051-10/+12
* BaseHelpers: add `#jruby_19?` methodKyrylo Silin2013-02-051-2/+5
* Terminal: don't let Readline return [0, 0]Kyrylo Silin2013-02-051-3/+12
* Add support for pry --gemConrad Irwin2013-02-051-0/+7