Sha256: 3d9a9610718cc0c69dc5d962a99c6421252cdae322fd22b61dd087a58f19f143

Contents?: true

Size: 215 Bytes

Versions: 1

Compression:

Stored size: 215 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

1 entries across 1 versions & 1 rubygems

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