Sha256: d9993a240b3771827bca8fe9895ff48a5bfed4a55432c03c06c351eb07497794

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

Version data entries

1 entries across 1 versions & 1 rubygems

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