Sha256: 2c7324d60aed0b8c29bae4ab6ee823d27f2ca5bc40085153fc42184cf53d314e

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 = "12.0.2"
    VERSION_LABEL = "#{LABEL} #{VERSION}".freeze
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

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