Sha256: 66bfbc64c28ad68276f4d0befbdaa29d0ca2fe4e3408705c92611122111a20fb
Contents?: true
Size: 159 Bytes
Versions: 1
Compression:
Stored size: 159 Bytes
Contents
module Cell module VERSION MAJOR = 4 MINOR = 0 TINY = 0 PRE = "beta4" STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cells-4.0.0.beta4 | lib/cell/version.rb |