ruby-version-sorter 2.3.0-1build1 source package in Ubuntu

Changelog

ruby-version-sorter (2.3.0-1build1) noble; urgency=medium

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

 -- Lucas Kanashiro <email address hidden>  Fri, 02 Feb 2024 04:34:48 -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-version-sorter_2.3.0.orig.tar.gz 10.5 KiB 82ee9c3adfcf9aff755ee82f5201ac88057336d7b9ae34ed252bbbd4c3043935
ruby-version-sorter_2.3.0-1build1.debian.tar.xz 3.0 KiB 54d1e78b9b9906e7f0a0e92fa8eb1eb70dd9c518f794a792f21955bdb62c14cb
ruby-version-sorter_2.3.0-1build1.dsc 2.1 KiB 7ed1b4706cf00fc004e157a8c4cc0a494a7cb2349b913140c76d0b83f3a3da14

View changes file

Binary packages built by this source

ruby-version-sorter: Fast sorting of version strings

 Used to sort version strings faster. It is used to sort a repository's
 tags. It is used as follows
 require 'version_sorter'
 versions = %w( 1.0.9 2.0 1.0.10 1.0.3 )
 VersionSorter.rsort(versions) # => ["2.0", "1.0.10", "1.0.9", "1.0.3"]
 VersionSorter.sort(versions) # => ["1.0.3", "1.0.9", "1.0.10", "2.0"]

ruby-version-sorter-dbgsym: debug symbols for ruby-version-sorter