prawn-accessibility 1.1.0 → 1.1.1
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 +4 -4
- data/CHANGELOG.md +5 -3
- data/lib/prawn/accessibility/version.rb +1 -1
- metadata +1 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 23e35addd032e68085d39678ec492b25122be0f739864f464cf26520da63ba58
|
|
4
|
+
data.tar.gz: 69de3798b80e4a16d8dcee828c18f29368e95afab0fb1706e3bae9d9ae5c9754
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9229dd71238f4bd062aa89b09e5fa6f7747b4bd517932fff773b89270f89d7148c2232de4e89a6d0c399c8cb8357031183c83f701af4f0b728a66d196def3dae
|
|
7
|
+
data.tar.gz: b7671f5e4bb5d111a23715b8687066f83b8b85582e93336c9d63cb475c1619170475029f6964ec18bc4920e3b4220b34a4a4051390be5985616929c2310f3add
|
data/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
All notable changes to this project are documented here. This project adheres
|
|
4
4
|
to [Semantic Versioning](https://semver.org).
|
|
5
5
|
|
|
6
|
+
## [1.1.1] - 2026-07-06
|
|
7
|
+
|
|
8
|
+
- Simplify the gem description. Metadata only — no code changes.
|
|
9
|
+
|
|
6
10
|
## [1.1.0] - 2026-07-05
|
|
7
11
|
|
|
8
12
|
- **Opt in with `tagged: true`.** Documents are tagged only when created with
|
|
@@ -37,8 +41,6 @@ Initial release.
|
|
|
37
41
|
with header detection and `/Scope`. Activated automatically when
|
|
38
42
|
`prawn-table` is present; not a required dependency.
|
|
39
43
|
|
|
40
|
-
|
|
41
|
-
prawnpdf/prawn#1391, and prawnpdf/prawn-table#164.
|
|
42
|
-
|
|
44
|
+
[1.1.1]: https://github.com/mes-amis/prawn-accessibility/releases/tag/v1.1.1
|
|
43
45
|
[1.1.0]: https://github.com/mes-amis/prawn-accessibility/releases/tag/v1.1.0
|
|
44
46
|
[1.0.0]: https://github.com/mes-amis/prawn-accessibility/releases/tag/v1.0.0
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: prawn-accessibility
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mes Amis
|
|
@@ -42,11 +42,6 @@ description: |
|
|
|
42
42
|
pdf-core, and (optionally) prawn-table gems. It adds a high-level API for
|
|
43
43
|
marking document structure — headings, paragraphs, figures, tables, and
|
|
44
44
|
artifacts — so Prawn can produce Section 508 / WCAG accessible PDFs.
|
|
45
|
-
|
|
46
|
-
The behavior originates from the stalled upstream pull requests
|
|
47
|
-
prawnpdf/pdf-core#67, prawnpdf/prawn#1391, and prawnpdf/prawn-table#164,
|
|
48
|
-
repackaged here as a standalone gem that patches the released libraries via
|
|
49
|
-
`prepend`/additive re-opens rather than forking them.
|
|
50
45
|
email:
|
|
51
46
|
- craig@monami.io
|
|
52
47
|
executables: []
|