Sha256: cbd374d8a7b9853969050ed471f45aff0d2b922c33b6b497bd6782684f8d690a

Contents?: true

Size: 294 Bytes

Versions: 1

Compression:

Stored size: 294 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.0.1"
    VERSION_LABEL = "#{LABEL} #{VERSION}"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

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