Sha256: e9ec32f6cc44a5bd5dca58c55801a97be997ee10a8fa170b5e68b049e8c08a06
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.4.0" VERSION_LABEL = "#{LABEL} #{VERSION}" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
runcom-6.4.0 | lib/runcom/identity.rb |