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