Sha256: 5b5d1d703173dcd49545e9094b50814c67974acc0a04c08728d1016545fa4578
Contents?: true
Size: 230 Bytes
Versions: 1
Compression:
Stored size: 230 Bytes
Contents
module TheCity class Version MAJOR = 0 MINOR = 0 PATCH = 2 PRE = nil class << self # @return [String] def to_s [MAJOR, MINOR, PATCH, PRE].compact.join('.') end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
thecity-0.0.2 | lib/the_city/version.rb |