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