Sha256: a5c95120a8c6f924cdab5397607d1cec2ccc66810239316e797b8890c4d04c50
Contents?: true
Size: 295 Bytes
Versions: 1
Compression:
Stored size: 295 Bytes
Contents
# frozen_string_literal: true module Runcom # Gem identity information. module Identity def self.name "runcom" end def self.label "Runcom" end def self.version "5.0.2" end def self.version_label "#{label} #{version}" end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
runcom-5.0.2 | lib/runcom/identity.rb |