[DRE-commits] [ruby-colorator] branch master updated (dc73238 -> 081a482)

Cédric Boutillier boutil at moszumanska.debian.org
Wed Jul 6 20:27:39 UTC 2016


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

boutil pushed a change to branch master
in repository ruby-colorator.

      from  dc73238   Run wrap-and-sort on packaging files
       new  94d462e   Point watch file to Github to get the tests
      adds  2ab7215   Imported Upstream version 1.1.0
       new  a0de24e   Merge tag 'upstream/1.1.0'
       new  689d8cf   Bump Standards-Version to 3.9.8 (no changes needed)
       new  6f0dc6f   prepare changelog
       new  04c5e90   add 0001-no-git-to-list-files-in-gemspec.patch
       new  07e6b9a   add 0002-don-t-use-luna-rspec-formatters-checks.patch
       new  8ee9b8e   more changelog entries
       new  081a482   testsuite

The 8 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:
 .codeclimate.yml                                   |  28 ++++
 .gitignore                                         |   3 +
 .rspec                                             |   1 +
 .rubocop.yml                                       |  81 ++++++++++++
 .travis.yml                                        |   7 +
 Gemfile                                            |   9 ++
 History.markdown                                   |  25 ++++
 README.markdown                                    |  31 +++--
 Rakefile                                           | 146 +--------------------
 colorator.gemspec                                  |  77 +++--------
 debian/changelog                                   |  15 +++
 debian/control                                     |   3 +-
 .../0001-no-git-to-list-files-in-gemspec.patch     |  23 ++++
 ...02-don-t-use-luna-rspec-formatters-checks.patch |  18 +++
 debian/patches/series                              |   2 +
 debian/watch                                       |   4 +-
 lib/colorator.rb                                   |  95 +++++++++++++-
 lib/colorator/core_ext.rb                          |  15 +--
 metadata.yml                                       |  93 -------------
 spec/colorator/core_ext_spec.rb                    |  18 ---
 spec/spec/helper.rb                                |   6 +
 spec/spec_helper.rb                                |   9 --
 spec/tests/lib/colorator/core_ext_spec.rb          |  15 +++
 spec/tests/lib/colorator_spec.rb                   |  93 +++++++++++++
 24 files changed, 473 insertions(+), 344 deletions(-)
 create mode 100644 .codeclimate.yml
 create mode 100644 .gitignore
 create mode 100644 .rspec
 create mode 100644 .rubocop.yml
 create mode 100644 .travis.yml
 create mode 100644 History.markdown
 create mode 100644 debian/patches/0001-no-git-to-list-files-in-gemspec.patch
 create mode 100644 debian/patches/0002-don-t-use-luna-rspec-formatters-checks.patch
 create mode 100644 debian/patches/series
 delete mode 100644 metadata.yml
 delete mode 100644 spec/colorator/core_ext_spec.rb
 create mode 100644 spec/spec/helper.rb
 delete mode 100644 spec/spec_helper.rb
 create mode 100644 spec/tests/lib/colorator/core_ext_spec.rb
 create mode 100644 spec/tests/lib/colorator_spec.rb

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



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