[DRE-commits] [ruby-rmagick] 02/11: Merge branch 'upstream'

Antonio Terceiro terceiro at moszumanska.debian.org
Tue Aug 25 23:32:00 UTC 2015


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

terceiro pushed a commit to branch master
in repository ruby-rmagick.

commit e13191f22cf0a28b315574ada207ee65e0576e21
Merge: 68b0afc 483adc1
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Tue Aug 25 18:04:26 2015 -0300

    Merge branch 'upstream'

 .editorconfig                         |   14 +
 .gitignore                            |   21 +
 .hound.yml                            |    2 +
 .rspec                                |    1 +
 .rubocop.yml                          |  340 ++++++
 .simplecov                            |   27 +
 .travis.yml                           |   72 ++
 CHANGELOG.md                          |  911 +++++++++++++++
 CODE_OF_CONDUCT.md                    |   13 +
 CONTRIBUTING.md                       |   50 +
 ChangeLog                             |  773 -------------
 Gemfile                               |   10 +
 LICENSE                               |   20 +
 README-Mac-OSX.txt                    |    1 -
 README.html                           |   10 -
 README.textile                        |  241 ++++
 Rakefile                              |  188 ++++
 before_install_linux.sh               |   26 +
 before_install_osx.sh                 |    2 +
 build_tarball.rake                    |  215 ----
 deprecated/RMagick.rb                 |    6 +
 doc/.cvsignore                        |    1 +
 doc/comtasks.html                     |    6 +-
 doc/constants.html                    |    4 +-
 doc/draw.html                         |    4 +-
 doc/ex/InitialCoords.rb               |   33 +-
 doc/ex/NewCoordSys.rb                 |   44 +-
 doc/ex/OrigCoordSys.rb                |   18 +-
 doc/ex/PreserveAspectRatio.rb         |  365 +++---
 doc/ex/RotateScale.rb                 |   55 +-
 doc/ex/Skew.rb                        |   54 +-
 doc/ex/Use01.rb                       |   15 +-
 doc/ex/Use02.rb                       |   23 +-
 doc/ex/Use03.rb                       |   14 +-
 doc/ex/ViewBox.rb                     |   34 +-
 doc/ex/adaptive_threshold.rb          |    9 +-
 doc/ex/add_noise.rb                   |    9 +-
 doc/ex/affine.rb                      |    8 +-
 doc/ex/affine_transform.rb            |    8 +-
 doc/ex/arc.rb                         |   20 +-
 doc/ex/arcpath.rb                     |   15 +-
 doc/ex/arcs01.rb                      |   20 +-
 doc/ex/arcs02.rb                      |   74 +-
 doc/ex/average.rb                     |   10 +-
 doc/ex/axes.rb                        |    8 +-
 doc/ex/baseline_shift01.rb            |   23 +-
 doc/ex/bilevel_channel.rb             |    5 +-
 doc/ex/blur_image.rb                  |    4 +-
 doc/ex/border.rb                      |    4 +-
 doc/ex/bounding_box.rb                |   20 +-
 doc/ex/cbezier1.rb                    |    7 +-
 doc/ex/cbezier2.rb                    |    7 +-
 doc/ex/cbezier3.rb                    |    7 +-
 doc/ex/cbezier4.rb                    |    7 +-
 doc/ex/cbezier5.rb                    |    5 +-
 doc/ex/cbezier6.rb                    |    6 +-
 doc/ex/channel.rb                     |   21 +-
 doc/ex/charcoal.rb                    |    4 +-
 doc/ex/chop.rb                        |    4 +-
 doc/ex/circle.rb                      |    6 +-
 doc/ex/circle01.rb                    |   13 +-
 doc/ex/clip_path.rb                   |   24 +-
 doc/ex/coalesce.rb                    |   67 +-
 doc/ex/color_fill_to_border.rb        |   12 +-
 doc/ex/color_floodfill.rb             |    4 +-
 doc/ex/color_histogram.rb             |   35 +-
 doc/ex/color_reset.rb                 |    4 +-
 doc/ex/colorize.rb                    |    4 +-
 doc/ex/colors.rb                      |   60 +-
 doc/ex/compose_mask.rb                |   17 +-
 doc/ex/composite.rb                   |   30 +-
 doc/ex/composite_layers.rb            |   30 +-
 doc/ex/composite_tiled.rb             |   12 +-
 doc/ex/contrast.rb                    |   24 +-
 doc/ex/crop.rb                        |    6 +-
 doc/ex/crop_with_gravity.rb           |   30 +-
 doc/ex/cubic01.rb                     |   38 +-
 doc/ex/cubic02.rb                     |  131 ++-
 doc/ex/cycle_colormap.rb              |    4 +-
 doc/ex/dissolve.rb                    |    5 +-
 doc/ex/drawcomp.rb                    |   68 +-
 doc/ex/drop_shadow.rb                 |   16 +-
 doc/ex/edge.rb                        |    4 +-
 doc/ex/ellipse.rb                     |    8 +-
 doc/ex/ellipse01.rb                   |   21 +-
 doc/ex/emboss.rb                      |    4 +-
 doc/ex/enhance.rb                     |    4 +-
 doc/ex/equalize.rb                    |    4 +-
 doc/ex/evenodd.rb                     |   63 +-
 doc/ex/fill_pattern.rb                |   27 +-
 doc/ex/flatten_images.rb              |   26 +-
 doc/ex/flip.rb                        |    4 +-
 doc/ex/flop.rb                        |    4 +-
 doc/ex/font_styles.rb                 |   44 +-
 doc/ex/fonts.rb                       |   28 +-
 doc/ex/frame.rb                       |    6 +-
 doc/ex/gaussian_blur.rb               |    4 +-
 doc/ex/get_multiline_type_metrics.rb  |   13 +-
 doc/ex/get_pixels.rb                  |   27 +-
 doc/ex/get_type_metrics.rb            |   57 +-
 doc/ex/gradientfill.rb                |   24 +-
 doc/ex/grav.rb                        |    9 +-
 doc/ex/gravity.rb                     |  121 +-
 doc/ex/group.rb                       |   32 +-
 doc/ex/hatchfill.rb                   |   20 +-
 doc/ex/image.rb                       |   60 +-
 doc/ex/images/image_with_profile.jpg  |  Bin 0 -> 27862 bytes
 doc/ex/images/logo400x83.gif          |  Bin
 doc/ex/implode.rb                     |   34 +-
 doc/ex/level.rb                       |    4 +-
 doc/ex/level_colors.rb                |    8 +-
 doc/ex/line.rb                        |    9 +-
 doc/ex/line01.rb                      |   24 +-
 doc/ex/mask.rb                        |   17 +-
 doc/ex/matte_fill_to_border.rb        |    5 +-
 doc/ex/matte_floodfill.rb             |    5 +-
 doc/ex/matte_replace.rb               |    5 +-
 doc/ex/median_filter.rb               |    4 +-
 doc/ex/modulate.rb                    |    4 +-
 doc/ex/mono.rb                        |    8 +-
 doc/ex/morph.rb                       |   15 +-
 doc/ex/mosaic.rb                      |   30 +-
 doc/ex/motion_blur.rb                 |    4 +-
 doc/ex/negate.rb                      |    4 +-
 doc/ex/negate_channel.rb              |    4 +-
 doc/ex/nested_rvg.rb                  |   22 +-
 doc/ex/nonzero.rb                     |   63 +-
 doc/ex/normalize.rb                   |    4 +-
 doc/ex/oil_paint.rb                   |    4 +-
 doc/ex/opacity.rb                     |    6 +-
 doc/ex/ordered_dither.rb              |    4 +-
 doc/ex/path.rb                        |    9 +-
 doc/ex/pattern1.rb                    |   20 +-
 doc/ex/pattern2.rb                    |   14 +-
 doc/ex/polaroid.rb                    |   27 +-
 doc/ex/polygon.rb                     |   13 +-
 doc/ex/polygon01.rb                   |   22 +-
 doc/ex/polyline.rb                    |    9 +-
 doc/ex/polyline01.rb                  |   24 +-
 doc/ex/posterize.rb                   |    4 +-
 doc/ex/preview.rb                     |    7 +-
 doc/ex/qbezierpath.rb                 |   10 +-
 doc/ex/quad01.rb                      |   48 +-
 doc/ex/quantize-m.rb                  |   10 +-
 doc/ex/radial_blur.rb                 |    4 +-
 doc/ex/raise.rb                       |    4 +-
 doc/ex/random_threshold_channel.rb    |    4 +-
 doc/ex/rect01.rb                      |   13 +-
 doc/ex/rect02.rb                      |   20 +-
 doc/ex/rectangle.rb                   |    7 +-
 doc/ex/reduce_noise.rb                |    4 +-
 doc/ex/remap.rb                       |   15 +-
 doc/ex/remap_images.rb                |   20 +-
 doc/ex/resize_to_fill.rb              |    8 +-
 doc/ex/resize_to_fit.rb               |    8 +-
 doc/ex/roll.rb                        |    4 +-
 doc/ex/rotate.rb                      |   13 +-
 doc/ex/rotate_f.rb                    |    4 +-
 doc/ex/roundrect.rb                   |    9 +-
 doc/ex/rubyname.rb                    |   22 +-
 doc/ex/rvg_clippath.rb                |   12 +-
 doc/ex/rvg_linecap.rb                 |   51 +-
 doc/ex/rvg_linejoin.rb                |   51 +-
 doc/ex/rvg_opacity.rb                 |   21 +-
 doc/ex/rvg_pattern.rb                 |   30 +-
 doc/ex/rvg_stroke_dasharray.rb        |   13 +-
 doc/ex/segment.rb                     |    4 +-
 doc/ex/sepiatone.rb                   |    5 +-
 doc/ex/shade.rb                       |    4 +-
 doc/ex/shadow.rb                      |    5 +-
 doc/ex/shave.rb                       |    4 +-
 doc/ex/shear.rb                       |    6 +-
 doc/ex/sketch.rb                      |    5 +-
 doc/ex/skewx.rb                       |    9 +-
 doc/ex/skewy.rb                       |    6 +-
 doc/ex/smile.rb                       |  226 ++--
 doc/ex/solarize.rb                    |    4 +-
 doc/ex/sparse_color.rb                |   59 +-
 doc/ex/splice.rb                      |    5 +-
 doc/ex/spread.rb                      |    4 +-
 doc/ex/stegano.rb                     |   68 +-
 doc/ex/stroke_dasharray.rb            |    9 +-
 doc/ex/stroke_fill.rb                 |    9 +-
 doc/ex/stroke_linecap.rb              |    6 +-
 doc/ex/stroke_linejoin.rb             |    6 +-
 doc/ex/stroke_width.rb                |    6 +-
 doc/ex/swirl.rb                       |    4 +-
 doc/ex/text.rb                        |    8 +-
 doc/ex/text01.rb                      |   15 +-
 doc/ex/text_align.rb                  |    4 +-
 doc/ex/text_antialias.rb              |   19 +-
 doc/ex/text_styles.rb                 |   24 +-
 doc/ex/text_undercolor.rb             |    4 +-
 doc/ex/texture_fill_to_border.rb      |   12 +-
 doc/ex/texture_floodfill.rb           |    4 +-
 doc/ex/texturefill.rb                 |   21 +-
 doc/ex/threshold.rb                   |    4 +-
 doc/ex/to_blob.rb                     |    9 +-
 doc/ex/translate.rb                   |   12 +-
 doc/ex/transparent.rb                 |   10 +-
 doc/ex/transpose.rb                   |    4 +-
 doc/ex/transverse.rb                  |    4 +-
 doc/ex/tref01.rb                      |   23 +-
 doc/ex/triangle01.rb                  |   11 +-
 doc/ex/trim.rb                        |    3 +-
 doc/ex/tspan01.rb                     |   17 +-
 doc/ex/tspan02.rb                     |   20 +-
 doc/ex/tspan03.rb                     |   20 +-
 doc/ex/unsharp_mask.rb                |    4 +-
 doc/ex/viewex.rb                      |   40 +-
 doc/ex/vignette.rb                    |    4 +-
 doc/ex/watermark.rb                   |   31 +-
 doc/ex/wave.rb                        |    4 +-
 doc/ex/wet_floor.rb                   |   35 +-
 doc/ex/writing_mode01.rb              |   17 +-
 doc/ex/writing_mode02.rb              |   16 +-
 doc/ilist.html                        |    6 +-
 doc/image1.html                       |    4 +-
 doc/image2.html                       |    4 +-
 doc/image3.html                       |    4 +-
 doc/imageattrs.html                   |    4 +-
 doc/imusage.html                      |    4 +-
 doc/index.html                        |    6 +-
 doc/info.html                         |    4 +-
 doc/magick.html                       |    4 +-
 doc/optequiv.html                     |    4 +-
 doc/rvg.html                          |    4 +-
 doc/rvgclip.html                      |    4 +-
 doc/rvggroup.html                     |    4 +-
 doc/rvgimage.html                     |    4 +-
 doc/rvgpattern.html                   |    4 +-
 doc/rvgshape.html                     |    4 +-
 doc/rvgstyle.html                     |    4 +-
 doc/rvgtext.html                      |    4 +-
 doc/rvgtspan.html                     |    4 +-
 doc/rvgtut.html                       |    4 +-
 doc/rvguse.html                       |    4 +-
 doc/rvgxform.html                     |    4 +-
 doc/struct.html                       |    4 +-
 doc/usage.html                        |   20 +-
 examples/constitute.rb                |   12 +-
 examples/crop_with_gravity.rb         |   30 +-
 examples/demo.rb                      |  610 +++++-----
 examples/describe.rb                  |   55 +-
 examples/find_similar_region.rb       |   32 +-
 examples/histogram.rb                 |  460 ++++----
 examples/identify.rb                  |  332 +++---
 examples/image_opacity.rb             |    8 +-
 examples/import_export.rb             |   20 +-
 examples/pattern_fill.rb              |   18 +-
 examples/rotating_text.rb             |   27 +-
 examples/spinner.rb                   |   37 +-
 examples/thumbnail.rb                 |   27 +-
 examples/vignette.rb                  |   17 +-
 ext/RMagick/MANIFEST                  |  358 ------
 ext/RMagick/extconf.rb                |  796 +++++++------
 ext/RMagick/rmagick.c                 |   45 +-
 ext/RMagick/rmagick.h                 |   20 +-
 ext/RMagick/rmdraw.c                  |   91 +-
 ext/RMagick/rmenum.c                  |   29 +-
 ext/RMagick/rmfill.c                  |   55 +-
 ext/RMagick/rmilist.c                 |  287 +++--
 ext/RMagick/rmimage.c                 | 1540 ++++++++++++++++----------
 ext/RMagick/rminfo.c                  |   73 +-
 ext/RMagick/rmmain.c                  |   50 +-
 ext/RMagick/rmmontage.c               |   16 +-
 ext/RMagick/rmpixel.c                 |   75 +-
 ext/RMagick/rmstruct.c                |  141 ++-
 ext/RMagick/rmutil.c                  |  112 +-
 lib/RMagick.rb                        | 1962 ---------------------------------
 lib/rmagick.rb                        |    1 +
 lib/rmagick/version.rb                |    5 +
 lib/rmagick_internal.rb               | 1948 ++++++++++++++++++++++++++++++++
 lib/rvg/clippath.rb                   |   75 +-
 lib/rvg/container.rb                  |  239 ++--
 lib/rvg/deep_equal.rb                 |   96 +-
 lib/rvg/describable.rb                |   88 +-
 lib/rvg/embellishable.rb              |  794 +++++++------
 lib/rvg/misc.rb                       | 1411 ++++++++++++------------
 lib/rvg/paint.rb                      |   89 +-
 lib/rvg/pathdata.rb                   |  245 ++--
 lib/rvg/rvg.rb                        |  426 +++----
 lib/rvg/stretchable.rb                |  321 +++---
 lib/rvg/stylable.rb                   |  226 ++--
 lib/rvg/text.rb                       |   33 +-
 lib/rvg/transformable.rb              |  247 ++---
 lib/rvg/units.rb                      |  119 +-
 metaconfig                            |    7 -
 metadata.yml                          |  748 +++++++------
 post-clean.rb                         |   12 -
 post-install.rb                       |   50 -
 post-setup.rb                         |  254 -----
 rmagick.gemspec                       |   50 +-
 setup.rb                              | 1585 --------------------------
 spec/rmagick/ImageList1_spec.rb       |   24 +
 spec/rmagick/draw_spec.rb             |  156 +++
 spec/rmagick/image/blue_shift_spec.rb |   16 +
 spec/rmagick/image/composite_spec.rb  |  140 +++
 spec/rmagick/image/constitute_spec.rb |   15 +
 spec/rmagick/image/dispatch_spec.rb   |   18 +
 spec/rmagick/image/from_blob_spec.rb  |   14 +
 spec/rmagick/image/ping_spec.rb       |   14 +
 spec/rmagick/image/properties_spec.rb |   29 +
 spec/spec_helper.rb                   |    4 +
 test/Image1.rb                        |  565 ++++++++++
 test/Image2.rb                        | 1304 ++++++++++++++++++++++
 test/Image3.rb                        | 1030 +++++++++++++++++
 test/ImageList1.rb                    |  806 ++++++++++++++
 test/ImageList2.rb                    |  385 +++++++
 test/Image_attributes.rb              |  697 ++++++++++++
 test/Import_Export.rb                 |  121 ++
 test/Info.rb                          |  345 ++++++
 test/Magick.rb                        |  321 ++++++
 test/Pixel.rb                         |  116 ++
 test/Preview.rb                       |   57 +
 test/cmyk.icm                         |  Bin 0 -> 424664 bytes
 test/srgb.icm                         |  Bin 0 -> 3144 bytes
 test/test_all_basic.rb                |   38 +
 test/tmpnam_test.rb                   |   50 +
 uninstall.rb                          |   76 --
 320 files changed, 17599 insertions(+), 12128 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-rmagick.git



More information about the Pkg-ruby-extras-commits mailing list