ruby-levenshtein 0.2.2-3build3 source package in Ubuntu

Changelog

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

  * No-change upload to add support for ruby3.2.

 -- Lucas Kanashiro <email address hidden>  Fri, 02 Feb 2024 01:47:39 -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

Downloads

File Size SHA-256 Checksum
ruby-levenshtein_0.2.2.orig.tar.gz 5.0 KiB 1dd4bb4471adcc7a7c65e5a37815a9bc736b96ef3aacde4cf0dd810f7a613108
ruby-levenshtein_0.2.2-3build3.debian.tar.xz 2.4 KiB 683289f470309dbe26e6aec37ce24257d6c0ba5142cdd637a7b6fad54672fb19
ruby-levenshtein_0.2.2-3build3.dsc 2.0 KiB f8c73051833c14e31527459462ead45a673a36bcee2f6d1ad15c1dbd1ec2ec7c

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