hexapdf 0.14.4 → 0.15.0

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hexapdf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.4
4
+ version: 0.15.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Leitner
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-02-27 00:00:00.000000000 Z
11
+ date: 2021-04-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cmdparse
@@ -359,6 +359,7 @@ files:
359
359
  - lib/hexapdf/type/acro_form/choice_field.rb
360
360
  - lib/hexapdf/type/acro_form/field.rb
361
361
  - lib/hexapdf/type/acro_form/form.rb
362
+ - lib/hexapdf/type/acro_form/signature_field.rb
362
363
  - lib/hexapdf/type/acro_form/text_field.rb
363
364
  - lib/hexapdf/type/acro_form/variable_text_field.rb
364
365
  - lib/hexapdf/type/action.rb
@@ -595,6 +596,7 @@ files:
595
596
  - test/hexapdf/type/acro_form/test_choice_field.rb
596
597
  - test/hexapdf/type/acro_form/test_field.rb
597
598
  - test/hexapdf/type/acro_form/test_form.rb
599
+ - test/hexapdf/type/acro_form/test_signature_field.rb
598
600
  - test/hexapdf/type/acro_form/test_text_field.rb
599
601
  - test/hexapdf/type/acro_form/test_variable_text_field.rb
600
602
  - test/hexapdf/type/actions/test_launch.rb