summaryrefslogtreecommitdiff
path: root/spec/commands
Commit message (Expand)AuthorAgeFilesLines
* Complete Style/SymbolArray todoDouglas Eichelberger2022-09-111-9/+9
* Merge pull request #2239 from andrehjr/drop-ruby-1-9-3André Luis Leal Cardoso Junior2022-06-111-7/+1
|\
| * Remove support for Ruby 1.9.3André Luis Leal Cardoso Junior2022-03-101-7/+1
* | 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
* | Remove extra commentsAndré Luis Leal Cardoso Junior2022-03-051-2/+0
* | Fix Pry::History specs on windowsAndré Luis Leal Cardoso Junior2022-03-051-2/+3
|/
* Update Wtf spec to match non-printing chars wrappingCarlos Palhares2020-09-071-19/+19
* pry-backtrace frozen bugpavel2020-03-251-0/+12
* 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
* spec/commands/show_source: pass binding to pry_eval to fix failuresKyrylo Silin2019-06-151-26/+20
* spec/commands/show_{doc,source}: refactor to be order independentKyrylo Silin2019-06-152-647/+933
* Remove all remaining `.should`s from the testsJosh Cheek2019-05-304-32/+25
* commands/wtf: add the --code flagKyrylo Silin2019-05-121-0/+51
* commands/wtf_spec: refactor unit testsKyrylo Silin2019-05-111-24/+149
* Fix offences of the Style/FrozenStringLiteralComment copKyrylo Silin2019-05-081-10/+13
* rubocop: enable the Style/FrozenStringLiteralComment copKyrylo Silin2019-05-0828-0/+56
* control_d_handler: don't mutate eval_string within the handlerKyrylo Silin2019-05-041-1/+1
* Refactor ConfigKyrylo Silin2019-05-023-19/+15
* Reduce the influence of Pry::ConfigKyrylo Silin2019-04-301-1/+1
* pry_instance: factor out command state to be globalcommand-global-stateKyrylo Silin2019-04-292-8/+6
* rubocop: fix the Naming/UncommunicativeMethodParamName copKyrylo Silin2019-03-243-5/+5
* rubocop: fix Naming/HeredocDelimiterNaming copKyrylo Silin2019-03-244-14/+14
* rubocop: fix offences of the Style/EvalWithLocation copKyrylo Silin2019-03-232-21/+23
* rubocop: fix offences of the Style/GlobalVars copKyrylo Silin2019-03-231-3/+0
* Rename '_pry_' to 'pry_instance'Kyrylo Silin2019-03-238-10/+10
* Factor out gem-* commands to a separate pluginKyrylo Silin2019-03-131-20/+0
* Delete the `gist` commandKyrylo Silin2019-03-121-35/+0
* Require files from pry.rb; deps from each file that uses themKyrylo Silin2019-03-104-0/+7
* Move Pry::DEFAULT_CONTROL_D_HANDLER to ConfigKyrylo Silin2019-03-091-1/+1
* rubocop: fix offences of the Lint/InterpolationCheck copKyrylo Silin2019-03-032-0/+6
* rubocop: fix offences of the Lint/Debugger copKyrylo Silin2019-03-031-4/+7
* rubocop: fix offences of the Metrics/LineLength copKyrylo Silin2019-03-0315-93/+243
* rubocop: fix offences of the Style/VariableInterpolation copKyrylo Silin2019-03-021-8/+8
* rubocop: fix offences of the Style/SingleLineMethods copKyrylo Silin2019-03-025-25/+90
* rubocop: fix offences of the Style/Semicolon copKyrylo Silin2019-03-021-2/+2
* rubocop: fix offences of the Style/RescueStandardError copKyrylo Silin2019-03-022-2/+2
* rubocop: fix offences of the Style/RedundantParentheses copKyrylo Silin2019-03-021-1/+1
* rubocop: fix offences of the Style/PercentLiteralDelimiters copKyrylo Silin2019-03-022-6/+6
* rubocop: fix offences of the Style/ParallelAssignment copKyrylo Silin2019-03-022-5/+10
* rubocop: fix offences of the Style/NestedParenthesizedCalls copKyrylo Silin2019-03-021-4/+4
* rubocop: fix offences of the Style/IfUnlessModifier copKyrylo Silin2019-03-022-6/+2
* rubocop: fix offences of the Style/EmptyMethod copKyrylo Silin2019-03-012-46/+23
* rubocop: fix offences of the Style/ClassAndModuleChildren copKyrylo Silin2019-02-272-1/+3
* ubocop: fix the Layout/SpaceInsideStringInterpolation coprubocop-fixes-4Kyrylo Silin2019-02-261-1/+1
* rubocop: fix offences of the Layout/SpaceInsideHashLiteralBraces copKyrylo Silin2019-02-261-1/+1
* rubocop: fix offences of the Layout/SpaceBeforeSemicolon copKyrylo Silin2019-02-261-1/+3
* rubocop: fix offences of the Layout/SpaceAfterSemicolon copKyrylo Silin2019-02-263-5/+5
* rubocop: fix offences of the Layout/SpaceAfterComma copKyrylo Silin2019-02-262-7/+7