[DRE-commits] [pry] 01/04: Update upstream source from tag 'upstream/0.11.3'

Daisuke Higuchi dai at moszumanska.debian.org
Sun Nov 26 12:25:44 UTC 2017


This is an automated email from the git hooks/post-receive script.

dai pushed a commit to branch master
in repository pry.

commit ab0a51e452bb4e2c8358a458af4e1140b3ed766f
Merge: 3660991 74a0a2d
Author: HIGUCHI Daisuke (VDR dai) <dai at debian.org>
Date:   Sun Nov 26 21:03:11 2017 +0900

    Update upstream source from tag 'upstream/0.11.3'
    
    Update to upstream version '0.11.3'
    with Debian dir 847a0063a6a71400606085762ed1845b5a8c2a7f

 .travis.yml                                       |   1 +
 CHANGELOG.md                                      |  47 +++++-
 Rakefile                                          |   2 +-
 lib/pry.rb                                        |   1 +
 lib/pry/color_printer.rb                          |   2 +-
 lib/pry/commands/whereami.rb                      |   2 +-
 lib/pry/config/behavior.rb                        |   1 +
 lib/pry/config/default.rb                         |   4 +-
 lib/pry/helpers/base_helpers.rb                   | 156 +++++++------------
 lib/pry/helpers/text.rb                           |  25 ++-
 lib/pry/method/weird_method_locator.rb            |  21 ++-
 lib/pry/platform.rb                               |  93 +++++++++++
 lib/pry/test/helper.rb                            | 179 ----------------------
 lib/pry/testable.rb                               |  70 +++++++++
 lib/pry/testable/evalable.rb                      |  15 ++
 lib/pry/testable/mockable.rb                      |  14 ++
 lib/pry/testable/pry_tester.rb                    |  73 +++++++++
 lib/pry/testable/utility.rb                       |  26 ++++
 lib/pry/testable/variables.rb                     |  46 ++++++
 lib/pry/version.rb                                |   2 +-
 spec/color_printer_spec.rb                        |  16 ++
 spec/command_spec.rb                              |  40 ++---
 spec/commands/show_doc_spec.rb                    |   4 +-
 spec/commands/show_source_spec.rb                 |   4 +-
 spec/config_spec.rb                               |  15 +-
 spec/helper.rb                                    |  18 ++-
 spec/integration/hanami_spec.rb                   |  38 +++++
 spec/{regression => integration}/readline_spec.rb |   6 +-
 spec/pry_output_spec.rb                           |   2 +-
 29 files changed, 590 insertions(+), 333 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/pry.git



More information about the Pkg-ruby-extras-commits mailing list