Sha256: 0e6dcb52c1bdabd40dbe9e53e4a5e1d10528166ee95cc52205601b2f668b0102
Contents?: true
Size: 163 Bytes
Versions: 1
Compression:
Stored size: 163 Bytes
Contents
module Landable module VERSION MAJOR = 1 MINOR = 10 PATCH = 0 PRE = 'rc2' STRING = [MAJOR, MINOR, PATCH, PRE].compact.join('.') end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
landable-1.10.0.rc2 | lib/landable/version.rb |