Sha256: 241777fbcca8cc95d1bc61a9dd4a500ad8895880c9d2d9427ba01569d2b1690e

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

Version data entries

1 entries across 1 versions & 1 rubygems

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