ruby-levenshtein 0.2.2-2build9 source package in Ubuntu

Changelog

ruby-levenshtein (0.2.2-2build9) focal; urgency=medium

  [ Rafael David Tinoco ]
  * Sponsoring ruby2.7 transitions

  [ Lucas Kanashiro ]
  * No-change rebuild for ruby2.7

 -- Rafael David Tinoco <email address hidden>  Wed, 26 Feb 2020 17:10:40 +0000

Upload details

Uploaded by:
Rafael David Tinoco
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal 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-2build9.debian.tar.xz 2.4 KiB 38febe890eb7d830e62c9ed199398cd3353b4f8f25632a7303e77df017c840d1
ruby-levenshtein_0.2.2-2build9.dsc 2.1 KiB 78a937e9fc958a744e2b1ce3ee3515e70660760e93ad521809f31dbd8b62c7cf

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 impish.

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