ruby-diffy 3.2.1-1 source package in Ubuntu

Changelog

ruby-diffy (3.2.1-1) unstable; urgency=medium

  * New upstream version 3.2.1
  * Use salsa.debian.org in Vcs-* fields
  * Move debian/watch to gemwatch.debian.net
  * Bump debhelper compatibility level to 11
  * Bump Standards-Version to 4.1.5 (no changes needed)
  * Update 01-fix_library_path.patch
    + Extend library path fix to all spec files (Closes: #830096)
  * Remove debian/tests and set Testsuite to autopkgtest-pkg-ruby

 -- Cédric Boutillier <email address hidden>  Wed, 01 Aug 2018 03:00:58 +0200

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

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-diffy_3.2.1-1.dsc 1.6 KiB 0e8ff2b02c2f56a2d3dd2d6cbb663e8cf6d09397dac717008cd1517709f99527
ruby-diffy_3.2.1.orig.tar.gz 13.5 KiB d74c99fd508f3848f733e846588cb0b05e1f554ef6cf830dbbf7399386626656
ruby-diffy_3.2.1-1.debian.tar.xz 2.7 KiB e115162691dda9fe670c7bfa3671e63a2eda5d77c6a10d40d6fc16ca5d6bd0fb

Available diffs

No changes file available.

Binary packages built by this source

ruby-diffy: convenient way to diff strings in Ruby

 Diffy is a Ruby library providing a convenient way to generate a diff
 from two strings or files.
 .
 Instead of reimplementing the LCS diff algorithm, Diffy uses battle tested
 Unix diff to generate diffs, and focuses on providing a convenient interface.