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

Cédric Boutillier boutil at moszumanska.debian.org
Mon Sep 8 14:04:23 UTC 2014


This is an automated email from the git hooks/post-receive script.

boutil pushed a commit to branch master
in repository ruby-prawn.

commit 22f4b8d0a3033bba580c64d9f27611aa747fd54e
Merge: 4e1958a 43ae98f
Author: Cédric Boutillier <boutil at debian.org>
Date:   Wed Jul 2 18:34:22 2014 +0200

    Merge tag 'upstream/1.1.0+dfsg'
    
    Upstream version 1.1.0+dfsg
    
    # gpg: Signature faite le mer. 02 juil. 2014 18:34:17 CEST avec la clef RSA d'identifiant 39CD217A
    # gpg: Bonne signature de « Cédric Boutillier <boutil at debian.org> »
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at upmc.fr> »
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at polytechnique.org> »
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at gmail.com> »

 .gitignore                                         |   1 +
 .rubocop.yml                                       | 189 ++++++++++
 README.md                                          |  12 +-
 Rakefile                                           |   6 +-
 VERSION                                            |   2 +-
 bench/afm_text_bench.rb                            |  24 +-
 bench/png_type_6.rb                                |  22 +-
 bench/png_type_6_objects.rb                        |   2 +
 bench/table_bench.rb                               |   8 +-
 bench/ttf_text_bench.rb                            |  28 +-
 lib/prawn.rb                                       |   8 +-
 lib/prawn/document.rb                              |  14 +-
 lib/prawn/document/bounding_box.rb                 |   2 +-
 lib/prawn/document/column_box.rb                   |   6 +-
 lib/prawn/document/internals.rb                    |   2 +-
 lib/prawn/font.rb                                  |  32 +-
 lib/prawn/font/afm.rb                              |   8 +-
 lib/prawn/font_metric_cache.rb                     |   2 +-
 lib/prawn/grid.rb                                  |   4 +-
 lib/prawn/image_handler.rb                         |   4 +-
 lib/prawn/images/jpg.rb                            |   2 +-
 lib/prawn/layout.rb                                |  17 -
 lib/prawn/measurement_extensions.rb                |   2 +-
 lib/prawn/outline.rb                               |   4 +-
 lib/prawn/security.rb                              |   2 +-
 lib/prawn/security/arcfour.rb                      |   6 +-
 lib/prawn/table.rb                                 |  16 +-
 lib/prawn/table/cell.rb                            |   2 +-
 lib/prawn/table/cells.rb                           |  51 +--
 lib/prawn/table/column_width_calculator.rb         | 141 ++++++-
 lib/prawn/text.rb                                  |   2 +-
 lib/prawn/text/formatted.rb                        |   2 +
 lib/prawn/text/formatted/arranger.rb               |   2 +-
 lib/prawn/text/formatted/box.rb                    |  10 +-
 lib/prawn/text/formatted/line_wrap.rb              |   2 +-
 lib/prawn/text/formatted/wrap.rb                   |   2 +
 lib/prawn/utilities.rb                             |   6 +-
 manual/absolute_position.pdf                       | Bin 0 -> 38574 bytes
 manual/basic_concepts/adding_pages.rb              |   6 +-
 manual/basic_concepts/basic_concepts.rb            |  12 +-
 manual/basic_concepts/cursor.rb                    |  10 +-
 manual/basic_concepts/measurement.rb               |   4 +-
 manual/basic_concepts/origin.rb                    |   6 +-
 manual/basic_concepts/other_cursor_helpers.rb      |  12 +-
 manual/bounding_box/bounding_box.rb                |  12 +-
 manual/bounding_box/bounds.rb                      |  12 +-
 manual/bounding_box/canvas.rb                      |   4 +-
 manual/bounding_box/creation.rb                    |   6 +-
 manual/bounding_box/indentation.rb                 |  18 +-
 manual/bounding_box/nesting.rb                     |  16 +-
 manual/bounding_box/russian_boxes.rb               |   2 +-
 manual/bounding_box/stretchy.rb                    |  16 +-
 manual/{manual/manual.rb => contents.rb}           |  15 +-
 manual/{manual => }/cover.rb                       |  12 +-
 manual/document_and_page_options/background.rb     |   4 +-
 .../document_and_page_options.rb                   |   8 +-
 manual/document_and_page_options/metadata.rb       |   4 +-
 manual/document_and_page_options/page_margins.rb   |   4 +-
 manual/document_and_page_options/page_size.rb      |   6 +-
 manual/example_file.rb                             | 111 ------
 manual/example_helper.rb                           | 414 +--------------------
 manual/example_package.rb                          |  53 ---
 manual/example_section.rb                          |  46 ---
 manual/graphics/circle_and_ellipse.rb              |   8 +-
 manual/graphics/color.rb                           |   8 +-
 manual/graphics/common_lines.rb                    |  10 +-
 manual/graphics/fill_and_stroke.rb                 |  10 +-
 manual/graphics/fill_rules.rb                      |   2 +-
 manual/graphics/gradients.rb                       |   2 +-
 manual/graphics/graphics.rb                        |  16 +-
 manual/graphics/helper.rb                          |   2 +-
 manual/graphics/line_width.rb                      |  10 +-
 manual/graphics/lines_and_curves.rb                |  10 +-
 manual/graphics/polygon.rb                         |   8 +-
 manual/graphics/rectangle.rb                       |   6 +-
 manual/graphics/rotate.rb                          |  10 +-
 manual/graphics/scale.rb                           |  10 +-
 manual/graphics/soft_masks.rb                      |   2 +-
 manual/graphics/stroke_cap.rb                      |   6 +-
 manual/graphics/stroke_dash.rb                     |   2 +-
 manual/graphics/stroke_join.rb                     |   8 +-
 manual/graphics/translate.rb                       |  10 +-
 manual/graphics/transparency.rb                    |  10 +-
 manual/{manual => }/how_to_read_this_manual.rb     |  33 +-
 manual/images/absolute_position.rb                 |   6 +-
 manual/images/fit.rb                               |   4 +-
 manual/images/horizontal.rb                        |   6 +-
 manual/images/images.rb                            |  14 +-
 manual/images/plain_image.rb                       |   2 +-
 manual/images/scale.rb                             |   6 +-
 manual/images/vertical.rb                          |   6 +-
 manual/images/width_and_height.rb                  |   6 +-
 manual/layout/boxes.rb                             |   8 +-
 manual/layout/content.rb                           |   6 +-
 manual/layout/layout.rb                            |  10 +-
 manual/layout/simple_grid.rb                       |   4 +-
 manual/outline/add_subsection_to.rb                |  14 +-
 manual/outline/insert_section_after.rb             |  10 +-
 manual/outline/outline.rb                          |  12 +-
 manual/outline/sections_and_pages.rb               |  18 +-
 manual/repeatable_content/page_numbering.rb        |   6 +-
 manual/repeatable_content/repeatable_content.rb    |  10 +-
 manual/repeatable_content/repeater.rb              |   8 +-
 manual/repeatable_content/stamp.rb                 |   8 +-
 manual/security/encryption.rb                      |   4 +-
 manual/security/permissions.rb                     |   4 +-
 manual/security/security.rb                        |  10 +-
 manual/syntax_highlight.rb                         |  52 ---
 manual/table/basic_block.rb                        |  10 +-
 manual/table/before_rendering_page.rb              |   2 +-
 manual/table/cell_border_lines.rb                  |   8 +-
 manual/table/cell_borders_and_bg.rb                |   8 +-
 manual/table/cell_dimensions.rb                    |   6 +-
 manual/table/cell_text.rb                          |  12 +-
 manual/table/column_widths.rb                      |   8 +-
 manual/table/content_and_subtables.rb              |  10 +-
 manual/table/creation.rb                           |   4 +-
 manual/table/filtering.rb                          |  12 +-
 manual/table/flow_and_header.rb                    |   4 +-
 manual/table/image_cells.rb                        |   2 +-
 manual/table/position.rb                           |   2 +-
 manual/table/row_colors.rb                         |   6 +-
 manual/table/span.rb                               |   2 +-
 manual/table/style.rb                              |   6 +-
 manual/table/table.rb                              |  14 +-
 manual/table/width.rb                              |   6 +-
 manual/text/alignment.rb                           |   2 +-
 manual/text/color.rb                               |   2 +-
 manual/text/column_box.rb                          |   2 +-
 manual/text/fallback_fonts.rb                      |   6 +-
 manual/text/font.rb                                |  14 +-
 manual/text/font_size.rb                           |  18 +-
 manual/text/font_style.rb                          |   6 +-
 manual/text/formatted_callbacks.rb                 |   6 +-
 manual/text/formatted_text.rb                      |   6 +-
 manual/text/free_flowing_text.rb                   |  12 +-
 manual/text/inline.rb                              |  10 +-
 manual/text/kerning_and_character_spacing.rb       |  14 +-
 manual/text/leading.rb                             |   8 +-
 manual/text/line_wrapping.rb                       |   8 +-
 manual/text/paragraph_indentation.rb               |   6 +-
 manual/text/positioned_text.rb                     |   6 +-
 manual/text/registering_families.rb                |  12 +-
 manual/text/rendering_and_color.rb                 |   4 +-
 manual/text/right_to_left_text.rb                  |   4 +-
 manual/text/rotation.rb                            |   8 +-
 manual/text/single_usage.rb                        |   6 +-
 manual/text/text.rb                                |  18 +-
 manual/text/text_box_excess.rb                     |   4 +-
 manual/text/text_box_extensions.rb                 |   6 +-
 manual/text/text_box_overflow.rb                   |   8 +-
 manual/text/utf8.rb                                |  10 +-
 manual/text/win_ansi_charset.rb                    |   2 +-
 prawn.gemspec                                      |   8 +-
 spec/acceptance/png.rb                             |   8 +-
 spec/cell_spec.rb                                  |   1 +
 spec/column_box_spec.rb                            |   2 +-
 spec/extensions/encoding_helpers.rb                |   2 +
 spec/extensions/mocha.rb                           |   2 +
 spec/font_spec.rb                                  |  15 +
 spec/measurement_units_spec.rb                     |   2 +
 spec/repeater_spec.rb                              |   2 +
 spec/soft_mask_spec.rb                             |   2 +
 spec/stamp_spec.rb                                 |   2 +
 spec/table_spec.rb                                 | 113 +++++-
 spec/text_spec.rb                                  |   2 +-
 spec/transparency_spec.rb                          |   2 +
 167 files changed, 1063 insertions(+), 1305 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