Sha256: e0e226231d68851f2fcff697217cc86f029d085d539af7925316c59bf2a5474e

Contents?: true

Size: 160 Bytes

Versions: 1

Compression:

Stored size: 160 Bytes

Contents

module Landable
  module VERSION
    MAJOR = 1
    MINOR = 8
    PATCH = 0
    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.8.0 lib/landable/version.rb