ruby-levenshtein 0.2.2-2build10 source package in Ubuntu

Changelog

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

  * No-change upload due to ruby3.0 transition.

 -- Lucas Kanashiro <email address hidden>  Wed, 17 Nov 2021 18:15:19 -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

Downloads

File Size SHA-256 Checksum
ruby-levenshtein_0.2.2.orig.tar.gz 5.0 KiB 1dd4bb4471adcc7a7c65e5a37815a9bc736b96ef3aacde4cf0dd810f7a613108
ruby-levenshtein_0.2.2-2build10.debian.tar.xz 2.4 KiB 90a875f50bf38edf10805c25364f434f464d7049ebeae19c6c7218778bd5beed
ruby-levenshtein_0.2.2-2build10.dsc 2.2 KiB 74f8dcfb8cdf90f648bbeaafdd13ef3bc46414d2673c8cd7b4225fce20db7d24

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: debug symbols for ruby-levenshtein