Sha256: 0247c7880fed405e8ddf2c36aa37d3f91eadcd055412110fc11c4ad88d30002c
Contents?: true
Size: 212 Bytes
Versions: 4
Compression:
Stored size: 212 Bytes
Contents
module Celerity #:nodoc: module VERSION #:nodoc: MAJOR = 0 MINOR = 0 TINY = 6 PATCH = 10 # Set to nil for official release STRING = [MAJOR, MINOR, TINY, PATCH].compact.join('.') end end
Version data entries
4 entries across 4 versions & 3 rubygems