acrofill 0.1.1 → 0.1.2

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +22 -1
  3. data/lib/acrofill/version.rb +1 -1
  4. metadata +3 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 33e5bcd52afaae06f765c6e4342bdb98d051ec8ece25a41616e8d38c16de081f
4
- data.tar.gz: f1f4b9e8ec240585c531bc9e4935072b3df7d739c0a872e3b3a151a54cd3cbb5
3
+ metadata.gz: 8192b1e65d4be56876296608eecae9371866700b8a2016d6bbedad79062fca33
4
+ data.tar.gz: 750c2b6ccd33d9e335933c6f5e5f906f0ca8adb0f5aa07e98a4eb6019104c0f9
5
5
  SHA512:
6
- metadata.gz: ac9f95c2a5d7fe3a7bd939ec30b84f676c25875217b46ca2c55bbb924625077aae6c2e4bd567cc89a13577b6fd692010b73e3565f5bb30deda01d58dff345baf
7
- data.tar.gz: d80186517e1b68256c65b414412d9b9fe897112a1acd08e7cf2917ddf1a3d9510c8eb91618018004a83bfd8975808bdb22e018d393c92eb8cf2e25e82ad62d8a
6
+ metadata.gz: c081d29edbd239103797267d4f47cf2ed18ef3fa46026acae8ffc03b8d27e1b13e9477bba89c7646a554774059905bd833cd7d5df41717d95eb90ab72286d0f6
7
+ data.tar.gz: a0b575761f075a4fc8f7690b85ec7addee099fcf5ef29ff5f1201e72ee47fd873398645c2dd51af07476073f3cb85f8cbc7570b46af158900372201c60841098
data/CHANGELOG.md CHANGED
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.1.2] - 2026-07-24
11
+
12
+ ### Added
13
+
14
+ - Expanded regression coverage: `/Q 2` right alignment, per-line multiline
15
+ centering, flatten geometry with a non-identity `/Matrix`, checkbox
16
+ state stamping, pushbutton and signature fields, deep hierarchical
17
+ names, reference-cycle guards, and `Template` snapshot isolation.
18
+ No library code changes.
19
+
20
+ ## [0.1.1] - 2026-07-24
21
+
10
22
  ### Fixed
11
23
 
12
24
  - Parse failures from lazily materialized objects and parser stack
@@ -21,6 +33,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
33
  now be checked: an exact state-name match takes precedence over the
22
34
  false-ish uncheck heuristic.
23
35
 
36
+ ### Changed
37
+
38
+ - Single-line appearance baseline placement now matches pdftk exactly:
39
+ `ty = (h - ascent * size) / 2`.
40
+ - Required Ruby version raised from `>= 3.0` to `>= 3.2` (3.0/3.1 are EOL
41
+ and untested in CI).
42
+
24
43
  ## [0.1.0] - 2026-07-24
25
44
 
26
45
  ### Added
@@ -35,5 +54,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
35
54
  - `PdfForms`-compatible entry points (`Acrofill.new`, `fill_form`, `fields`,
36
55
  `field_names`).
37
56
 
38
- [Unreleased]: https://github.com/stiig/acrofill/compare/v0.1.0...HEAD
57
+ [Unreleased]: https://github.com/stiig/acrofill/compare/v0.1.2...HEAD
58
+ [0.1.2]: https://github.com/stiig/acrofill/compare/v0.1.1...v0.1.2
59
+ [0.1.1]: https://github.com/stiig/acrofill/compare/v0.1.0...v0.1.1
39
60
  [0.1.0]: https://github.com/stiig/acrofill/releases/tag/v0.1.0
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Acrofill
4
- VERSION = '0.1.1'
4
+ VERSION = '0.1.2'
5
5
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: acrofill
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - stiig
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2026-07-24 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: pdf-reader
@@ -27,7 +26,6 @@ dependencies:
27
26
  description: Fills PDF form fields (text, checkbox, radio, choice) in-process and
28
27
  optionally flattens the result into static page content. An MIT-licensed, no-dependencies-on-binaries
29
28
  alternative to the pdftk fill_form pipeline.
30
- email:
31
29
  executables: []
32
30
  extensions: []
33
31
  extra_rdoc_files: []
@@ -54,7 +52,6 @@ metadata:
54
52
  changelog_uri: https://github.com/stiig/acrofill/blob/main/CHANGELOG.md
55
53
  bug_tracker_uri: https://github.com/stiig/acrofill/issues
56
54
  rubygems_mfa_required: 'true'
57
- post_install_message:
58
55
  rdoc_options: []
59
56
  require_paths:
60
57
  - lib
@@ -69,8 +66,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
66
  - !ruby/object:Gem::Version
70
67
  version: '0'
71
68
  requirements: []
72
- rubygems_version: 3.1.6
73
- signing_key:
69
+ rubygems_version: 3.6.9
74
70
  specification_version: 4
75
71
  summary: Pure-Ruby PDF form (AcroForm) filling and flattening
76
72
  test_files: []