Sha256: b73630175c2a35590a0fc2ff4e0c696084ce767fed494d5d9821a1556b0e55ec
Contents?: true
Size: 318 Bytes
Versions: 1
Compression:
Stored size: 318 Bytes
Contents
# frozen_string_literals: true module Jobshop def self.gem_version Gem::Version.new VERSION::STRING end module VERSION MAJOR = 0 MINOR = 0 TINY = 167 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.167 | lib/jobshop/version.rb |