Sha256: 2b4a050ca228f7c99e478468a6ea138564f3c260d5fa8081cb6ccb867e5aad52

Contents?: true

Size: 160 Bytes

Versions: 1

Compression:

Stored size: 160 Bytes

Contents

module Landable
  module VERSION
    MAJOR = 1
    MINOR = 9
    PATCH = 2
    PRE   = nil

    STRING = [MAJOR, MINOR, PATCH, PRE].compact.join('.')
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
landable-1.9.2 lib/landable/version.rb