[DRE-commits] [ruby-barby] 02/10: Updated version 0.6.5 from 'upstream/0.6.5'
Antonio Terceiro
terceiro at moszumanska.debian.org
Sat Dec 10 15:42:18 UTC 2016
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository ruby-barby.
commit 63eff819ea9b89b984a011cd03025ad5d8d2a568
Merge: b594bc9 0d2ce8b
Author: Antonio Terceiro <terceiro at debian.org>
Date: Sat Dec 10 13:30:15 2016 -0200
Updated version 0.6.5 from 'upstream/0.6.5'
with Debian dir 948c23d28b8eb7140e896be88dc2ec9aa62db7a8
.gitignore | 3 +-
CHANGELOG | 9 +
README | 93 ------
README.md | 107 +++++++
Rakefile | 15 +
barby.gemspec | 23 ++
lib/barby/barcode/bookland.rb | 147 +++++++--
lib/barby/barcode/code_128.rb | 229 +++++++++++---
lib/barby/barcode/code_25.rb | 9 +-
lib/barby/barcode/code_25_interleaved.rb | 4 +-
lib/barby/barcode/code_39.rb | 3 +-
lib/barby/barcode/data_matrix.rb | 2 +-
lib/barby/barcode/ean_13.rb | 2 +-
lib/barby/barcode/gs1_128.rb | 6 +-
lib/barby/barcode/qr_code.rb | 3 +-
lib/barby/outputter/cairo_outputter.rb | 5 +
lib/barby/outputter/png_outputter.rb | 6 +-
lib/barby/outputter/point_matrix.rb | 211 -------------
lib/barby/outputter/prawn_outputter.rb | 7 +-
lib/barby/outputter/rmagick_outputter.rb | 42 ++-
lib/barby/outputter/svg_outputter.rb | 5 +
lib/barby/version.rb | 4 +-
metadata.yml | 94 ------
test/barcodes.rb | 18 ++
test/bookland_test.rb | 54 ++++
test/code_128_test.rb | 470 +++++++++++++++++++++++++++++
test/code_25_iata_test.rb | 19 ++
test/code_25_interleaved_test.rb | 116 +++++++
test/code_25_test.rb | 110 +++++++
test/code_39_test.rb | 210 +++++++++++++
test/code_93_test.rb | 144 +++++++++
test/data_matrix_test.rb | 30 ++
test/ean13_test.rb | 169 +++++++++++
test/ean8_test.rb | 100 ++++++
test/outputter/cairo_outputter_test.rb | 129 ++++++++
test/outputter/html_outputter_test.rb | 68 +++++
test/outputter/pdfwriter_outputter_test.rb | 37 +++
test/outputter/png_outputter_test.rb | 49 +++
test/outputter/prawn_outputter_test.rb | 79 +++++
test/outputter/rmagick_outputter_test.rb | 83 +++++
test/outputter/svg_outputter_test.rb | 89 ++++++
test/outputter_test.rb | 134 ++++++++
test/pdf_417_test.rb | 45 +++
test/qr_code_test.rb | 78 +++++
test/test_helper.rb | 23 ++
test/upc_supplemental_test.rb | 109 +++++++
46 files changed, 2910 insertions(+), 482 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-barby.git
More information about the Pkg-ruby-extras-commits
mailing list