# 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