Sha256: 918ade3f2a746f4d4a51704f17d66aaf37642ecae650cd2b591ab87ba0d1c6f2

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

Version data entries

1 entries across 1 versions & 1 rubygems

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