Sha256: 32d5ba9eda29be037b8d2df9f3171e3a26fa4318765ecdfdc22ec1593caaaf6b
Contents?: true
Size: 286 Bytes
Versions: 1
Compression:
Stored size: 286 Bytes
Contents
module Jobshop def self.gem_version Gem::Version.new VERSION::STRING end module VERSION MAJOR = 0 MINOR = 0 TINY = 163 PRE = nil CODE_NAME = "prime time to bump the version" 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.163 | lib/jobshop/version.rb |