asciidoctor 2.0.19 → 2.0.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8ec8c2a1b561249c43342cc6d9fa2b970bc097ee4814c2e3b8e602fe259912b7
4
- data.tar.gz: 2a096894e6fa57eee3857b07ca793e41ec6943524197c6f4a410fb08ac920147
3
+ metadata.gz: 95bddd5f820dc0441d3accb7dd49864b1fb9f1807823887d0075e595a2d55094
4
+ data.tar.gz: 1dd21111bda88dde555fe981b30e89684bd0ac0bbe8e329721bbdc7b18ab806d
5
5
  SHA512:
6
- metadata.gz: 8a22a6420efa77f814a864e23b9be00875bd4454e7d0cec8ca835ca5bf0a4976b27b4ca7baeacc6e7f5dc41647a4aa41b0383c8f26fc201d4e59634cdc8ca99a
7
- data.tar.gz: 996d37bc44cf38e6cbf9d1e2c1088ebb3ace5e590a2f3ebb75ba09609107983fee462ad08f5e2f00b64138f0baeac59b7cc349b788e57808743f544f8614628a
6
+ metadata.gz: a03b03f8a1bda4d71235f975603353c9653c1ad98ff26a42b5d2d844dab6954c41d75c45d598a8b976bba3b4b35aa05f7e2791c1dc6c1da75714bced767f6f8f
7
+ data.tar.gz: c463c0c23a75ddadf2c1eff1cc3afdf574b07a2551693b7330a1cebcef8a9e789ffa5f9bec005843a327837d33f42298f30684f6d16a8c0271d1379ac080485e
data/CHANGELOG.adoc CHANGED
@@ -16,6 +16,18 @@ For an even more detailed look at what has changed, refer to the {url-repo}/comm
16
16
  This project utilizes semantic versioning.
17
17
 
18
18
  // tag::compact[]
19
+ == 2.0.20 (2023-05-18) - @mojavelinux
20
+
21
+ Bug Fixes::
22
+
23
+ * Update `release-version` attribute in READMEs and man page during release
24
+ * Rebuild man page during release
25
+
26
+ === Details
27
+
28
+ {url-repo}/releases/tag/v2.0.20[git tag] | {url-repo}/compare/v2.0.19\...v2.0.20[full diff]
29
+ // end::compact[]
30
+
19
31
  == 2.0.19 (2023-05-17) - @mojavelinux
20
32
 
21
33
  Improvements::
@@ -24,7 +36,7 @@ Improvements::
24
36
  * Don't uppercase monospace span in section title in manpage output (#4402)
25
37
  * Simplify processing of implicit link (i.e., autolink) by separating implicit and explicit match
26
38
  * Generate partintro block consistently (#4450)
27
- * Add Kiswahili translation for built-in labels (PR #4454) *@bkmgit*
39
+ * Add Kiswahili translation for built-in labels (PR #4454) (*@bkmgit*)
28
40
 
29
41
  Compliance::
30
42
 
@@ -57,8 +69,7 @@ Build / Infrastructure::
57
69
 
58
70
  === Details
59
71
 
60
- {url-repo}/releases/tag/v2.0.19[git tag] | {url-repo}/compare/v2.0.18\...v2.0.19[source diff]
61
- // end::compact[]
72
+ {url-repo}/releases/tag/v2.0.19[git tag] | {url-repo}/compare/v2.0.18\...v2.0.19[full diff]
62
73
 
63
74
  == 2.0.18 (2022-10-15) - @mojavelinux
64
75
 
@@ -82,7 +93,7 @@ Bug Fixes::
82
93
 
83
94
  === Details
84
95
 
85
- {url-repo}/releases/tag/v2.0.18[git tag] | {url-repo}/compare/v2.0.17\...v2.0.18[source diff]
96
+ {url-repo}/releases/tag/v2.0.18[git tag] | {url-repo}/compare/v2.0.17\...v2.0.18[full diff]
86
97
 
87
98
  == 2.0.17 (2022-01-05) - @mojavelinux
88
99
 
data/README-de.adoc CHANGED
@@ -1,5 +1,6 @@
1
1
  = Asciidoctor
2
2
  Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]>
3
+ v2.0.20, 2023-05-18
3
4
  // settings:
4
5
  :idprefix:
5
6
  :idseparator: -
@@ -15,7 +16,7 @@ ifdef::env-github[]
15
16
  :warning-caption: :warning:
16
17
  endif::[]
17
18
  // Variables:
18
- :release-version: 2.0.17
19
+ :release-version: 2.0.20
19
20
  // URIs:
20
21
  :uri-org: https://github.com/asciidoctor
21
22
  :uri-repo: {uri-org}/asciidoctor
data/README-fr.adoc CHANGED
@@ -1,5 +1,6 @@
1
1
  = Asciidoctor
2
2
  Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]>
3
+ v2.0.20, 2023-05-18
3
4
  // settings:
4
5
  :idprefix:
5
6
  :idseparator: -
@@ -15,7 +16,7 @@ ifdef::env-github[]
15
16
  :warning-caption: :warning:
16
17
  endif::[]
17
18
  // Variables:
18
- :release-version: 2.0.17
19
+ :release-version: 2.0.20
19
20
  // URIs:
20
21
  :uri-org: https://github.com/asciidoctor
21
22
  :uri-repo: {uri-org}/asciidoctor
data/README-jp.adoc CHANGED
@@ -1,5 +1,6 @@
1
1
  = Asciidoctor
2
2
  Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]>
3
+ v2.0.20, 2023-05-18
3
4
  // settings:
4
5
  :idprefix:
5
6
  :idseparator: -
@@ -15,7 +16,7 @@ ifdef::env-github[]
15
16
  :warning-caption: :warning:
16
17
  endif::[]
17
18
  // Variables:
18
- :release-version: 2.0.17
19
+ :release-version: 2.0.20
19
20
  // URIs:
20
21
  :uri-org: https://github.com/asciidoctor
21
22
  :uri-repo: {uri-org}/asciidoctor
data/README-zh_CN.adoc CHANGED
@@ -1,5 +1,6 @@
1
1
  = Asciidoctor
2
2
  Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]>
3
+ v2.0.20, 2023-05-18
3
4
  // settings:
4
5
  :page-layout: base
5
6
  :idprefix:
@@ -16,7 +17,7 @@ ifdef::env-github[]
16
17
  :warning-caption: :warning:
17
18
  endif::[]
18
19
  // Variables:
19
- :release-version: 2.0.17
20
+ :release-version: 2.0.20
20
21
  // URIs:
21
22
  :uri-org: https://github.com/asciidoctor
22
23
  :uri-repo: {uri-org}/asciidoctor
data/README.adoc CHANGED
@@ -1,6 +1,6 @@
1
1
  = Asciidoctor
2
2
  Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]>
3
- v2.0.19, 2023-05-17
3
+ v2.0.20, 2023-05-18
4
4
  // settings:
5
5
  :idprefix:
6
6
  :idseparator: -
@@ -16,7 +16,7 @@ ifdef::env-github[]
16
16
  :warning-caption: :warning:
17
17
  endif::[]
18
18
  // Variables:
19
- :release-version: 2.0.18
19
+ :release-version: 2.0.20
20
20
  // URLs:
21
21
  :url-org: https://github.com/asciidoctor
22
22
  :url-repo: {url-org}/asciidoctor
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module Asciidoctor
3
- VERSION = '2.0.19'
3
+ VERSION = '2.0.20'
4
4
  end
data/man/asciidoctor.1 CHANGED
@@ -1,13 +1,13 @@
1
1
  '\" t
2
2
  .\" Title: asciidoctor
3
3
  .\" Author: Dan Allen, Sarah White
4
- .\" Generator: Asciidoctor 2.0.17
5
- .\" Date: 2022-01-05
4
+ .\" Generator: Asciidoctor 2.0.19
5
+ .\" Date: 2018-03-20
6
6
  .\" Manual: Asciidoctor Manual
7
- .\" Source: Asciidoctor 2.0.17
7
+ .\" Source: Asciidoctor 2.0.20
8
8
  .\" Language: English
9
9
  .\"
10
- .TH "ASCIIDOCTOR" "1" "2022-01-05" "Asciidoctor 2.0.17" "Asciidoctor Manual"
10
+ .TH "ASCIIDOCTOR" "1" "2018-03-20" "Asciidoctor 2.0.20" "Asciidoctor Manual"
11
11
  .ie \n(.g .ds Aq \(aq
12
12
  .el .ds Aq '
13
13
  .ss \n[.ss] 0
@@ -67,10 +67,11 @@ If not set, the safe mode level defaults to \fIunsafe\fP when Asciidoctor is inv
67
67
  .RS 4
68
68
  Define, override, or unset a document attribute.
69
69
  Command\-line attributes take precedence over attributes defined in the source file unless either the name or value ends in \fI@\fP.
70
+ No substitutions are applied to the value.
70
71
  .sp
71
72
  \fIATTRIBUTE\fP is normally formatted as a key\-value pair, in the form \fINAME=VALUE\fP.
72
73
  Alternate forms are \fINAME\fP (where the \fIVALUE\fP defaults to an empty string), \fINAME!\fP (unsets the \fINAME\fP attribute), and \fINAME=VALUE@\fP (or \fINAME@=VALUE\fP) (where \fIVALUE\fP does not override the \fINAME\fP attribute if it\(cqs already defined in the source document).
73
- Values containing spaces should be enclosed in quotes.
74
+ A value containing spaces must be enclosed in quotes, in the form \fINAME="VALUE WITH SPACES"\fP.
74
75
  .sp
75
76
  This option may be specified more than once.
76
77
  .RE
@@ -263,4 +264,4 @@ Jason Porter wrote the first implementation of the CLI interface provided by thi
263
264
  .SH "COPYING"
264
265
  .sp
265
266
  Copyright (C) 2012\-present Dan Allen, Sarah White, Ryan Waldron, and the individual contributors to Asciidoctor.
266
- Use of this software is granted under the terms of the MIT License.
267
+ Use of this software is granted under the terms of the MIT License.
data/man/asciidoctor.adoc CHANGED
@@ -1,7 +1,7 @@
1
1
  = asciidoctor(1)
2
2
  Dan Allen; Sarah White
3
3
  :doctype: manpage
4
- :release-version: 2.0.17
4
+ :release-version: 2.0.20
5
5
  :man manual: Asciidoctor Manual
6
6
  :man source: Asciidoctor {release-version}
7
7
  ifdef::backend-manpage[:!author:]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: asciidoctor
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.19
4
+ version: 2.0.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Allen