[DRE-commits] [ruby-sprite-factory] branch master updated (6d63ec1 -> 5d8fc2a)

Andrew Lee ajqlee at moszumanska.debian.org
Fri Dec 18 19:55:27 UTC 2015


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

ajqlee pushed a change to branch master
in repository ruby-sprite-factory.

      from  6d63ec1   debian/copyright: renamed to Expat from MIT and make it same as upstream license for debian/*.
       new  fc5875f   Merging upstream version 1.7.1.
       new  5d8fc2a   Description fix.

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:
 README.md                                        |   2 +-
 RELEASE_NOTES.md                                 |   5 ++++
 debian/changelog                                 |   2 +-
 debian/control                                   |  19 ++++++++++++--
 lib/sprite_factory.rb                            |   4 +--
 lib/sprite_factory/runner.rb                     |  15 +++++++++++-
 metadata.yml                                     |   8 ++++--
 test/images/custom/custom.css                    |   0
 test/images/custom/running.png                   | Bin
 test/images/custom/stopped.png                   | Bin
 test/images/formats/thief.png                    | Bin
 test/images/glob/excluded1.png                   | Bin
 test/images/glob/excluded2.png                   | Bin
 test/images/glob/included1.png                   | Bin
 test/images/glob/included2.png                   | Bin
 test/images/glob/included3.png                   | Bin
 test/images/hover/div.bar__img.icon--active.png  | Bin
 test/images/hover/div.bar__img.icon--focus.png   | Bin
 test/images/hover/div.bar__img.icon--hover.png   | Bin
 test/images/hover/div.bar__img.icon--link.png    | Bin
 test/images/hover/div.bar__img.icon--visited.png | Bin
 test/images/hover/div.bar__img.icon.png          | Bin
 test/images/hover/div.foo__img.icon--active.png  | Bin
 test/images/hover/div.foo__img.icon--focus.png   | Bin
 test/images/hover/div.foo__img.icon--hover.png   | Bin
 test/images/hover/div.foo__img.icon--link.png    | Bin
 test/images/hover/div.foo__img.icon--visited.png | Bin
 test/images/hover/div.foo__img.icon.png          | Bin
 test/images/irregular/irregular1.png             | Bin
 test/images/irregular/irregular2.png             | Bin
 test/images/irregular/irregular3.png             | Bin
 test/images/irregular/irregular4.png             | Bin
 test/images/irregular/irregular5.png             | Bin
 test/images/names/Odd.Period.png                 | Bin
 test/images/reference/irregular.filtered.css     |  20 +++++++++++++++
 test/images/reference/irregular.filtered.png     | Bin 0 -> 3855 bytes
 test/images/reference/regular.filtered.css       |  20 +++++++++++++++
 test/images/reference/regular.filtered.png       | Bin 0 -> 28510 bytes
 test/images/subfolders/england/amy.png           | Bin
 test/images/subfolders/england/bob.png           | Bin
 test/images/subfolders/france/bob.png            | Bin
 test/images/subfolders/usa/amy.png               | Bin
 test/images/subfolders/usa/bob.png               | Bin
 test/integration_test.rb                         |  12 +++++++++
 test/runner_test.rb                              |  30 ++++++++++++++++++++---
 test/test_case.rb                                |   2 +-
 46 files changed, 126 insertions(+), 13 deletions(-)
 mode change 100755 => 100644 test/images/custom/custom.css
 mode change 100755 => 100644 test/images/custom/running.png
 mode change 100755 => 100644 test/images/custom/stopped.png
 mode change 100755 => 100644 test/images/formats/thief.png
 mode change 100755 => 100644 test/images/glob/excluded1.png
 mode change 100755 => 100644 test/images/glob/excluded2.png
 mode change 100755 => 100644 test/images/glob/included1.png
 mode change 100755 => 100644 test/images/glob/included2.png
 mode change 100755 => 100644 test/images/glob/included3.png
 mode change 100755 => 100644 test/images/hover/div.bar__img.icon--active.png
 mode change 100755 => 100644 test/images/hover/div.bar__img.icon--focus.png
 mode change 100755 => 100644 test/images/hover/div.bar__img.icon--hover.png
 mode change 100755 => 100644 test/images/hover/div.bar__img.icon--link.png
 mode change 100755 => 100644 test/images/hover/div.bar__img.icon--visited.png
 mode change 100755 => 100644 test/images/hover/div.bar__img.icon.png
 mode change 100755 => 100644 test/images/hover/div.foo__img.icon--active.png
 mode change 100755 => 100644 test/images/hover/div.foo__img.icon--focus.png
 mode change 100755 => 100644 test/images/hover/div.foo__img.icon--hover.png
 mode change 100755 => 100644 test/images/hover/div.foo__img.icon--link.png
 mode change 100755 => 100644 test/images/hover/div.foo__img.icon--visited.png
 mode change 100755 => 100644 test/images/hover/div.foo__img.icon.png
 mode change 100755 => 100644 test/images/irregular/irregular1.png
 mode change 100755 => 100644 test/images/irregular/irregular2.png
 mode change 100755 => 100644 test/images/irregular/irregular3.png
 mode change 100755 => 100644 test/images/irregular/irregular4.png
 mode change 100755 => 100644 test/images/irregular/irregular5.png
 mode change 100755 => 100644 test/images/names/Odd.Period.png
 create mode 100644 test/images/reference/irregular.filtered.css
 create mode 100644 test/images/reference/irregular.filtered.png
 create mode 100644 test/images/reference/regular.filtered.css
 create mode 100644 test/images/reference/regular.filtered.png
 mode change 100755 => 100644 test/images/subfolders/england/amy.png
 mode change 100755 => 100644 test/images/subfolders/england/bob.png
 mode change 100755 => 100644 test/images/subfolders/france/bob.png
 mode change 100755 => 100644 test/images/subfolders/usa/amy.png
 mode change 100755 => 100644 test/images/subfolders/usa/bob.png

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



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