fillable-pdf 0.8.0 → 0.9.0

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: d5ab7087bc8f229f961c0da0082be323be426d8ec7ab4b2393f40bc802f4d43a
4
- data.tar.gz: bb1470fd017ec78765c4fe4885ab946bd94167e01c28b7768d0fcca7e490729a
3
+ metadata.gz: 4c6c8de9fa4ada4510bb7107e520ce0d32a6723888d30aba6d76e4e398e544cf
4
+ data.tar.gz: cade4f5c56cca602d963121aa7f5bd4291c30f5d8f7ef4247b26af01168d1f40
5
5
  SHA512:
6
- metadata.gz: '0058f8ca36432a67568682669156536accd1da68bf345617289ac0b1defab458f6f47ab69ebc08ea872d60ad5573e8fab743904e8bbb71620eff25c4511a727a'
7
- data.tar.gz: b77167e17b342c26e3e0003ab468016947e06567f042aef227175bfa368dc062728803347fc75565a81c871fde4a2a0807d1f3bf35e28a773477ea26022a893b
6
+ metadata.gz: 9c09781488b61c8d77d0b08ce978a17d6fb0f124b22bfbb38a278973e78aaabbf8dd746e2a6c253d83e498ad045623f4662563bbd63254d004b668e120b2928a
7
+ data.tar.gz: 94f466d2a1af9f91d8262e3b84c482a8bda5dc2ff122fa58aa168592b93314954bfce1f8c5f454e8d38e8a1b0f0b1e5d921251703bd96cab3e0602e321d90761
@@ -1,3 +1,7 @@
1
+ The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
2
+
3
+ However, you must also adhere to the [iText License](https://github.com/itext/itext7) when using this gem in your project.
4
+
1
5
  The MIT License (MIT)
2
6
 
3
7
  Copyright (c) 2016 Vadim Kononov
data/README.md CHANGED
@@ -266,3 +266,5 @@ Signatory: Richard Rahl
266
266
  ## License
267
267
 
268
268
  The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
269
+
270
+ However, you must also adhere to the [iText License](https://github.com/itext/itext7) when using this gem in your project.
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -1,3 +1,3 @@
1
1
  class FillablePDF
2
- VERSION = '0.8.0'
2
+ VERSION = '0.9.0'
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.8.0
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vadim Kononov
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-01-16 00:00:00.000000000 Z
11
+ date: 2020-05-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -79,16 +79,16 @@ files:
79
79
  - ".rubocop.yml"
80
80
  - ".travis.yml"
81
81
  - Gemfile
82
- - LICENSE.txt
82
+ - LICENSE.md
83
83
  - README.md
84
84
  - Rakefile
85
85
  - bin/console
86
86
  - bin/setup
87
- - ext/font-asian-7.1.9.jar
88
- - ext/forms-7.1.9.jar
89
- - ext/io-7.1.9.jar
90
- - ext/kernel-7.1.9.jar
91
- - ext/layout-7.1.9.jar
87
+ - ext/font-asian-7.1.12.jar
88
+ - ext/forms-7.1.12.jar
89
+ - ext/io-7.1.12.jar
90
+ - ext/kernel-7.1.12.jar
91
+ - ext/layout-7.1.12.jar
92
92
  - ext/slf4j-api-1.7.29.jar
93
93
  - ext/slf4j-simple-1.7.29.jar
94
94
  - fillable-pdf.gemspec
Binary file
Binary file
Binary file
Binary file
Binary file