ruby-image-science 1.3.1-1 source package in Ubuntu

Changelog

ruby-image-science (1.3.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * d/patches/explicitly_require_minitest: Add Forwarded field.

 -- Daniel Leidert <email address hidden>  Thu, 15 Oct 2020 19:25:00 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe ruby
Noble release universe ruby
Mantic release universe ruby
Lunar release universe ruby
Jammy release universe ruby

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-image-science_1.3.1-1.dsc 2.1 KiB 4d8ead04b9218509f91ec9dd06a25072dd521cb4c256d4d84fb36cf6709c559c
ruby-image-science_1.3.1.orig.tar.gz 13.2 KiB 25773d39e474c55c396d65f6ae6368d6c9879f08112c5a13d7f8d139a4526be4
ruby-image-science_1.3.1-1.debian.tar.xz 5.6 KiB 0e0944c649b57747fba42934235cbfe106f4e4fab27729292719bfb710d87c72

Available diffs

No changes file available.

Binary packages built by this source

ruby-image-science: Clean Ruby library to provide simple transformations on images

 ImageScience is a clean Ruby library allowing for simple
 transformations on images, mainly geared towards generating thumbnails
 - The provided functions aim at scaling and cropping images.
 .
 Emphasis is made on keeping the code as lean as possible (at less than
 200 LoC), and on correctness to avoid memory leaks and similar
 problems that often accompany similar libraries.