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