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