Sha256: 59c8866fa0795316bda2688c0efcda9c996697cc90b1a14795901559567a8879
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 "6.0.1" end def self.version_label "#{label} #{version}" end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
runcom-6.0.1 | lib/runcom/identity.rb |