summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Complete Style/SymbolArray todoDouglas Eichelberger2022-09-112-10/+10
* Merge pull request #2239 from andrehjr/drop-ruby-1-9-3André Luis Leal Cardoso Junior2022-06-115-26/+8
|\
| * Remove more 1.9 related workaroundsAndré Luis Leal Cardoso Junior2022-03-102-4/+1
| * Support jruby >= 9.0.0André Luis Leal Cardoso Junior2022-03-101-8/+5
| * Remove support for Ruby 1.9.3André Luis Leal Cardoso Junior2022-03-102-14/+2
* | Merge pull request #2235 from pry/revert-2154-patch-1André Luis Leal Cardoso Junior2022-04-211-19/+19
|\ \
| * | Revert "Escape non-printing characters"André Luis Leal Cardoso Junior2022-03-061-19/+19
* | | Fix ruby 1.9 buildAndré Luis Leal Cardoso Junior2022-04-091-1/+1
* | | Fix rubocop warningsAndré Luis Leal Cardoso Junior2022-04-092-5/+7
* | | Weird method location shouldn't match unknown locationJames Coleman2022-04-092-0/+41
* | | As readline is being lazy required it throws an error when it gets resolved i...André Luis Leal Cardoso Junior2022-03-091-0/+1
| |/ |/|
* | Remove extra commentsAndré Luis Leal Cardoso Junior2022-03-052-4/+0
* | Skip spec/pry_repl_spec.rb spec on windowsAndré Luis Leal Cardoso Junior2022-03-051-0/+1
* | Fix Pry::History specs on windowsAndré Luis Leal Cardoso Junior2022-03-052-8/+13
* | Ensure files are not shell escaped on windows testsAndré Luis Leal Cardoso Junior2022-03-051-1/+5
* | Fix Pry::Editor specs on windowsAndré Luis Leal Cardoso Junior2022-03-051-0/+1
* | Fix spec/integration/cli_spec.rb for windowsAndré Luis Leal Cardoso Junior2022-03-051-23/+34
* | Fix rubocop offenseAndré Luis Leal Cardoso Junior2022-03-051-1/+1
* | Build expected_path properly for other platformsAndré Luis Leal Cardoso Junior2022-03-051-3/+6
* | Unit test fix: skip tests for signal USR1 in Windows.SilverPhoenix992022-03-051-0/+4
|/
* fix pry indent frozen error (#2136)T.Yasuma2021-10-111-0/+8
* Fix failing build on 2.4 & 2.5Kyrylo Silin2021-07-091-5/+0
* Return with an error message if pry is started inside signal handler (#2206)Barrett Ingram2021-07-031-0/+25
* validates file presence in Config#default_rc_file (#2129)Armin2021-07-011-8/+40
* ring: change guard priority so that the value at index can be readKyrylo Silin2021-06-281-1/+3
* helpers/documentation: don't colorize twiceKyrylo Silin2021-04-111-0/+4
* Merge pull request #2158 from andrehjr/fix-color-off-overwriteKyrylo Silin2021-03-282-1/+19
|\
| * Fix RegexpError: premature end of char-classAndré Luis Leal Cardoso Junior2020-10-051-1/+1
| * Make #strip_color only remove colors.André Luis Leal Cardoso Junior2020-10-051-0/+18
* | Merge pull request #2154 from xjunior/patch-1Kyrylo Silin2021-03-281-19/+19
|\ \
| * | Update Wtf spec to match non-printing chars wrappingCarlos Palhares2020-09-071-19/+19
| |/
* | Add CI support for ruby 3 and fix broken specBarrett Ingram2021-01-021-1/+1
* | Merge pull request #2140 from utkarsh2102/fix-bundler_spec-testKyrylo Silin2020-11-281-1/+2
|\ \
| * | Fix bundler_spec testUtkarsh Gupta2020-06-161-1/+2
| |/
* | Merge pull request #2119 from mvz/issue-1241-remove-autoloading-of-pluginsKyrylo Silin2020-11-282-16/+0
|\ \ | |/ |/|
| * Remove plugin system in favor of regular requiresMatijs van Zuijlen2020-03-221-15/+0
| * Remove should_load_plugins config optionMatijs van Zuijlen2020-03-221-1/+0
* | Merge pull request #2122 from ahorek/frozen_pry_bugKyrylo Silin2020-04-121-0/+12
|\ \
| * | pry-backtrace frozen bugpavel2020-03-251-0/+12
| |/
* | Merge pull request #2120 from barrettkingram/fix-help-command-listingKyrylo Silin2020-04-121-1/+6
|\ \
| * | Improve help listing for regex aliasesBarrett Ingram2020-03-221-1/+6
| |/
* | config: return `nil` on unknown option instead of raisingKyrylo Silin2020-04-121-2/+2
|/
* Display all syntax error messages when catching SyntaxExceptionBarrett Ingram2020-03-211-5/+23
* method: delegate internally-used methodsKyrylo Silin2020-03-211-0/+63
* spec/integration/bundler: fix the "no dependencies" warningKyrylo Silin2020-03-211-0/+6
* Fix completion_spec on MRI 2.7.0Jean Boussier2020-03-201-1/+1
* Fix whereami -c when class definition is not beginning of lineBarrett Ingram2019-12-291-0/+11
* Allow negative ranges in hist --showBrian Graham2019-08-091-0/+9
* Attempt to allow pasting multiple lines with leading dots (#2060)Josh Cheek2019-07-112-4/+4
* spec/commands/show_source: pass binding to pry_eval to fix failuresKyrylo Silin2019-06-151-26/+20