Sha256: 147bd925350f0e08966b6bd5d9f9c963e66a7fe4ec07a59d48e176bf27410041

Contents?: true

Size: 208 Bytes

Versions: 1

Compression:

Stored size: 208 Bytes

Contents

# frozen_string_literal: true

module Runcom
  # Gem identity information.
  module Identity
    NAME = "runcom"
    LABEL = "Runcom"
    VERSION = "6.5.0"
    VERSION_LABEL = "#{LABEL} #{VERSION}"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
runcom-6.5.0 lib/runcom/identity.rb