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