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