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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 98551415ece090ead1b812eb236e4c08ad119ea73f843b141f5fffb8a3e8dd8b
4
- data.tar.gz: a7214cf5bb721a6ad0f54feae1540895b7bb6a15e374af003c94eb1376a42551
3
+ metadata.gz: b7dc484831ca2d2e181d269d0a3edd8e267b13baf970b43edc367274a6cd8629
4
+ data.tar.gz: 82a788e368997808f8c08824dbc130a0d95bfc5a1c72e439a83bb474508de82d
5
5
  SHA512:
6
- metadata.gz: 8f8d653093a71969ec4e869a369b455f8cf415d6968fa685af5964f9d7ff2ab5d251ad0f2606a0d353cfb25e470898815ca437b77c9328b99378cc28a8bb405c
7
- data.tar.gz: d534483149998c55e627d65453e9829b0b036da60258de7240bef43c633e61da974436520bb10e743151267b1671a4f22dde539acd45057fddcda160ca74a753
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).
Binary file
Binary file
@@ -1,3 +1,3 @@
1
1
  class FillablePDF
2
- VERSION = '0.7.1'
2
+ VERSION = '0.7.2'
3
3
  end
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.1
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-08-31 00:00:00.000000000 Z
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.7.jar
88
- - ext/io-7.1.7.jar
89
- - ext/kernel-7.1.7.jar
90
- - ext/layout-7.1.7.jar
91
- - ext/slf4j-api-1.7.28.jar
92
- - ext/slf4j-simple-1.7.28.jar
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
Binary file
Binary file