[DRE-commits] [ruby-mini-magick] branch master updated (52d15f8 -> 5518014)

Markus Tornow nadir-guest at moszumanska.debian.org
Sun Dec 15 18:28:04 UTC 2013


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

nadir-guest pushed a change to branch master
in repository ruby-mini-magick.

      from  52d15f8   adding gh to dversionmangle
      adds  0f9a6f0   Imported Upstream version 3.7.0
       new  96c9066   Merge tag 'upstream/3.7.0'
       new  5518014   adding debian/TODO

The 2 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:
 .travis.yml                                  |   4 +-
 CHANGELOG                                    |  16 -
 MIT-LICENSE                                  |   0
 README.md                                    |  15 +-
 Rakefile                                     |  14 +-
 debian/TODO                                  |   5 +
 lib/mini_magick.rb                           | 524 +++------------------------
 lib/mini_magick/command_builder.rb           | 104 ++++++
 lib/mini_magick/errors.rb                    |   4 +
 lib/{mini_magick.rb => mini_magick/image.rb} | 155 ++------
 lib/mini_magick/utilities.rb                 |  31 ++
 lib/mini_magick/version.rb                   |   2 +-
 mini_magick.gemspec                          |   2 +
 {test => spec}/files/actually_a_gif.jpg      | Bin
 {test => spec}/files/animation.gif           | Bin
 {test => spec}/files/composited.jpg          | Bin
 {test => spec}/files/erroneous.jpg           | Bin
 {test => spec}/files/leaves (spaced).tiff    | Bin
 {test => spec}/files/not_an_image.php        |   0
 {test => spec}/files/png.png                 | Bin
 {test => spec}/files/simple-minus.gif        | Bin
 {test => spec}/files/simple.gif              | Bin
 {test => spec}/files/trogdor.jpg             | Bin
 {test => spec}/files/trogdor_capitalized.JPG | Bin
 spec/lib/mini_magick/command_builder_spec.rb | 135 +++++++
 spec/lib/mini_magick/image_spec.rb           | 359 ++++++++++++++++++
 spec/lib/mini_magick_spec.rb                 |  57 +++
 spec/spec_helper.rb                          |  26 ++
 test/command_builder_test.rb                 |  90 -----
 "test/files/special! \"chars'.gif"           | Bin 4707 -> 0 bytes
 test/image_test.rb                           | 384 --------------------
 test/leaves (spaced).tiff                    | Bin 8796 -> 0 bytes
 test/test_helper.rb                          |  22 --
 test/trogdor_capitalized.JPG                 | Bin 4621 -> 0 bytes
 34 files changed, 806 insertions(+), 1143 deletions(-)
 delete mode 100644 CHANGELOG
 mode change 100755 => 100644 MIT-LICENSE
 mode change 100755 => 100644 README.md
 mode change 100755 => 100644 Rakefile
 create mode 100644 debian/TODO
 create mode 100644 lib/mini_magick/command_builder.rb
 create mode 100644 lib/mini_magick/errors.rb
 copy lib/{mini_magick.rb => mini_magick/image.rb} (71%)
 create mode 100644 lib/mini_magick/utilities.rb
 rename {test => spec}/files/actually_a_gif.jpg (100%)
 rename {test => spec}/files/animation.gif (100%)
 rename {test => spec}/files/composited.jpg (100%)
 rename {test => spec}/files/erroneous.jpg (100%)
 rename {test => spec}/files/leaves (spaced).tiff (100%)
 rename {test => spec}/files/not_an_image.php (100%)
 rename {test => spec}/files/png.png (100%)
 rename {test => spec}/files/simple-minus.gif (100%)
 rename {test => spec}/files/simple.gif (100%)
 rename {test => spec}/files/trogdor.jpg (100%)
 rename {test => spec}/files/trogdor_capitalized.JPG (100%)
 create mode 100644 spec/lib/mini_magick/command_builder_spec.rb
 create mode 100644 spec/lib/mini_magick/image_spec.rb
 create mode 100644 spec/lib/mini_magick_spec.rb
 create mode 100644 spec/spec_helper.rb
 delete mode 100755 test/command_builder_test.rb
 delete mode 100644 "test/files/special! \"chars'.gif"
 delete mode 100644 test/image_test.rb
 delete mode 100644 test/leaves (spaced).tiff
 delete mode 100644 test/test_helper.rb
 delete mode 100755 test/trogdor_capitalized.JPG

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



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