Sha256: 065e7c043d39e7b1dc127e9cd1e59ae2713ac618df0f4224e8856c4b90e41020
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.1" VERSION_LABEL = "#{LABEL} #{VERSION}".freeze end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pennyworth-11.2.1 | lib/pennyworth/identity.rb |