ruby-version-sorter 2.0.0+dfsg-2build3 source package in Ubuntu

Changelog

ruby-version-sorter (2.0.0+dfsg-2build3) xenial; urgency=medium

  * No-change rebuild to add ruby2.3 support.

 -- Matthias Klose <email address hidden>  Sun, 13 Mar 2016 12:37:05 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Xenial
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.0.0+dfsg.orig.tar.gz 8.9 KiB 99ae2533b61ec548039d2da656e19fc7103f8dd6793cd03d06bf407ae5336c85
ruby-version-sorter_2.0.0+dfsg-2build3.debian.tar.xz 2.6 KiB 8431d2d5918f4531ba942aca2f1107687be08495263609349eddcbae47bbb704
ruby-version-sorter_2.0.0+dfsg-2build3.dsc 2.2 KiB d40410eecdfe71d679b419c6b4948349382b07f436697c7fe153560ac812d736

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 package ruby-version-sorter

 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"]