Module Amalgalite::Version
In: lib/amalgalite/version.rb
lib/amalgalite/version.rb

Version information for Amagalite

Methods

to_a   to_a   to_hash   to_hash   to_s   to_s  

Constants

MAJOR = 1
MINOR = 1
BUILD = 2
STRING = Version.to_s.freeze   Version string constant
MAJOR = 1
MINOR = 1
BUILD = 2
STRING = Version.to_s.freeze   Version string constant

Public Class methods

return the Version as an array of MAJOR, MINOR, BUILD

return the Version as an array of MAJOR, MINOR, BUILD

return the Vesion as a hash

return the Vesion as a hash

return the Version as a dotted String MAJOR.MINOR.BUILD

return the Version as a dotted String MAJOR.MINOR.BUILD

[Validate]