ruby-levenshtein 0.2.2-2build11 source package in Ubuntu

Changelog

ruby-levenshtein (0.2.2-2build11) jammy; urgency=medium

  * No-change upload due to ruby3.0 transition, remove ruby2.7 support.

 -- Lucas Kanashiro <email address hidden>  Fri, 03 Dec 2021 15:05:47 -0300

Upload details

Uploaded by:
Lucas Kanashiro
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
ruby-levenshtein_0.2.2.orig.tar.gz 5.0 KiB 1dd4bb4471adcc7a7c65e5a37815a9bc736b96ef3aacde4cf0dd810f7a613108
ruby-levenshtein_0.2.2-2build11.debian.tar.xz 2.5 KiB 5e29ed2bc19524b94e1a29111773d1fd3fb51f77a30add568bb05d42567ff9d7
ruby-levenshtein_0.2.2-2build11.dsc 2.2 KiB a2ba4e46de6d551c42e6bafc55e0832b9d01953df5c3509fa3e90752a3256732

Available diffs

View changes file

Binary packages built by this source

ruby-levenshtein: calculates the Levenshtein distance between two sequences

 The Levenshtein distance is a metric for measuring the amount of difference
 between two sequences (i.e., the so called edit distance). The Levenshtein
 distance between two sequences is given by the minimum number of operations
 needed to transform one sequence into the other, where an operation is an
 insertion, deletion, or substitution of a single element.
 .
 This Ruby library can work on strings, arrays or any other objects provided
 the sequences respond to :each and the objects to :hash and :eql?.

ruby-levenshtein-dbgsym: No summary available for ruby-levenshtein-dbgsym in ubuntu kinetic.

No description available for ruby-levenshtein-dbgsym in ubuntu kinetic.