acro_that 0.1.8 → 1.0.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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: acro_that
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Wynkoop
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-11-04 00:00:00.000000000 Z
11
+ date: 2025-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: chunky_png
@@ -108,13 +108,17 @@ files:
108
108
  - issues/refactoring-opportunities.md
109
109
  - lib/acro_that.rb
110
110
  - lib/acro_that/actions/add_field.rb
111
- - lib/acro_that/actions/add_signature_appearance.rb
112
111
  - lib/acro_that/actions/base.rb
113
112
  - lib/acro_that/actions/remove_field.rb
114
113
  - lib/acro_that/actions/update_field.rb
115
114
  - lib/acro_that/dict_scan.rb
116
115
  - lib/acro_that/document.rb
117
116
  - lib/acro_that/field.rb
117
+ - lib/acro_that/fields/base.rb
118
+ - lib/acro_that/fields/checkbox.rb
119
+ - lib/acro_that/fields/radio.rb
120
+ - lib/acro_that/fields/signature.rb
121
+ - lib/acro_that/fields/text.rb
118
122
  - lib/acro_that/incremental_writer.rb
119
123
  - lib/acro_that/object_resolver.rb
120
124
  - lib/acro_that/objstm.rb