[DRE-commits] [ruby-awesome-print] branch master updated (232f8ec -> 045812b)

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 change to branch master
in repository ruby-awesome-print.

      from  232f8ec   Run wrap-and-sort on packaging files
      adds  b86bcbe   New upstream version 1.7.0
       new  19a3038   Merge tag 'upstream/1.7.0'
       new  d31137c   adjust d/changelog for new upstream release
       new  2808ea0   Bump Standards-Version to 3.9.8 (no changes needed)
       new  8c7cc89   remove codeclimate from tests
       new  045812b   add ExtVerifier file not in built gem for tests

The 5 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:
 Appraisals                                       |  19 +-
 CHANGELOG => CHANGELOG.md                        |  73 +++--
 CONTRIBUTING.md                                  |  46 ++-
 Gemfile.lock                                     |  52 ++--
 README.md                                        |  65 +---
 awesome_print.gemspec                            |  50 +++
 debian/changelog                                 |   7 +
 debian/control                                   |   2 +-
 debian/patches/series                            |   2 +
 debian/patches/tests-add-ext-verifier            |  45 +++
 debian/patches/tests-remove-codeclimate          |  11 +
 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 +++--
 36 files changed, 1096 insertions(+), 758 deletions(-)
 rename CHANGELOG => CHANGELOG.md (68%)
 create mode 100644 awesome_print.gemspec
 create mode 100644 debian/patches/tests-add-ext-verifier
 create mode 100644 debian/patches/tests-remove-codeclimate
 create mode 100644 lib/awesome_print/colorize.rb
 delete mode 100644 lib/awesome_print/ext/no_brainer.rb
 create mode 100644 lib/awesome_print/ext/nobrainer.rb
 create mode 100644 lib/awesome_print/formatters/array_formatter.rb
 create mode 100644 lib/awesome_print/formatters/base_formatter.rb
 create mode 100644 lib/awesome_print/formatters/class_formatter.rb
 create mode 100644 lib/awesome_print/formatters/dir_formatter.rb
 create mode 100644 lib/awesome_print/formatters/file_formatter.rb
 create mode 100644 lib/awesome_print/formatters/hash_formatter.rb
 create mode 100644 lib/awesome_print/formatters/method_formatter.rb
 create mode 100644 lib/awesome_print/formatters/object_formatter.rb
 create mode 100644 lib/awesome_print/formatters/simple_formatter.rb
 create mode 100644 lib/awesome_print/indentator.rb
 delete mode 100644 metadata.yml

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