[DRE-commits] [ruby-term-ansicolor] branch master updated (529175a -> 6fa25b2)
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 change to branch master
in repository ruby-term-ansicolor.
from 529175a use canonical URI in Vcs-* fields
adds 48e62b4 Imported Upstream version 1.3.0
new 031772b Merge tag 'upstream/1.3.0'
new 414f954 bump standards-version; drop transitional packages
new 9925dbe doc-main.txt is now called README.rdoc
new 4432835 install scripts from bin as examples (except decolor)
new b264bc7 use the Ruby method to run the test suite
new fd6f49d fix syntax of machine-readable copyright file
new 9686e35 prepare changelog
new 6fa25b2 do not ship images in the binary packages
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:
.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
debian/changelog | 14 ++
debian/control | 30 +---
debian/copyright | 3 +-
debian/ruby-term-ansicolor.docs | 3 +-
debian/ruby-term-ansicolor.examples | 3 +
debian/ruby-test-files.yaml | 2 -
debian/ruby-tests.rb | 3 +
debian/rules | 4 +-
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 +
45 files changed, 1599 insertions(+), 398 deletions(-)
create mode 100755 bin/colortab
create mode 100755 bin/term_display
create mode 100755 bin/term_mandel
create mode 100644 checksums.yaml.gz
delete mode 100644 debian/ruby-test-files.yaml
create mode 100644 debian/ruby-tests.rb
delete mode 100644 doc-main.txt
create mode 100644 examples/ColorTest.gif
create mode 100644 examples/Mona_Lisa.jpg
create mode 100644 examples/Stilleben.jpg
create mode 100644 examples/lambda-red-plain.ppm
create mode 100644 examples/lambda-red.png
create mode 100644 examples/lambda-red.ppm
create mode 100644 examples/pacman.jpg
create mode 100644 examples/smiley.png
create mode 100644 examples/wool.jpg
delete mode 100755 install.rb
create mode 100644 lib/term/ansicolor/attribute.rb
create mode 100644 lib/term/ansicolor/ppm_reader.rb
create mode 100644 lib/term/ansicolor/rgb_color_metrics.rb
create mode 100644 lib/term/ansicolor/rgb_triple.rb
mode change 100755 => 100644 tests/ansicolor_test.rb
create mode 100644 tests/attribute_test.rb
create mode 100644 tests/ppm_reader_test.rb
create mode 100644 tests/rgb_color_metrics_test.rb
create mode 100644 tests/rgb_triple_test.rb
create mode 100644 tests/test_helper.rb
--
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