Sha256: f9906e0307abf6a7964efd5b8a39ae06bb11ff962f952d0c791c776f14c916d0

Contents?: true

Size: 213 Bytes

Versions: 1

Compression:

Stored size: 213 Bytes

Contents

module Gatehouse
  # Version information for Gatehouse.
  module Version
    MAJOR = 0
    MINOR = 0
    PATCH = 1
    RELEASE = nil

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gatehouse-0.0.1 lib/gatehouse/version.rb