Sha256: ff255c65183d594c88707e4bc030e2b7aaa47dd64b2c82878c6621d350ea028f

Contents?: true

Size: 148 Bytes

Versions: 1

Compression:

Stored size: 148 Bytes

Contents

module Treetop #:nodoc:
  module VERSION #:nodoc:
    MAJOR = 1
    MINOR = 6
    TINY  = 14

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

Version data entries

1 entries across 1 versions & 1 rubygems

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