Sha256: a42b6b6c1fc3d004cc7c55409028503f5c0e783c590abbd800199118a086adb8
Contents?: true
Size: 301 Bytes
Versions: 28
Compression:
Stored size: 301 Bytes
Contents
require 'yaml' module TaliaCore #:nodoc: module Version #:nodoc: version = YAML.load_file(File.join(File.dirname(__FILE__), '..', 'VERSION.yml')) MAJOR = version[:major] MINOR = version[:minor] TINY = version[:patch] STRING = [ MAJOR, MINOR, TINY ].join(".") end end
Version data entries
28 entries across 28 versions & 1 rubygems