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