Sha256: e3ea171735cda7e462b21abdbf2fa030b9558075f06d94945f8f4dfcfd03a189

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.1.0"
    VERSION_LABEL = "#{LABEL} #{VERSION}"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
auther-11.1.0 lib/auther/identity.rb