ruby-levenshtein 0.2.2-3build4 source package in Ubuntu

Changelog

ruby-levenshtein (0.2.2-3build4) noble; urgency=medium

  * No-change upload to remove support of ruby3.1.

 -- Lucas Kanashiro <email address hidden>  Tue, 20 Feb 2024 03:07:38 -0300

Upload details

Uploaded by:
Lucas Kanashiro
Uploaded to:
Noble
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble 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-3build4.debian.tar.xz 2.4 KiB 5b2f01acd1e9d2f57e29a8f238f5bb50a1ee533bf800aac0de16ddd42624a72f
ruby-levenshtein_0.2.2-3build4.dsc 2.0 KiB ac60f6da7437eb665a253025d14c89b2f119d34b9dd465c52e8b3a6a4b6aeeb7

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