module GemSatisfaction module VERSION MAJOR = 0 MINOR = 7 PATCH = 3 PRE = nil STRING = [MAJOR, MINOR, PATCH, PRE].compact.join('.') end end