Sha256: 573d24a5af087defe5f8c48ef707bda44fb8fc4dc0e412552db13e753cca68b1

Contents?: true

Size: 176 Bytes

Versions: 1

Compression:

Stored size: 176 Bytes

Contents

module Rtml
  module VERSION
    MAJOR = 2
    MINOR = 0
    TINY  = 2
    
    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.2 lib/rtml/version.rb