ruby-diffy 3.4.2-1 source package in Ubuntu

Changelog

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

  [ Vinay Keshava ]
  * Team upload.
  * New upstream version 3.4.2
  * d/control : Bump Standards-Ver to 4.6.1

  [ Debian Janitor ]
  * Use secure copyright file specification URI.
  * Use secure URI in Homepage field.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update watch file format version to 4.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.

 -- Vinay Keshava <email address hidden>  Wed, 28 Sep 2022 20:03:00 +0530

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-diffy_3.4.2-1.dsc 2.0 KiB 76f59c835a5e4c99d46be09b5e1fd40f42864eda0630beb9db1e1cd307378683
ruby-diffy_3.4.2.orig.tar.gz 14.0 KiB 1c11e77109f3840a67094a59b0f33a93f7e40b2402ce386f56a6f4d901a4cc5c
ruby-diffy_3.4.2-1.debian.tar.xz 3.1 KiB 23ef0e091f5110d4c2d52041bee5879605b2546c6d1cf15d6dd69acb01edea48

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.