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