Sha256: c4ba34f6f0be03705fcb9be92d32b158a33b3de5895dd20613455e12d964c241

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 = "7.1.1"
    VERSION_LABEL = "#{LABEL} #{VERSION}"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

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