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