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