ruby-version-sorter 2.1.0+dfsg-1build2 source package in Ubuntu

Changelog

ruby-version-sorter (2.1.0+dfsg-1build2) bionic; urgency=high

  * No change rebuild against ruby-defaults without ruby2.3 support.

 -- Dimitri John Ledkov <email address hidden>  Thu, 01 Mar 2018 09:36:21 +0000

Upload details

Uploaded by:
Dimitri John Ledkov
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
ruby-version-sorter_2.1.0+dfsg.orig.tar.gz 9.1 KiB 8bd99d180f5d108482f647a3a87e56cfcb370407472281f438d8a1ced3eda715
ruby-version-sorter_2.1.0+dfsg-1build2.debian.tar.xz 2.7 KiB 704655d85ba3b788b9db2113570d3ff20b0f77f2931919bface1a5ccd53dda61
ruby-version-sorter_2.1.0+dfsg-1build2.dsc 1.9 KiB 51db4fbcc1f90dfc807e307d2845f4cb8cb4e6fd2d25a80a4927f8198587cc61

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: No summary available for ruby-version-sorter-dbgsym in ubuntu cosmic.

No description available for ruby-version-sorter-dbgsym in ubuntu cosmic.