Sha256: 7305c34830af06ae881d28a7231f46c6b5015e7cf13a3562c94274ea86695511

Contents?: true

Size: 279 Bytes

Versions: 1

Compression:

Stored size: 279 Bytes

Contents

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

  module VERSION
    MAJOR = 0
    MINOR = 0
    TINY  = 131
    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.131 lib/jobshop/version.rb