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