Sha256: e67106a522e70d80a7a1f8606da3b93b67978fee5442347aa82949db97630ea7
Contents?: true
Size: 161 Bytes
Versions: 1
Compression:
Stored size: 161 Bytes
Contents
module TypeStation module Version MAJOR = 0 MINOR = 0 TINY = 3 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
type_station-0.0.3 | lib/type_station/version.rb |