Sha256: 41f92a38a353c74bf6477f94c8086a99983fab474391955b963e92b3fc0f6bdf
Contents?: true
Size: 220 Bytes
Versions: 1
Compression:
Stored size: 220 Bytes
Contents
# frozen_string_literal: true module Pennyworth # Gem identity information. module Identity NAME = "pennyworth" LABEL = "Pennyworth" VERSION = "9.4.0" VERSION_LABEL = "#{LABEL} #{VERSION}" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pennyworth-9.4.0 | lib/pennyworth/identity.rb |