module Jobshop def self.gem_version Gem::Version.new VERSION::STRING end module VERSION MAJOR = 0 MINOR = 0 TINY = 11 PRE = nil CODE_NAME = "bump it up".freeze STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".").freeze end end