[DRE-commits] [ruby-prawn] branch master updated (e20d293 -> 741f9ea)
Cédric Boutillier
boutil at moszumanska.debian.org
Fri Jul 24 20:15:27 UTC 2015
This is an automated email from the git hooks/post-receive script.
boutil pushed a change to branch master
in repository ruby-prawn.
from e20d293 WIP: 0990_rspec3.patch for RSpec 3 support
adds 2d19780 Imported Upstream version 2.0.2+dfsg
new e2b1042 Merge tag 'upstream/2.0.2+dfsg'
new 9403c90 Refresh patches
new ce26204 drop 0990_rspec3.patch, not needed any more
new 4378566 add 0900_rspec3.patch to port to RSpec3
new 741f9ea prepare changelog
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:
.rubocop.yml | 170 ++---
CHANGELOG.md | 165 +++--
README.md | 34 +-
Rakefile | 12 +-
bench/afm_text_bench.rb | 2 +-
bench/png_type_6.rb | 2 +-
bench/png_type_6_objects.rb | 1 -
bench/table_bench.rb | 24 +-
bench/ttf_text_bench.rb | 16 +-
debian/changelog | 8 +
.../0200_replace_BASEDIR_data_by_DATADIR.patch | 22 +-
debian/patches/0300_fix_paths.patch | 8 +-
debian/patches/0400_use_system_fonts.patch | 104 +--
debian/patches/0405_use_system_fonts_manual.patch | 16 +-
.../0500_disable_tests_using_removed_files.patch | 81 ++-
...00_enable_manual_to_be_built_reproducibly.patch | 40 +-
debian/patches/0900_rspec3.patch | 304 ++++++++
debian/patches/0990_rspec3.patch | 666 -----------------
debian/patches/series | 1 +
lib/prawn.rb | 8 +-
lib/prawn/document.rb | 93 +--
lib/prawn/document/bounding_box.rb | 32 +-
lib/prawn/document/column_box.rb | 8 +-
lib/prawn/document/internals.rb | 1 -
lib/prawn/document/span.rb | 24 +-
lib/prawn/errors.rb | 65 +-
lib/prawn/font.rb | 65 +-
lib/prawn/font/afm.rb | 40 +-
lib/prawn/font/dfont.rb | 1 -
lib/prawn/font/ttf.rb | 57 +-
lib/prawn/font_metric_cache.rb | 12 +-
lib/prawn/graphics.rb | 79 +--
lib/prawn/graphics/cap_style.rb | 2 +-
lib/prawn/graphics/color.rb | 44 +-
lib/prawn/graphics/dash.rb | 11 +-
lib/prawn/graphics/join_style.rb | 3 +-
lib/prawn/graphics/patterns.rb | 46 +-
lib/prawn/graphics/transformation.rb | 9 +-
lib/prawn/graphics/transparency.rb | 14 +-
lib/prawn/grid.rb | 35 +-
lib/prawn/image_handler.rb | 4 +-
lib/prawn/images.rb | 60 +-
lib/prawn/images/image.rb | 2 +-
lib/prawn/images/jpg.rb | 22 +-
lib/prawn/images/png.rb | 26 +-
lib/prawn/measurements.rb | 21 +-
lib/prawn/outline.rb | 12 +-
lib/prawn/repeater.rb | 6 +-
lib/prawn/security.rb | 42 +-
lib/prawn/security/arcfour.rb | 2 +-
lib/prawn/soft_mask.rb | 23 +-
lib/prawn/stamp.rb | 24 +-
lib/prawn/text.rb | 43 +-
lib/prawn/text/box.rb | 9 +-
lib/prawn/text/formatted/arranger.rb | 21 +-
lib/prawn/text/formatted/box.rb | 45 +-
lib/prawn/text/formatted/fragment.rb | 4 -
lib/prawn/text/formatted/line_wrap.rb | 37 +-
lib/prawn/text/formatted/parser.rb | 36 +-
lib/prawn/text/formatted/wrap.rb | 9 +-
lib/prawn/utilities.rb | 9 +-
lib/prawn/version.rb | 2 +-
manual/basic_concepts/basic_concepts.rb | 2 -
manual/basic_concepts/view.rb | 2 +-
manual/bounding_box/bounding_box.rb | 3 -
manual/bounding_box/russian_boxes.rb | 15 +-
manual/bounding_box/stretchy.rb | 1 -
manual/contents.rb | 4 +-
manual/cover.rb | 23 +-
.../document_and_page_options.rb | 7 +-
manual/document_and_page_options/metadata.rb | 20 +-
manual/document_and_page_options/page_size.rb | 1 -
manual/graphics/fill_rules.rb | 9 +-
manual/graphics/graphics.rb | 3 -
manual/graphics/lines_and_curves.rb | 2 +-
manual/graphics/rotate.rb | 2 -
manual/graphics/scale.rb | 6 +-
manual/graphics/soft_masks.rb | 1 -
manual/graphics/stroke_cap.rb | 2 +-
manual/graphics/stroke_join.rb | 2 +-
manual/graphics/translate.rb | 6 +-
manual/graphics/transparency.rb | 1 -
manual/how_to_read_this_manual.rb | 1 -
manual/images/images.rb | 3 -
manual/layout/boxes.rb | 10 +-
manual/layout/content.rb | 4 +-
manual/layout/layout.rb | 3 -
manual/outline/outline.rb | 3 -
manual/repeatable_content/page_numbering.rb | 2 +-
manual/repeatable_content/repeatable_content.rb | 3 -
manual/repeatable_content/repeater.rb | 12 +-
manual/security/encryption.rb | 2 -
manual/security/permissions.rb | 2 -
manual/security/security.rb | 3 -
manual/text/alignment.rb | 6 +-
manual/text/color.rb | 1 -
manual/text/column_box.rb | 1 -
manual/text/fallback_fonts.rb | 4 +-
manual/text/formatted_callbacks.rb | 5 +-
manual/text/paragraph_indentation.rb | 5 +-
manual/text/registering_families.rb | 22 +-
manual/text/rotation.rb | 1 -
manual/text/text.rb | 3 -
manual/text/text_box_overflow.rb | 12 +-
manual/text/utf8.rb | 2 +-
manual/text/win_ansi_charset.rb | 4 +-
prawn.gemspec | 8 +-
spec/acceptance/png.rb | 13 +-
spec/annotations_spec.rb | 49 +-
spec/bounding_box_spec.rb | 209 +++---
spec/column_box_spec.rb | 58 +-
spec/destinations_spec.rb | 6 +-
spec/document_spec.rb | 296 ++++----
spec/extensions/mocha.rb | 1 -
spec/font_metric_cache_spec.rb | 14 +-
spec/font_spec.rb | 205 +++---
spec/formatted_text_arranger_spec.rb | 150 ++--
spec/formatted_text_box_spec.rb | 329 ++++-----
spec/formatted_text_fragment_spec.rb | 113 +--
spec/graphics_spec.rb | 333 +++++----
spec/grid_spec.rb | 57 +-
spec/image_handler_spec.rb | 9 +-
spec/images_spec.rb | 86 ++-
spec/inline_formatted_text_parser_spec.rb | 790 +++++++++++----------
spec/jpg_spec.rb | 10 +-
spec/line_wrap_spec.rb | 109 ++-
spec/measurement_units_spec.rb | 27 +-
spec/outline_spec.rb | 175 ++---
spec/png_spec.rb | 120 ++--
spec/reference_spec.rb | 6 +-
spec/repeater_spec.rb | 46 +-
spec/security_spec.rb | 91 ++-
spec/soft_mask_spec.rb | 9 +-
spec/span_spec.rb | 11 +-
spec/spec_helper.rb | 6 +-
spec/stamp_spec.rb | 63 +-
spec/stroke_styles_spec.rb | 75 +-
spec/text_at_spec.rb | 57 +-
spec/text_box_spec.rb | 325 +++++----
spec/text_rendering_mode_spec.rb | 18 +-
spec/text_spacing_spec.rb | 26 +-
spec/text_spec.rb | 240 +++----
spec/text_with_inline_formatting_spec.rb | 10 +-
spec/transparency_spec.rb | 40 +-
spec/view_spec.rb | 1 -
145 files changed, 3323 insertions(+), 3878 deletions(-)
create mode 100644 debian/patches/0900_rspec3.patch
delete mode 100644 debian/patches/0990_rspec3.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-prawn.git
More information about the Pkg-ruby-extras-commits
mailing list