Sha256: 57972834f9f2867792b8cfc6bf2e1e488c9092b9700551117cdc1201bb2c10de

Contents?: true

Size: 217 Bytes

Versions: 1

Compression:

Stored size: 217 Bytes

Contents

# encoding: utf-8
# This file is distributed under Ting Yun's license terms.

module TingYun
  module VERSION

    MAJOR = 1

    MINOR = 1
    TINY = 2

    STRING = [MAJOR, MINOR, TINY].compact.join('.')

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tingyun_rpm-1.1.2 lib/ting_yun/version.rb