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

Changelog

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

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

 -- Lucas Kanashiro <email address hidden>  Tue, 20 Feb 2024 04:20: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
Oracular release universe misc
Noble release universe misc

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-1build2.debian.tar.xz 3.0 KiB 6c7983e126074b557fe8c34798961fd4c8d3fb76c0d2dd775dc6c5da03a0b65f
ruby-version-sorter_2.3.0-1build2.dsc 2.1 KiB 89ca3b60bfa5117a27f669450a5e4468245dcfb61cd7506133639df0c53b9aae

Available diffs

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