ruby-fastimage 1.8.1-1 source package in Ubuntu

Changelog

ruby-fastimage (1.8.1-1) unstable; urgency=medium

  [ Cédric Boutillier ]
  * Bump debhelper compatibility level to 9
  * Remove version in the gem2deb build-dependency
  * 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

  [ Youhei SASAKI ]
  * Imported Upstream version 1.8.1
  * Refresh patch
  * Bump Standard version: 3.9.8

 -- Youhei SASAKI <email address hidden>  Mon, 20 Jun 2016 21:59:27 +0900

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
Bionic release universe misc

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-fastimage_1.8.1-1.dsc 2.0 KiB c3b61573b54a417651e39eb0680ff8e62e4af3b970c55580759af560d5c2f353
ruby-fastimage_1.8.1.orig.tar.gz 3.2 MiB 79ba9e8fc92f405bdb643ea01f2eec6def24b90d075c2ac21b2006c2cf200252
ruby-fastimage_1.8.1-1.debian.tar.xz 3.5 KiB 793e84e32d42e41c4a9b6592caeab7dfb89477c479c39588039b782203bb47fb

Available diffs

No changes file available.

Binary packages built by this source

ruby-fastimage: Ruby library for finding the size or type of image with minimal dependency

 FastImage does this minimal fetch for image types GIF, JPEG, PNG, TIFF,
 BMP and PSD.
 .
 And it doesn't rely on installing external libraries such as RMagick
 (which relies on ImageMagick or GraphicsMagick) or ImageScience (which
 relies on FreeImage).
 .
 You only need supply the uri, and FastImage will do the rest.