mirror of
https://github.com/foo-dogsquared/asciidoctor-foodogsquared-extensions.git
synced 2025-01-30 22:57:56 +00:00
Release v1.2.1
This commit is contained in:
parent
8545b63c84
commit
f0b69b8af7
@ -1,7 +1,7 @@
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
asciidoctor-foodogsquared-extensions (1.1.0)
|
||||
asciidoctor-foodogsquared-extensions (1.2.1)
|
||||
asciidoctor (~> 2.0)
|
||||
rugged (~> 1.0)
|
||||
|
||||
@ -71,4 +71,4 @@ DEPENDENCIES
|
||||
ruby-lsp
|
||||
|
||||
BUNDLED WITH
|
||||
2.4.14
|
||||
2.4.20
|
||||
|
@ -1,6 +1,6 @@
|
||||
Gem::Specification.new do |s|
|
||||
s.name = 'asciidoctor-foodogsquared-extensions'
|
||||
s.version = '1.1.0'
|
||||
s.version = '1.2.1'
|
||||
s.licenses = ['MIT']
|
||||
s.summary = "foo-dogsquared's custom Asciidoctor extensions"
|
||||
s.description = <<-DESC
|
||||
|
@ -17,7 +17,7 @@
|
||||
path = ./.;
|
||||
type = "path";
|
||||
};
|
||||
version = "1.1.0";
|
||||
version = "1.2.1";
|
||||
};
|
||||
ast = {
|
||||
groups = ["default" "lint"];
|
||||
|
@ -14,7 +14,7 @@ end
|
||||
# entirety of this project.
|
||||
module Asciidoctor::Foodogsquared
|
||||
NAME = 'asciidoctor-foodogsquared-custom-extensions'
|
||||
VERSION = '1.2.0'
|
||||
VERSION = '1.2.1'
|
||||
CONTACT_EMAIL = 'foodogsquared@foodogsquared.one'
|
||||
USER_AGENT = "#{NAME}/#{VERSION} ( #{CONTACT_EMAIL} )".freeze
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user