fillable-pdf 0.7 → 0.7.1

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: 6f75be2cd9e29a9a3d77a62387db476166b59e2fd6b74da3c15f54a46fecb152
4
- data.tar.gz: b1aa52a24db820d00fbf5a8bcf2419f63c5a9e4f7c08429cff2d8e05cae9639f
3
+ metadata.gz: 98551415ece090ead1b812eb236e4c08ad119ea73f843b141f5fffb8a3e8dd8b
4
+ data.tar.gz: a7214cf5bb721a6ad0f54feae1540895b7bb6a15e374af003c94eb1376a42551
5
5
  SHA512:
6
- metadata.gz: 2634346658842e6c27d5be651085443771b5c70c32616dd85fd5aae8d2e0a5f2adee348405cfab7fdd74384f00a8a65726b6b04c2051320f9d74a75f86f9255c
7
- data.tar.gz: 6028a2dd57e7e22a6f7fa1215b5efe72949480d55c9e13db882d6d7932931269ad251cfe3b84f197359039255bee556d2e2fe0aac26d2cbd665ff32302944f6f
6
+ metadata.gz: 8f8d653093a71969ec4e869a369b455f8cf415d6968fa685af5964f9d7ff2ab5d251ad0f2606a0d353cfb25e470898815ca437b77c9328b99378cc28a8bb405c
7
+ data.tar.gz: d534483149998c55e627d65453e9829b0b036da60258de7240bef43c633e61da974436520bb10e743151267b1671a4f22dde539acd45057fddcda160ca74a753
@@ -4,4 +4,7 @@ language: ruby
4
4
  cache: bundler
5
5
  rvm:
6
6
  - 2.6.4
7
- before_install: gem install bundler -v 2.0.2
7
+ jdk:
8
+ - openjdk8
9
+ before_install:
10
+ - gem install bundler -v 2.0.2
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # FillablePDF
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/fillable-pdf.svg)](https://rubygems.org/gems/fillable-pdf)
4
- [![Build Status](https://api.travis-ci.org/plataformatec/fillable-pdf.svg?branch=master)](http://travis-ci.org/plataformatec/fillable-pdf)
4
+ [![Build Status](https://api.travis-ci.org/vkononov/fillable-pdf.svg?branch=master)](http://travis-ci.org/vkononov/fillable-pdf)
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
 
@@ -1,4 +1,4 @@
1
- lib = File.expand_path('../lib', __dir__)
1
+ lib = File.expand_path('lib', __dir__)
2
2
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
3
  require 'fillable-pdf/version'
4
4
 
@@ -1,3 +1,3 @@
1
1
  class FillablePDF
2
- VERSION = '0.7'
2
+ VERSION = '0.7.1'
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: '0.7'
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vadim Kononov