module CrystalGauntlet::Versions

Extended Modules

Defined in:

lib/versions.cr

Constant Summary

V1_0 = SemanticVersion.new(1, 0, 0)

shorthands because i hate typing 3 words for this

V1_1 = SemanticVersion.new(1, 1, 0)
V1_2 = SemanticVersion.new(1, 2, 0)
V1_3 = SemanticVersion.new(1, 3, 0)
V1_4 = SemanticVersion.new(1, 4, 0)
V1_5 = SemanticVersion.new(1, 5, 0)
V1_6 = SemanticVersion.new(1, 6, 0)
V1_7 = SemanticVersion.new(1, 7, 0)
V1_8 = SemanticVersion.new(1, 8, 0)
V1_9 = SemanticVersion.new(1, 9, 0)
V2_0 = SemanticVersion.new(2, 0, 0)
V2_1 = SemanticVersion.new(2, 1, 0)
V2_11 = SemanticVersion.new(2, 1, 1)
V2_2 = SemanticVersion.new(2, 2, 0)

Instance Method Summary

Instance Method Detail

def parse(game_version : String) : SemanticVersion #

[View source]
def parse_binary(binary_version : String) : SemanticVersion #

[View source]