fillable-pdf 0.8.0 → 0.9.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/{LICENSE.txt → LICENSE.md} +4 -0
- data/README.md +2 -0
- data/ext/font-asian-7.1.12.jar +0 -0
- data/ext/forms-7.1.12.jar +0 -0
- data/ext/io-7.1.12.jar +0 -0
- data/ext/kernel-7.1.12.jar +0 -0
- data/ext/layout-7.1.12.jar +0 -0
- data/lib/fillable-pdf/version.rb +1 -1
- metadata +8 -8
- data/ext/font-asian-7.1.9.jar +0 -0
- data/ext/forms-7.1.9.jar +0 -0
- data/ext/io-7.1.9.jar +0 -0
- data/ext/kernel-7.1.9.jar +0 -0
- data/ext/layout-7.1.9.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: 4c6c8de9fa4ada4510bb7107e520ce0d32a6723888d30aba6d76e4e398e544cf
|
4
|
+
data.tar.gz: cade4f5c56cca602d963121aa7f5bd4291c30f5d8f7ef4247b26af01168d1f40
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9c09781488b61c8d77d0b08ce978a17d6fb0f124b22bfbb38a278973e78aaabbf8dd746e2a6c253d83e498ad045623f4662563bbd63254d004b668e120b2928a
|
7
|
+
data.tar.gz: 94f466d2a1af9f91d8262e3b84c482a8bda5dc2ff122fa58aa168592b93314954bfce1f8c5f454e8d38e8a1b0f0b1e5d921251703bd96cab3e0602e321d90761
|
data/{LICENSE.txt → LICENSE.md}
RENAMED
@@ -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
|
data/ext/io-7.1.12.jar
ADDED
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.
|
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-
|
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.
|
82
|
+
- LICENSE.md
|
83
83
|
- README.md
|
84
84
|
- Rakefile
|
85
85
|
- bin/console
|
86
86
|
- bin/setup
|
87
|
-
- ext/font-asian-7.1.
|
88
|
-
- ext/forms-7.1.
|
89
|
-
- ext/io-7.1.
|
90
|
-
- ext/kernel-7.1.
|
91
|
-
- ext/layout-7.1.
|
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
|
data/ext/font-asian-7.1.9.jar
DELETED
Binary file
|
data/ext/forms-7.1.9.jar
DELETED
Binary file
|
data/ext/io-7.1.9.jar
DELETED
Binary file
|
data/ext/kernel-7.1.9.jar
DELETED
Binary file
|
data/ext/layout-7.1.9.jar
DELETED
Binary file
|