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