[DRE-commits] [pry] branch master updated (3660991 -> e5d5a13)

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 change to branch master
in repository pry.

      from  3660991   update debian/changelog
      adds  74a0a2d   New upstream version 0.11.3
       new  ab0a51e   Update upstream source from tag 'upstream/0.11.3'
       new  cc0737b   Refresh patches.
       new  1f90ad3   new patch.
       new  e5d5a13   update debian/changelog

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                                        |   1 +
 CHANGELOG.md                                       |  47 +++++-
 Rakefile                                           |   2 +-
 debian/changelog                                   |  11 ++
 debian/patches/dont-try-to-write-outside-build-dir |   8 +-
 .../patches/dont-try-to-write-outside-build-dir-2  |  17 ++
 debian/patches/series                              |   1 +
 debian/patches/test-suite-adjustments.patch        |  10 +-
 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 +-
 34 files changed, 628 insertions(+), 342 deletions(-)
 create mode 100644 debian/patches/dont-try-to-write-outside-build-dir-2
 create mode 100644 lib/pry/platform.rb
 delete mode 100644 lib/pry/test/helper.rb
 create mode 100644 lib/pry/testable.rb
 create mode 100644 lib/pry/testable/evalable.rb
 create mode 100644 lib/pry/testable/mockable.rb
 create mode 100644 lib/pry/testable/pry_tester.rb
 create mode 100644 lib/pry/testable/utility.rb
 create mode 100644 lib/pry/testable/variables.rb
 create mode 100644 spec/integration/hanami_spec.rb
 rename spec/{regression => integration}/readline_spec.rb (92%)

-- 
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