Sha256: 0940732b8eeb6939aade9fe6e5e0b5593464dc3e57c8bcabe999fbea6af8d587
Contents?: true
Size: 149 Bytes
Versions: 1
Compression:
Stored size: 149 Bytes
Contents
module Graticule #:nodoc: module Version #:nodoc: MAJOR = 0 MINOR = 2 TINY = 1 STRING = [MAJOR, MINOR, TINY].join('.') end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
graticule-0.2.1 | lib/graticule/version.rb |