Create dedicated user agent for my application

This commit is contained in:
Gabriel Arazas 2023-05-27 19:33:48 +08:00
parent 07faed03a1
commit debf41c5a7

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