Sha256: 76864824e840aaccdcb292ebb30157ba4bbff7a1f88af8de20cca76644ea078d
Contents?: true
Size: 274 Bytes
Versions: 7
Compression:
Stored size: 274 Bytes
Contents
module Highrise module VERSION #:nodoc: version = YAML::load_file(File.expand_path(File.dirname(__FILE__)+"/../../VERSION.yml")) MAJOR = version[:major] MINOR = version[:minor] TINY = version[:patch] STRING = [MAJOR, MINOR, TINY].join('.') end end
Version data entries
7 entries across 7 versions & 2 rubygems