Sha256: c3d79ead52e874f30ce70b30c71d100553f6693ed4a44f6683ffc82026a8d844

Contents?: true

Size: 176 Bytes

Versions: 1

Compression:

Stored size: 176 Bytes

Contents

module Rtml
  module VERSION
    MAJOR = 2
    MINOR = 0
    TINY  = 4
    
    STRING = (defined?(PRE) ? [MAJOR, MINOR, TINY, PRE] : [MAJOR, MINOR, TINY]).join('.')
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rtml-2.0.4 lib/rtml/version.rb