summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* rubocop: fix offences regarding spacesKyrylo Silin2018-11-0418-108/+108
* rubocop: fix offences of the Layout/EmptyLinesAroundArguments copKyrylo Silin2018-11-0421-49/+0
* rubocop: fix offences of the Layout/EmptyLines copKyrylo Silin2018-11-0411-15/+0
* prompt: add basic API for adding promptsKyrylo Silin2018-11-041-1/+36
* Deprecate Pry::Platform and introduce Pry::Helpers::PlatformKyrylo Silin2018-11-027-49/+26
* Delete Pry::CommandSet#{before,after}_commandKyrylo Silin2018-11-012-129/+83
* prompt: make it possible to set name dynamicallyKyrylo Silin2018-10-281-1/+18
* config/default: rename prompt_safe_objects to prompt_safe_contextsKyrylo Silin2018-10-281-1/+1
* ring: rewrite the class to improve APIKyrylo Silin2018-10-211-59/+95
* Rename HistoryArray to RingKyrylo Silin2018-10-202-12/+12
* core_extensions: make '__binding__' work with redefined #respond_to?Kyrylo Silin2018-10-171-0/+6
* rubocop: fix offences of the Lint/UnneededRequireStatement copKyrylo Silin2018-10-161-1/+0
* rubocop: fix offences of the Lint/AmbiguousBlockAssociation coprubocop-lint-ambiguous-block-assosicationKyrylo Silin2018-10-166-19/+46
* rubocop: fix offences of the Lint/UnusedMethodArgument copKyrylo Silin2018-10-145-8/+8
* rubocop: fix offences of the Layout/EmptyLineBetweenDefs copKyrylo Silin2018-10-1410-15/+71
* rubocop: fix offences of the Style/HashSyntax copKyrylo Silin2018-10-1322-211/+211
* rubocop: fix offences of the Layout/ExtraSpacing copKyrylo Silin2018-10-1311-32/+32
* Merge pull request #1790 from bambooengineering/handle_null_bytes_in_historyKyrylo Silin2018-10-121-1/+7
|\
| * Gracefully handle (ignore) null bytes in history linesOwen Stephens2018-10-091-1/+7
* | commands/wtf,pry: add support for Exception#causeAleksandar Kostadinov2018-10-101-0/+39
|/
* spec/commands/edit: delete unwanted unlinkingrbx-removalKyrylo Silin2018-10-071-1/+0
* Drop support for RubiniusKyrylo Silin2018-10-0713-255/+220
* Merge pull request #1771 from DamienRobert/fix_indentKyrylo Silin2018-10-041-0/+15
|\
| * pry_repl_spec: test for previous overhang fixDamien Robert2018-10-031-0/+15
* | commands/show_source: handle when source is nil but comment exists1452-show-source-fixKyrylo Silin2018-10-041-0/+26
|/
* Fix formatting in specJack Kinsella2018-05-191-2/+2
* Pad multiline units of the edit command consistently with numberingJack Kinsella2018-03-261-0/+7
* Push full edit command contents to history, enabling up-and-enter actionJack Kinsella2018-03-251-0/+12
* get this bitch working on rubies that dont support keyword argsJohn Mair2018-02-231-2/+2
* move definitions into specsJohn Mair2018-02-231-2/+2
* Wrap 2.1 specific specs (keyword args) in 2.1 version check guardJohn Mair2018-02-231-14/+17
* unit testsChase2018-02-211-0/+43
* Recover from any SystemCallError on failure to read or write history file.Kevin McPhillips2018-02-111-0/+20
* Fixe test failures due to 'uninitialized constant Pry::Forwardable' in ruby 2...Yuki Nishijima2017-12-241-1/+1
* fix a bug where "cd Hash.new" reported self as a Pry::Config in prompt.r-obert2017-12-221-0/+9
* add rbx-3.86, add Pry::Platform.known_engines, allow expected failures in spe...r-obert2017-11-185-11/+22
* fix #1471, fix #1621 (#1689)r-obert2017-11-112-3/+41
* Fix a bug where Method objects were not returned for setters inherited (#1688)r-obert2017-11-111-8/+7
* add Pry::Testable, and friends. (#1679)r-obert2017-11-045-29/+39
* Issue #1647: Fix String#pp output colorRichard E. Dodson2017-10-221-0/+16
* jruby-ingrobert2017-09-201-0/+3
* last_default might not be a Pry::Config::Memoizedr-obert2017-06-231-2/+8
* Merge branch 'master' of github.com:pry/pryr-obert2017-06-233-5/+5
|\
| * fix warning about unused variable on 2.4robert2017-06-041-2/+1
| * Merge branch 'master' into respond_to-2.4-warningsrobert2017-06-031-0/+24
| |\
| * | fix 2.4 warning in edit command and specs about deprecated constant (Fixnum)robert2017-06-031-2/+2
| * | fix 2.4 warning in specs about deprecated constant (Fixnum).robert2017-06-031-1/+2
* | | rename Pry::Config::Lazy to Pry::Config::Memoization (ref #1503)r-obert2017-06-232-21/+21
| |/ |/|
* | Work around an unexpected success under JRubyDmitry Gutov2016-12-131-7/+10
* | Really ignore old Argon2::Password and the like in the methods scanDmitry Gutov2016-12-121-0/+12