fillable-pdf 1.0.1 → 1.1.0

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: 7546695fbeb3213a736f94e783a85ddb1a60f9b54e2bacf47470f26edcd2b509
4
- data.tar.gz: fe054623093ec69d7e6b8ef5c705963a56ed26054f26c00ff5669cbd7752a540
3
+ metadata.gz: 86d9d4b47bcdfe9e919421ddeb3f325a875054c5b18723afe9378d6e290138c8
4
+ data.tar.gz: 255fc57bbe712386f148180b06f1f4eb209b7b790605e376b441910c65a00f3f
5
5
  SHA512:
6
- metadata.gz: 97c0a10edf7d8998c227f3a979dbdff318b77fe63eb51a9482d6c5436311589ee7dd675ddd5457b4e2f6d9dda65abd4191994c80cf8db93113bed2a743774b55
7
- data.tar.gz: a78d845c56c35dfdaac5c71e09e4ff0306c807b95f368f55813a9b2cb2fb545e6534d6ca33cdd1d0d86fbd7e524f38abc5c544d118006f529ce359ddb0acfc77
6
+ metadata.gz: f660f964c6199766dd443f4915cd5f50acc792c0250b454d945d47fa9a62276ff9aae31ad386fd9c532368ce365cc9e41182dd09a014c7f10e92a2551a9a8d97
7
+ data.tar.gz: 01eaac4d0e54ec2bd20c5c06d9446cd1ce82679dd05d3b2669f3c0932f111a4e4a46b045bccbfd4f06452eed2019df846e4fbea20369e5b1eeda0f3de62bd918
@@ -3,7 +3,7 @@ name: Lint
3
3
  on:
4
4
  push:
5
5
  branches:
6
- - master
6
+ - main
7
7
  pull_request:
8
8
 
9
9
  jobs:
@@ -16,7 +16,7 @@ jobs:
16
16
  fail-fast: false
17
17
  matrix:
18
18
  ruby: [ '4.0', '3.4', '3.3', '3.2', '3.1', '3.0', '2.7', '2.6', '2.5', '2.4' ]
19
- java: [ '8', '11', '17', '21', '23', '25' ]
19
+ java: [ '8', '11', '17', '21', '23', '25', '26' ]
20
20
 
21
21
  steps:
22
22
  - uses: actions/checkout@v4
data/Gemfile CHANGED
@@ -1,6 +1,6 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
- # Specify your gem's dependencies in cloudflare-turnstile-rails.gemspec
3
+ # Specify your gem's dependencies in fillable-pdf.gemspec
4
4
  gemspec
5
5
 
6
6
  # A Ruby library for testing your library against different versions of dependencies
data/README.md CHANGED
@@ -191,10 +191,10 @@ An instance of `FillablePDF` has the following methods at its disposal:
191
191
  # output example: '/Btn'
192
192
 
193
193
  # list of all field types
194
- FillablePDF::Field::BUTTON ('/Btn')
195
- FillablePDF::Field::CHOICE ('/Ch')
196
- FillablePDF::Field::SIGNATURE ('/Sig')
197
- FillablePDF::Field::TEXT ('/Tx')
194
+ FillablePDF::Field::BUTTON # => '/Btn'
195
+ FillablePDF::Field::CHOICE # => '/Ch'
196
+ FillablePDF::Field::SIGNATURE # => '/Sig'
197
+ FillablePDF::Field::TEXT # => '/Tx'
198
198
  ```
199
199
 
200
200
  You can check the field type by using:
Binary file
Binary file
Binary file
@@ -1,3 +1,3 @@
1
1
  class FillablePDF
2
- VERSION = '1.0.1'
2
+ VERSION = '1.1.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fillable-pdf
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vadim Kononov
@@ -72,14 +72,14 @@ files:
72
72
  - bin/console
73
73
  - bin/lint
74
74
  - bin/setup
75
- - ext/commons-9.4.0.jar
76
- - ext/font-asian-9.4.0.jar
77
- - ext/forms-9.4.0.jar
78
- - ext/io-9.4.0.jar
79
- - ext/kernel-9.4.0.jar
80
- - ext/layout-9.4.0.jar
81
- - ext/slf4j-api-2.0.17.jar
82
- - ext/slf4j-simple-2.0.17.jar
75
+ - ext/commons-9.6.0.jar
76
+ - ext/font-asian-9.6.0.jar
77
+ - ext/forms-9.6.0.jar
78
+ - ext/io-9.6.0.jar
79
+ - ext/kernel-9.6.0.jar
80
+ - ext/layout-9.6.0.jar
81
+ - ext/slf4j-api-2.0.18.jar
82
+ - ext/slf4j-simple-2.0.18.jar
83
83
  - fillable-pdf.gemspec
84
84
  - images/blank.png
85
85
  - images/checked.png
@@ -111,7 +111,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
111
111
  version: '0'
112
112
  requirements:
113
113
  - JDK >= 8
114
- rubygems_version: 4.0.3
114
+ rubygems_version: 4.0.10
115
115
  specification_version: 4
116
116
  summary: Fill out or extract field values from simple fillable PDF forms using iText.
117
117
  test_files: []
Binary file
Binary file