[DRE-commits] [ruby-awesome-print] 01/05: Merge tag 'upstream/1.7.0'

Michael Moll mmoll-guest at moszumanska.debian.org
Sat Jan 21 17:25:00 UTC 2017


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

mmoll-guest pushed a commit to branch master
in repository ruby-awesome-print.

commit 19a30385634262a9e5cdef3c37e55ad9dad4b168
Merge: 232f8ec b86bcbe
Author: Michael Moll <Michael Moll kvedulv at kvedulv.de>
Date:   Sat Jan 21 17:53:07 2017 +0100

    Merge tag 'upstream/1.7.0'
    
    Upstream version 1.7.0

 Appraisals                                       |  19 +-
 CHANGELOG => CHANGELOG.md                        |  73 +++--
 CONTRIBUTING.md                                  |  46 ++-
 Gemfile.lock                                     |  52 ++--
 README.md                                        |  65 +---
 awesome_print.gemspec                            |  50 +++
 lib/awesome_print.rb                             |   4 +-
 lib/awesome_print/colorize.rb                    |  24 ++
 lib/awesome_print/ext/no_brainer.rb              |  58 ----
 lib/awesome_print/ext/nobrainer.rb               |  49 +++
 lib/awesome_print/formatter.rb                   | 379 ++++-------------------
 lib/awesome_print/formatters/array_formatter.rb  |  73 +++++
 lib/awesome_print/formatters/base_formatter.rb   | 138 +++++++++
 lib/awesome_print/formatters/class_formatter.rb  |  24 ++
 lib/awesome_print/formatters/dir_formatter.rb    |  22 ++
 lib/awesome_print/formatters/file_formatter.rb   |  22 ++
 lib/awesome_print/formatters/hash_formatter.rb   |  54 ++++
 lib/awesome_print/formatters/method_formatter.rb |  22 ++
 lib/awesome_print/formatters/object_formatter.rb |  80 +++++
 lib/awesome_print/formatters/simple_formatter.rb |  21 ++
 lib/awesome_print/indentator.rb                  |  18 ++
 lib/awesome_print/inspector.rb                   |  13 +-
 lib/awesome_print/version.rb                     |   2 +-
 metadata.yml                                     | 159 ----------
 spec/active_record_helper.rb                     |  48 ++-
 spec/colors_spec.rb                              |   4 +-
 spec/formats_spec.rb                             | 107 +++++--
 spec/methods_spec.rb                             |  12 +-
 spec/misc_spec.rb                                |   6 +-
 spec/objects_spec.rb                             |  60 +++-
 spec/spec_helper.rb                              |  83 +++--
 31 files changed, 1030 insertions(+), 757 deletions(-)

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



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