Sha256: 60dca3c57ea65c836e774b51ee72c2a76fab57b1ddd2cb34895f850ca98364bb
Contents?: true
Size: 271 Bytes
Versions: 1
Compression:
Stored size: 271 Bytes
Contents
module Jobshop def self.gem_version Gem::Version.new VERSION::STRING end module VERSION MAJOR = 0 MINOR = 0 TINY = 6 PRE = nil CODE_NAME = "bump it up".freeze STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".").freeze end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jobshop-0.0.6 | lib/jobshop/version.rb |