Sha256: f5db8b5fa398baa698fafc3ba14eb979efa66dc83c753415c04456c3a4a527b6
Contents?: true
Size: 138 Bytes
Versions: 2
Compression:
Stored size: 138 Bytes
Contents
module Goaloc module VERSION #:nodoc: MAJOR = 0 MINOR = 2 TINY = 11 STRING = [MAJOR, MINOR, TINY].join('.') end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mattknox-goaloc-0.2.11 | lib/goaloc/version.rb |
mattknox-goaloc-0.3.0 | lib/goaloc/version.rb |