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