Sha256: a41661e02458c16e6a252df311c7e446f82890ee458d6a7e9953810fab33bc21
Contents?: true
Size: 372 Bytes
Versions: 20
Compression:
Stored size: 372 Bytes
Contents
module SproutCore # :stopdoc: LIBPATH = ::File.expand_path(::File.dirname(__FILE__)) + ::File::SEPARATOR PATH = ::File.dirname(LIBPATH) + ::File::SEPARATOR VERSION_PATH = File.join(PATH, '..', 'VERSION.yml') VERSION_INFO = YAML.load_file(VERSION_PATH) VERSION = [VERSION_INFO[:major], VERSION_INFO[:minor], VERSION_INFO[:patch]].join('.') # :startdoc: end
Version data entries
20 entries across 20 versions & 1 rubygems