Sha256: 199345c67ec009294fc747fcb584bfce7028af28b29d81dc9dc33c69cdb2ecf7

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

Version data entries

1 entries across 1 versions & 1 rubygems

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