Release v1.2.1

This commit is contained in:
Gabriel Arazas 2023-11-08 11:37:19 +08:00
parent 8545b63c84
commit f0b69b8af7
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC
4 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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"];

View File

@ -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