# frozen_string_literal: true module Pragmater # Gem identity information. module Identity NAME = "pragmater" LABEL = "Pragmater" VERSION = "9.1.1" VERSION_LABEL = "#{LABEL} #{VERSION}" SUMMARY = "A command line interface for managing/formatting source file pragma comments." end end