Sha256: 6ebeab3b6aa08c05453db51272c06b973b174feab90eedc49e6d61a4bda1b1fe
Contents?: true
Size: 159 Bytes
Versions: 1
Compression:
Stored size: 159 Bytes
Contents
module Tabit module Version MAJOR = 0 MINOR = 1 PATCH = 1 BUILD = nil STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.') end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tabit-0.1.1 | lib/tabit/version.rb |