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