[DRE-commits] [ruby-prawn] 01/05: Merge tag 'upstream/2.0.2+dfsg'

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 commit to branch master
in repository ruby-prawn.

commit e2b10425b461d66ba5c45244a5878d08f1eaefd8
Merge: e20d293 2d19780
Author: Cédric Boutillier <boutil at debian.org>
Date:   Thu Jul 23 23:18:23 2015 +0200

    Merge tag 'upstream/2.0.2+dfsg'
    
    Upstream version 2.0.2+dfsg
    
    # gpg: Signature made jeu. 23 juil. 2015 23:18:23 CEST
    # gpg:                using RSA key 0x89AF82B739CD217A
    # gpg: Good signature from "Cédric Boutillier <boutil at debian.org>" [ultimate]
    # gpg:                 aka "Cédric Boutillier <cedric.boutillier at upmc.fr>" [ultimate]
    # gpg:                 aka "Cédric Boutillier <cedric.boutillier at polytechnique.org>" [ultimate]
    # gpg:                 aka "Cédric Boutillier <cedric.boutillier at gmail.com>" [ultimate]
    # Primary key fingerprint: 3041 4D81 DC28 290C 2568  6DE3 DA49 58F6 11E1 49E9
    #      Subkey fingerprint: 9CCD 6B31 9DBF 8E40 AB1A  BD1A 89AF 82B7 39CD 217A

 .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 +-
 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 -
 135 files changed, 2875 insertions(+), 3076 deletions(-)

-- 
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