[DRE-commits] [ruby-term-ansicolor] 01/08: Merge tag 'upstream/1.3.0'

Cédric Boutillier boutil at moszumanska.debian.org
Wed May 14 08:51:32 UTC 2014


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

boutil pushed a commit to branch master
in repository ruby-term-ansicolor.

commit 031772b4038bf3dba5b24de22908430a7dcb9dd8
Merge: 529175a 48e62b4
Author: Cédric Boutillier <boutil at debian.org>
Date:   Mon May 12 10:33:08 2014 +0200

    Merge tag 'upstream/1.3.0'
    
    Upstream version 1.3.0
    
    # gpg: Signature faite le lun. 12 mai 2014 10:33:00 CEST
    # gpg:                avec la clef RSA 0xDA4958F611E149E9
    # gpg: Bonne signature de « Cédric Boutillier <boutil at debian.org> »
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at gmail.com> »
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at upmc.fr> »
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at polytechnique.org> »

 .gitignore                              |   2 +
 .travis.yml                             |   7 +-
 CHANGES                                 |  32 ++++
 Gemfile                                 |   2 +-
 README.rdoc                             | 106 ++-----------
 Rakefile                                |  10 +-
 VERSION                                 |   2 +-
 bin/colortab                            |  48 ++++++
 bin/term_display                        |  91 +++++++++++
 bin/term_mandel                         |  52 +++++++
 checksums.yaml.gz                       | Bin 0 -> 270 bytes
 doc-main.txt                            | 119 ---------------
 examples/ColorTest.gif                  | Bin 0 -> 18195 bytes
 examples/Mona_Lisa.jpg                  | Bin 0 -> 205482 bytes
 examples/Stilleben.jpg                  | Bin 0 -> 126860 bytes
 examples/example.rb                     |   2 +-
 examples/lambda-red-plain.ppm           | 135 +++++++++++++++++
 examples/lambda-red.png                 | Bin 0 -> 12964 bytes
 examples/lambda-red.ppm                 |   4 +
 examples/pacman.jpg                     | Bin 0 -> 35939 bytes
 examples/smiley.png                     | Bin 0 -> 67239 bytes
 examples/wool.jpg                       | Bin 0 -> 397180 bytes
 install.rb                              |  15 --
 lib/term/ansicolor.rb                   | 258 +++++++++++++++++++++++---------
 lib/term/ansicolor/attribute.rb         | 143 ++++++++++++++++++
 lib/term/ansicolor/ppm_reader.rb        |  96 ++++++++++++
 lib/term/ansicolor/rgb_color_metrics.rb | 161 ++++++++++++++++++++
 lib/term/ansicolor/rgb_triple.rb        | 121 +++++++++++++++
 lib/term/ansicolor/version.rb           |   4 +-
 metadata.yml                            | 108 ++++++++++---
 term-ansicolor.gemspec                  |  34 +++--
 tests/ansicolor_test.rb                 |  85 ++++++++---
 tests/attribute_test.rb                 |  73 +++++++++
 tests/ppm_reader_test.rb                |  46 ++++++
 tests/rgb_color_metrics_test.rb         | 100 +++++++++++++
 tests/rgb_triple_test.rb                |  71 +++++++++
 tests/test_helper.rb                    |   8 +
 37 files changed, 1569 insertions(+), 366 deletions(-)

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



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