Create dedicated user agent for my application

This commit is contained in:
Gabriel Arazas 2023-05-27 19:33:48 +08:00
parent dd23db101f
commit c08945e42b
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -9,3 +9,12 @@ class String
.downcase
end
end
module Asciidoctor
module FoodogsquaredCustomExtensions
NAME = 'asciidoctor-foodogsquared-custom-extensions'
VERSION = '1.0.0'
CONTACT_EMAIL = 'foodogsquared@foodogsquared.one'
USER_AGENT = "#{NAME}/#{VERSION} ( #{CONTACT_EMAIL} )"
end
end