Sha256: c8f86873a30e2553b5acee963fa81a5907799ed98e46b50d8adbbeee260b3525
Contents?: true
Size: 272 Bytes
Versions: 1
Compression:
Stored size: 272 Bytes
Contents
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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jobshop-0.0.11 | lib/jobshop/version.rb |