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