ruby-version-sorter 2.2.4-2build4 source package in Ubuntu

Changelog

ruby-version-sorter (2.2.4-2build4) lunar; urgency=medium

  * No-change upload to remove support for ruby3.0.

 -- Lucas Kanashiro <email address hidden>  Thu, 02 Feb 2023 19:54:34 -0300

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
ruby-version-sorter_2.2.4.orig.tar.gz 10.2 KiB 5e92844f37c61fc93869a46cc387b3e97093106ee720b6545e37e2f4ac250b02
ruby-version-sorter_2.2.4-2build4.debian.tar.xz 3.0 KiB 8c30a9a25775c1cbf1dfa1cdb52f2cbe70c6fbd78498b79e69b1a3a2650c42b4
ruby-version-sorter_2.2.4-2build4.dsc 2.1 KiB 80900062d49591e62c3b836901f5ef25e62125f9b89bc11fb18fa4383ed5135c

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