Sha256: 189593366e3dfa72763a2e13a69c010b63425029cdad696291b65d5e0873fa05
Contents?: true
Size: 239 Bytes
Versions: 1
Compression:
Stored size: 239 Bytes
Contents
# encoding: utf-8 # This file is distributed under Ting Yun's license terms. module TingYun module VERSION MAJOR = 1 MINOR = 1 TINY = 4 BETA = 2 STRING = [MAJOR, MINOR, TINY, BETA].compact.join('.') end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tingyun_rpm-1.1.4.2 | lib/ting_yun/version.rb |