[DRE-commits] [ruby-barby] branch master updated (2fe1401 -> b63e3f0)
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 change to branch master
in repository ruby-barby.
from 2fe1401 Run wrap-and-sort on packaging files
new b594bc9 debian/watch: point to github
adds 0d2ce8b New upstream version 0.6.5
new 63eff81 Updated version 0.6.5 from 'upstream/0.6.5'
new 36b9684 new upstream release
new 66c9e8e update packaging with `dh-make-ruby -w`
new 1bf856e debian/rules: fix post-install cleanups
new 3583c0c remove unused copyright paragraph
new ca473ba run tests during build
new 84abe55 skip one test that has a missing dependency
new bfa5468 release
new b63e3f0 add build dependencies to run tests
The 10 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 | 3 +-
CHANGELOG | 9 +
README | 93 ------
README.md | 107 +++++++
Rakefile | 15 +
barby.gemspec | 23 ++
debian/changelog | 19 ++
debian/control | 10 +-
debian/copyright | 4 -
debian/ruby-barby.docs | 2 +-
debian/ruby-tests.rake | 6 +
debian/rules | 18 +-
debian/watch | 2 +-
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 +++++++
53 files changed, 2949 insertions(+), 504 deletions(-)
delete mode 100644 README
create mode 100644 README.md
create mode 100644 Rakefile
create mode 100644 barby.gemspec
create mode 100644 debian/ruby-tests.rake
delete mode 100644 lib/barby/outputter/point_matrix.rb
delete mode 100644 metadata.yml
create mode 100644 test/barcodes.rb
create mode 100644 test/bookland_test.rb
create mode 100644 test/code_128_test.rb
create mode 100644 test/code_25_iata_test.rb
create mode 100644 test/code_25_interleaved_test.rb
create mode 100644 test/code_25_test.rb
create mode 100644 test/code_39_test.rb
create mode 100644 test/code_93_test.rb
create mode 100644 test/data_matrix_test.rb
create mode 100644 test/ean13_test.rb
create mode 100644 test/ean8_test.rb
create mode 100644 test/outputter/cairo_outputter_test.rb
create mode 100644 test/outputter/html_outputter_test.rb
create mode 100644 test/outputter/pdfwriter_outputter_test.rb
create mode 100644 test/outputter/png_outputter_test.rb
create mode 100644 test/outputter/prawn_outputter_test.rb
create mode 100644 test/outputter/rmagick_outputter_test.rb
create mode 100644 test/outputter/svg_outputter_test.rb
create mode 100644 test/outputter_test.rb
create mode 100644 test/pdf_417_test.rb
create mode 100644 test/qr_code_test.rb
create mode 100644 test/test_helper.rb
create mode 100644 test/upc_supplemental_test.rb
--
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