Sha256: c99f970c6b171b23d45c9f1602df42061a51736f10a9ca78942fd754237c79fd
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 = 13 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.13 | lib/jobshop/version.rb |