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