Sha256: b1b35abb02c5a207616644f3245854bc0d0585454157fe04e0fa3e26b141157a

Contents?: true

Size: 147 Bytes

Versions: 1

Compression:

Stored size: 147 Bytes

Contents

module Treetop #:nodoc:
  module VERSION #:nodoc:
    MAJOR = 1
    MINOR = 5
    TINY  = 3

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
treetop-1.5.3 lib/treetop/version.rb