Sha256: be801022b2a6eb0f8332d16612539281ef55fe45ac63568bb94cab3256a526c0

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

Version data entries

1 entries across 1 versions & 1 rubygems

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