Sha256: d600665dcf7994551d661eef643b653cefcbfebf10b38125e2c796783e25d901
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 = 0 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.0 | lib/gatehouse/version.rb |