mirror of
https://github.com/foo-dogsquared/asciidoctor-foodogsquared-extensions.git
synced 2025-01-31 04:58:07 +00:00
Create dedicated user agent for my application
This commit is contained in:
parent
07faed03a1
commit
debf41c5a7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user