Sha256: f1e9b16eebeb31f34723db49b1a7a42ecef94f2221e9825657b86c690fd9f324

Contents?: true

Size: 278 Bytes

Versions: 1

Compression:

Stored size: 278 Bytes

Contents

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

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

    CODE_NAME = "bump it up prime".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.41 lib/jobshop/version.rb