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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1369161487e3c0966cd5099d6fa2cae74ecd604d161bcb83250ba2d5884830cf
4
- data.tar.gz: c5bf9d5d034a865111c0697bcb27cc4076e2d7d6591dd38d17d46ea8f1d04afb
3
+ metadata.gz: 23e35addd032e68085d39678ec492b25122be0f739864f464cf26520da63ba58
4
+ data.tar.gz: 69de3798b80e4a16d8dcee828c18f29368e95afab0fb1706e3bae9d9ae5c9754
5
5
  SHA512:
6
- metadata.gz: ea7cd592edbda2faa8f1fe3c3e2d4592349bbe02ab3115da0ce3412f755f96411a16a8027d3643d1857fa77b6f9d1f5421f09772eaf92ef6e144a413fa47873a
7
- data.tar.gz: 24f1c0234e418dc28eb60b1ac0f9ecaa4b46296840cecb11a8acf79803d6a3a6a7f9f5147d37c0705f6ca4605abf331e62898ce326df41796349405a5126ca31
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
- Repackaged from the stalled upstream PRs prawnpdf/pdf-core#67,
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
@@ -3,6 +3,6 @@
3
3
  module Prawn
4
4
  module Accessibility
5
5
  # Gem version. Follows Semantic Versioning (https://semver.org).
6
- VERSION = '1.1.0'
6
+ VERSION = '1.1.1'
7
7
  end
8
8
  end
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.0
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: []