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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3105d6a8fe53b1a6e31ba6c13742fcf1084e9a37e54e6163545962e0afad39c9
4
- data.tar.gz: be445e7766b56bf10b87a08683909932039e3bdd6ed99d2f743635f24f650867
3
+ metadata.gz: 6759e7cfdd5a0a97c20a9e98926b6c8e40d5a31b6543407e87cfd574806564d7
4
+ data.tar.gz: 59cda9afff539dc1bfb3ef194e4cb6a83c5208d8287dbfc8ed35a15bd5788829
5
5
  SHA512:
6
- metadata.gz: 7bc9900f789332db17d1b754a911139fd99e14b2410bcaab167311b0d29404fffe0131ea450963fee265c9db0daaa50852371b5ca63f2eadc39c636c3ce62126
7
- data.tar.gz: 412662633f9de92c60cecceaea7bee5afda28c7b55edb5f76d8a424ab9b096a4f598bca4e7ef99adcbe41da090e84a9b1247c99301e25746dd0b5140ad024d51
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
- [![Gem Version](https://img.shields.io/gem/v/fillable-pdf.svg)](https://rubygems.org/gems/fillable-pdf)
5
- [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
6
- [![Lint Status](https://github.com/vkononov/fillable-pdf/actions/workflows/lint.yml/badge.svg)](https://github.com/vkononov/fillable-pdf/actions/workflows/lint.yml)
7
- [![Test Status](https://github.com/vkononov/fillable-pdf/actions/workflows/test.yml/badge.svg)](https://github.com/vkononov/fillable-pdf/actions/workflows/test.yml)
4
+ [![Gem Version](https://img.shields.io/gem/v/fillable-pdf.svg?label=Gem&logo=rubygems&logoColor=white)](https://rubygems.org/gems/fillable-pdf)
5
+ [![Ruby](https://img.shields.io/badge/Ruby-2.4%20to%204.0-CC342D?logo=ruby&logoColor=white)](https://github.com/vkononov/fillable-pdf/blob/main/.github/workflows/test.yml)
6
+ [![JDK](https://img.shields.io/badge/JDK-8%20to%2026-007396?logo=openjdk&logoColor=white)](https://github.com/vkononov/fillable-pdf/blob/main/.github/workflows/test.yml)
7
+ [![Test Matrix](https://img.shields.io/github/actions/workflow/status/vkononov/fillable-pdf/test.yml?branch=main&label=Test%20Matrix&logo=github)](https://github.com/vkononov/fillable-pdf/actions/workflows/test.yml)
8
+ [![Lint](https://img.shields.io/github/actions/workflow/status/vkononov/fillable-pdf/lint.yml?branch=main&label=Lint&logo=github)](https://github.com/vkononov/fillable-pdf/actions/workflows/lint.yml)
9
+ [![License](https://img.shields.io/badge/License-MIT-blue.svg)](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 `Ruby >= 2.4.0` with `JDK >= 8`
13
+ Supports **Ruby 2.4 latest** and **JDK 8 → latest**, with the full Ruby/Java matrix tested daily in CI.
12
14
 
13
15
  [!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/yellow_img.png)](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 supposed due to an [issue](https://github.com/arton/rjb/issues/88) with the [rjb](https://github.com/arton/rjb) gem dependency.
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
@@ -1,3 +1,3 @@
1
1
  class FillablePDF
2
- VERSION = '1.1.1'
2
+ VERSION = '1.1.2'
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.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.0.jar
66
- - ext/font-asian-9.7.0.jar
67
- - ext/forms-9.7.0.jar
68
- - ext/io-9.7.0.jar
69
- - ext/kernel-9.7.0.jar
70
- - ext/layout-9.7.0.jar
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