fillable-pdf 0.7.1 → 0.7.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -5
- data/ext/forms-7.1.9.jar +0 -0
- data/ext/{io-7.1.7.jar → io-7.1.9.jar} +0 -0
- data/ext/{kernel-7.1.7.jar → kernel-7.1.9.jar} +0 -0
- data/ext/layout-7.1.9.jar +0 -0
- data/ext/{slf4j-api-1.7.28.jar → slf4j-api-1.7.29.jar} +0 -0
- data/ext/{slf4j-simple-1.7.28.jar → slf4j-simple-1.7.29.jar} +0 -0
- data/lib/fillable-pdf/version.rb +1 -1
- metadata +8 -8
- data/ext/forms-7.1.7.jar +0 -0
- data/ext/layout-7.1.7.jar +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b7dc484831ca2d2e181d269d0a3edd8e267b13baf970b43edc367274a6cd8629
|
4
|
+
data.tar.gz: 82a788e368997808f8c08824dbc130a0d95bfc5a1c72e439a83bb474508de82d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e21037070edbe7b10143798a27a0e312890c45cc82e3fda731df4657bc3b8d6b4f8d87caca17acce484e6c9b6f5e33d1da05fac6b34679c71a3b254d3d344eb5
|
7
|
+
data.tar.gz: 6814dbe8c682a026fce96ffa8dc99c7f6363983d2b5667a460abab047249b65a9a7f9ad0165298b91bf38b010489e3fbea8460f84e1ca2e7ae595f8858dcd176
|
data/README.md
CHANGED
@@ -5,10 +5,6 @@
|
|
5
5
|
|
6
6
|
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.
|
7
7
|
|
8
|
-
## Known Bugs (Rails + Passenger Phusion only)
|
9
|
-
|
10
|
-
if you are using Rails and hosting the app with Passenger Phusion (be it standalone or as a plugin for Apache or Nginx), the Java code within this gem simply hangs without any errors and warnings. If you need to deploy your Rails application, do not use Passenger Phusion. I have tested Puma, and it works fine. Not sure about other webservers.
|
11
|
-
|
12
8
|
## Installation
|
13
9
|
|
14
10
|
**Ensure that your `JAVA_HOME` variable is set before installing this gem (see examples below).**
|
@@ -236,4 +232,4 @@ Signatory: Richard Rahl
|
|
236
232
|
|
237
233
|
## License
|
238
234
|
|
239
|
-
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
|
235
|
+
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
|
data/ext/forms-7.1.9.jar
ADDED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/lib/fillable-pdf/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fillable-pdf
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Vadim Kononov
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-12-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -84,12 +84,12 @@ files:
|
|
84
84
|
- Rakefile
|
85
85
|
- bin/console
|
86
86
|
- bin/setup
|
87
|
-
- ext/forms-7.1.
|
88
|
-
- ext/io-7.1.
|
89
|
-
- ext/kernel-7.1.
|
90
|
-
- ext/layout-7.1.
|
91
|
-
- ext/slf4j-api-1.7.
|
92
|
-
- ext/slf4j-simple-1.7.
|
87
|
+
- ext/forms-7.1.9.jar
|
88
|
+
- ext/io-7.1.9.jar
|
89
|
+
- ext/kernel-7.1.9.jar
|
90
|
+
- ext/layout-7.1.9.jar
|
91
|
+
- ext/slf4j-api-1.7.29.jar
|
92
|
+
- ext/slf4j-simple-1.7.29.jar
|
93
93
|
- fillable-pdf.gemspec
|
94
94
|
- lib/field.rb
|
95
95
|
- lib/fillable-pdf.rb
|
data/ext/forms-7.1.7.jar
DELETED
Binary file
|
data/ext/layout-7.1.7.jar
DELETED
Binary file
|