fillable-pdf 1.1.1 → 1.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.
- checksums.yaml +4 -4
- data/README.md +8 -6
- data/ext/{commons-9.7.0.jar → commons-9.7.1.jar} +0 -0
- data/ext/{font-asian-9.7.0.jar → font-asian-9.7.1.jar} +0 -0
- data/ext/{forms-9.7.0.jar → forms-9.7.1.jar} +0 -0
- data/ext/{io-9.7.0.jar → io-9.7.1.jar} +0 -0
- data/ext/{kernel-9.7.0.jar → kernel-9.7.1.jar} +0 -0
- data/ext/{layout-9.7.0.jar → layout-9.7.1.jar} +0 -0
- data/lib/fillable-pdf/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6759e7cfdd5a0a97c20a9e98926b6c8e40d5a31b6543407e87cfd574806564d7
|
|
4
|
+
data.tar.gz: 59cda9afff539dc1bfb3ef194e4cb6a83c5208d8287dbfc8ed35a15bd5788829
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c6f97c5a48a92f0606bd6121d99b2ce35f1fe7fffe5983ef50332a66b397242f628d306e1cc29d604c15f223747c0e5c5c7229d55e6da7cf0a0712911060c4d7
|
|
7
|
+
data.tar.gz: 5a8a6633a6f63b9a931ed3e7964bdb05a3ca0902583fe4e31ce1c3ee7af1c8973e39e2aebfee9a35afe2cec8fc1fef4cd8ea379dd26d5ecbaefef8b16502e177
|
data/README.md
CHANGED
|
@@ -1,14 +1,16 @@
|
|
|
1
1
|
|
|
2
2
|
# FillablePDF
|
|
3
3
|
|
|
4
|
-
[](https://rubygems.org/gems/fillable-pdf)
|
|
5
|
-
[](https://rubygems.org/gems/fillable-pdf)
|
|
5
|
+
[](https://github.com/vkononov/fillable-pdf/blob/main/.github/workflows/test.yml)
|
|
6
|
+
[](https://github.com/vkononov/fillable-pdf/blob/main/.github/workflows/test.yml)
|
|
7
|
+
[](https://github.com/vkononov/fillable-pdf/actions/workflows/test.yml)
|
|
8
|
+
[](https://github.com/vkononov/fillable-pdf/actions/workflows/lint.yml)
|
|
9
|
+
[](https://opensource.org/licenses/MIT)
|
|
8
10
|
|
|
9
11
|
FillablePDF is an extremely simple and lightweight utility that bridges iText and Ruby in order to fill out fillable PDF forms or extract field values from previously filled out PDF forms.
|
|
10
12
|
|
|
11
|
-
Supports
|
|
13
|
+
Supports **Ruby 2.4 → latest** and **JDK 8 → latest**, with the full Ruby/Java matrix tested daily in CI.
|
|
12
14
|
|
|
13
15
|
[](https://www.buymeacoffee.com/vkononov)
|
|
14
16
|
|
|
@@ -16,7 +18,7 @@ Supports `Ruby >= 2.4.0` with `JDK >= 8`
|
|
|
16
18
|
|
|
17
19
|
1. Phusion Passenger's [smart spawning](https://www.phusionpassenger.com/library/indepth/ruby/spawn_methods/#the-smart-spawning-method) is not supported. Please see [Deployment with Phusion Passenger + Nginx](#deployment-with-phusion-passenger--nginx) for more information.
|
|
18
20
|
|
|
19
|
-
2. Puma workers (process forking) is not
|
|
21
|
+
2. Puma workers (process forking) is not supported due to an [issue](https://github.com/arton/rjb/issues/88) with the [rjb](https://github.com/arton/rjb) gem dependency.
|
|
20
22
|
|
|
21
23
|
3. If the gem hangs in `development`, removing the following gems may fix the issue:
|
|
22
24
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/lib/fillable-pdf/version.rb
CHANGED
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.1.
|
|
4
|
+
version: 1.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Vadim Kononov
|
|
@@ -62,12 +62,12 @@ extra_rdoc_files: []
|
|
|
62
62
|
files:
|
|
63
63
|
- LICENSE.md
|
|
64
64
|
- README.md
|
|
65
|
-
- ext/commons-9.7.
|
|
66
|
-
- ext/font-asian-9.7.
|
|
67
|
-
- ext/forms-9.7.
|
|
68
|
-
- ext/io-9.7.
|
|
69
|
-
- ext/kernel-9.7.
|
|
70
|
-
- ext/layout-9.7.
|
|
65
|
+
- ext/commons-9.7.1.jar
|
|
66
|
+
- ext/font-asian-9.7.1.jar
|
|
67
|
+
- ext/forms-9.7.1.jar
|
|
68
|
+
- ext/io-9.7.1.jar
|
|
69
|
+
- ext/kernel-9.7.1.jar
|
|
70
|
+
- ext/layout-9.7.1.jar
|
|
71
71
|
- ext/slf4j-api-2.0.18.jar
|
|
72
72
|
- ext/slf4j-simple-2.0.18.jar
|
|
73
73
|
- lib/fillable-pdf.rb
|