Sha256: f6b8c0c6c8cff6956ef52a18435548027ea47fa0f0ba0e66c811c8a44a8a773c

Contents?: true

Size: 301 Bytes

Versions: 1

Compression:

Stored size: 301 Bytes

Contents

# 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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pennyworth-11.2.0 lib/pennyworth/identity.rb