[DRE-commits] [ruby-color-tools] branch master updated (3266c4e -> 57fb167)

Gunnar Wolf gwolf at alioth.debian.org
Tue Oct 1 16:17:55 UTC 2013


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

gwolf pushed a change to branch master
in repository ruby-color-tools.

      from  3266c4e   debian/copyright: use DEP5 copyright-format/1.0 official URL for Format field
      adds  4f2da5e   Imported Upstream version 1.4.2
       new  e15a131   Merge tag 'upstream/1.4.2'
       new  dbb6dfc   New upstream release
       new  63a2068   Adjusted list of test files to what currently ships
       new  2466dc6   Replace "gem" calls by "require" in the test cases
       new  57fb167   README.txt renamed to .rdoc

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:
 .hoerc                                |    2 +
 Contributing.rdoc                     |   57 ++
 History.txt => History.rdoc           |   31 +-
 Install.txt                           |   18 -
 Licence.txt => Licence.rdoc           |    8 +-
 Manifest.txt                          |   10 +-
 README.rdoc                           |   45 +
 README.txt                            |   32 -
 Rakefile                              |  140 +--
 data.tar.gz.sig                       |    6 +-
 debian/changelog                      |   10 +
 debian/control                        |   33 +-
 debian/patches/require_instead_of_gem |  106 +++
 debian/patches/series                 |    1 +
 debian/ruby-color-tools.docs          |    2 +-
 debian/ruby-test-files.yaml           |    1 -
 lib/color.rb                          |   20 +-
 lib/color/cmyk.rb                     |   12 -
 lib/color/css.rb                      |   12 -
 lib/color/grayscale.rb                |   20 +-
 lib/color/hsl.rb                      |   12 -
 lib/color/palette.rb                  |   12 -
 lib/color/palette/adobecolor.rb       |   12 -
 lib/color/palette/gimp.rb             |   12 -
 lib/color/palette/monocontrast.rb     |   18 +-
 lib/color/rgb-colors.rb               |   12 -
 lib/color/rgb.rb                      |   20 +-
 lib/color/rgb/metallic.rb             |   12 -
 lib/color/yiq.rb                      |   14 +-
 metadata.gz.sig                       |    4 +-
 metadata.yml                          |  370 ++++++--
 setup.rb                              | 1585 ---------------------------------
 test/test_adobecolor.rb               |   32 +-
 test/test_all.rb                      |   23 -
 test/test_cmyk.rb                     |   56 +-
 test/test_color.rb                    |   20 +-
 test/test_css.rb                      |   18 +-
 test/test_gimp.rb                     |   30 +-
 test/test_grayscale.rb                |   38 +-
 test/test_hsl.rb                      |   58 +-
 test/test_monocontrast.rb             |   38 +-
 test/test_rgb.rb                      |   52 +-
 test/test_yiq.rb                      |   36 +-
 43 files changed, 688 insertions(+), 2362 deletions(-)
 create mode 100644 .gemtest
 create mode 100644 .hoerc
 create mode 100644 Contributing.rdoc
 rename History.txt => History.rdoc (92%)
 delete mode 100644 Install.txt
 rename Licence.txt => Licence.rdoc (89%)
 create mode 100644 README.rdoc
 delete mode 100644 README.txt
 create mode 100644 debian/patches/require_instead_of_gem
 create mode 100644 debian/patches/series
 delete mode 100644 setup.rb
 delete mode 100644 test/test_all.rb

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



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