# frozen_string_literal: true module Pennyworth # Gem identity information. module Identity NAME = "pennyworth" LABEL = "Pennyworth" SUMMARY = "A command line interface that augments Alfred workflows." VERSION = "11.2.0" VERSION_LABEL = "#{LABEL} #{VERSION}".freeze end end