Sha256: 513c03f0447d0cf0ac411e5b9c43929b570f4b720cdada0761d105b4f7333770

Contents?: true

Size: 291 Bytes

Versions: 1

Compression:

Stored size: 291 Bytes

Contents

module Jobshop
  def self.gem_version
    Gem::Version.new VERSION::STRING
  end

  module VERSION
    MAJOR = 0
    MINOR = 0
    TINY  = 157
    PRE   = nil

    CODE_NAME = "the floor is making progress".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.157 lib/jobshop/version.rb