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