module Jobshop def self.gem_version Gem::Version.new VERSION::STRING end module VERSION MAJOR = 0 MINOR = 0 TINY = 157 PRE = nil CODE_NAME = "the floor is making progress".freeze STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".").freeze end end