Sha256: 041604550b799b80673fb3a23e8853b3c7166d678169835cfa1846e5733f52fe
Contents?: true
Size: 160 Bytes
Versions: 1
Compression:
Stored size: 160 Bytes
Contents
module Rich module Support module VERSION MAJOR = 0 MINOR = 1 TINY = 1 STRING = [MAJOR, MINOR, TINY].join(".") end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rich_support-0.1.1 | lib/rich/support/version.rb |