ruby-version-sorter

Fast sorting of version strings

Description

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

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/defunkt/version_sorter


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install ruby-version-sorter