Module: DebVersion

Defined in:
lib/deb_version.rb,
lib/deb_version/compare.rb,
lib/deb_version/version.rb

Overview

Main Module for the gem

Defined Under Namespace

Classes: DebianVersion, Error

Constant Summary collapse

PUNCTUATION =

String of ASCII characters which are considered punctuation characters in the C locale: Except for ~ Already sorted

"!\"\#$%&'()*+,-./:;<=>?@[]^_`{|}".chars
SORT_LIST =
["~", ""] + ("A"..."Z").to_a + ("a"..."z").to_a + PUNCTUATION
ORDER_MAPPING =
mapping
DIGITS =
("0".."9").to_a
VERSION =
"0.1.0"