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