mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-31 01:57:54 +00:00
Create dedicated user agent for my application
This commit is contained in:
parent
dd23db101f
commit
c08945e42b
@ -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