Sha256: 7104b14812a89c4704545567e921ef59087c8654d947aefcb4d1ebbc96db59a7

Contents?: true

Size: 149 Bytes

Versions: 1

Compression:

Stored size: 149 Bytes

Contents

module HasFinder #:nodoc:
  module VERSION #:nodoc:
    MAJOR = 0
    MINOR = 1
    TINY  = 3

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
has_finder-0.1.3 lib/has_finder/version.rb