ruby-sprite-factory 1.7.1-3 source package in Ubuntu

Changelog

ruby-sprite-factory (1.7.1-3) unstable; urgency=medium

  * Team upload.

  [ Cédric Boutillier ]
  * Use https:// in Vcs-* fields
  * Use https:// in Vcs-* fields
  * Bump Standards-Version to 3.9.7 (no changes needed)
  * Run wrap-and-sort on packaging files

  [ Lucas Kanashiro ]
  * Add patch to skip upstream failing test
  * Bump debhelper compatibility level to 12
  * Declare compliance with Debian Policy 4.3.0
  * Update VCS link to point to salsa
  * Use autopkgtest-pkg-ruby in Testsuite field
  * debian/copyright: use secure url in Format field
  * debian/watch: use gemwatch.debian.net

 -- Lucas Kanashiro <email address hidden>  Thu, 21 Feb 2019 09:26:52 -0300

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-sprite-factory_1.7.1-3.dsc 2.1 KiB 0c24cdb534ed65dcc5de408d3881198711dd7c759078b224fd8ed93674038719
ruby-sprite-factory_1.7.1.orig.tar.gz 1005.3 KiB 2ed062681c009f056ed419e596d42a8b9a264335abafddff93e5c21a8f342818
ruby-sprite-factory_1.7.1-3.debian.tar.xz 3.0 KiB 56c9b6b3ebd4e7a7fd26b5c8d07ecad141718da4b60f08ab7d0eb12663c1ed29

Available diffs

No changes file available.

Binary packages built by this source

ruby-sprite-factory: automatic css sprite generator

 The sprite factory is a ruby library that can be used to generate
 CSS sprites. It combines individual image files from a directory
 into a single unified sprite image and creates an appropriate CSS
 stylesheet for use in your web application.
 .
 The library provides:
  * both a ruby API and a command line script.
  * many customizable options.
  * support for multiple layout algorithms - horizontal, vertical or
    packed.
  * support for any stylesheet syntax, including CSS and Sass.
  * support for any image library, including RMagick and ChunkyPNG.
  * support for any css selector style, including :hover pseudo-class
    selectors.
  * support for pngcrush'n the generated image file.
  * compatible with Rails 3.1 asset pipeline.