# frozen_string_literal: true module Runcom # Gem identity information. module Identity NAME = "runcom" LABEL = "Runcom" VERSION = "6.6.0" VERSION_LABEL = "#{LABEL} #{VERSION}" end end