Sha256: e7115435ffc50478f4d8a12084678f508cd9feb75fc06ecf1a544853fdf79742

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

Version data entries

1 entries across 1 versions & 1 rubygems

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