[DRE-commits] [ruby-color] branch master updated (36f42d0 -> 5165c1c)

Lucas Moura lucasmoura-guest at moszumanska.debian.org
Sat Mar 5 21:52:57 UTC 2016


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

lucasmoura-guest pushed a change to branch master
in repository ruby-color.

      from  36f42d0   Run wrap-and-sort on packaging files
      adds  843b94b   Imported Upstream version 1.8
       new  1fa666f   Merge tag 'upstream/1.8'
       new  149e577   New upstream version
       new  53612d3   Update how tests were executed in the package
       new  02f9653   debian/rules: Add check-dependencies command
       new  c1f6d64   debian/copyright: Remove nonexistent file from copyright
       new  5165c1c   Create release

The 6 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:
 .coveralls.yml         |   2 +
 .travis.yml            |  20 +++--
 Code-of-Conduct.rdoc   |  41 +++++++++
 Contributing.rdoc      |   2 +
 History.rdoc           |  22 +++++
 Manifest.txt           |   2 +
 README.rdoc            |  16 ++--
 Rakefile               |  64 +++++++------
 checksums.yaml.gz      | Bin 425 -> 0 bytes
 checksums.yaml.gz.sig  | Bin 256 -> 0 bytes
 data.tar.gz.sig        | Bin 256 -> 0 bytes
 debian/changelog       |  10 +++
 debian/copyright       |  11 ---
 debian/ruby-tests.rake |   6 ++
 debian/ruby-tests.rb   |   3 -
 debian/rules           |   1 +
 lib/color.rb           |   3 +-
 lib/color/cmyk.rb      |   4 +-
 lib/color/grayscale.rb |   4 +-
 lib/color/hsl.rb       |   4 +-
 lib/color/rgb.rb       |  19 ++--
 metadata.gz.sig        | Bin 256 -> 0 bytes
 metadata.yml           | 240 ++++++++++++++++++++++++++++---------------------
 test/test_cmyk.rb      |   1 +
 test/test_color.rb     |   6 ++
 test/test_grayscale.rb |   1 +
 test/test_hsl.rb       |   2 +
 test/test_rgb.rb       |   4 +-
 28 files changed, 313 insertions(+), 175 deletions(-)
 create mode 100644 .coveralls.yml
 create mode 100644 Code-of-Conduct.rdoc
 delete mode 100644 checksums.yaml.gz
 delete mode 100644 checksums.yaml.gz.sig
 delete mode 100644 data.tar.gz.sig
 create mode 100644 debian/ruby-tests.rake
 delete mode 100644 debian/ruby-tests.rb
 delete mode 100644 metadata.gz.sig

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



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