pdfdetach 0.20.1 → 0.20.3
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 +4 -4
- data/.gitignore +1 -2
- data/bin/20.04/lib/libfreetype.so.6 +0 -0
- data/bin/20.04/lib/libopenjp2.so.7 +0 -0
- data/bin/20.04/lib/libtiff.so.5 +0 -0
- data/lib/pdfdetach/version.rb +1 -1
- metadata +3 -4
- data/bin/20.04/lib/libpthread.so.0 +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 666515d9c11c346a75e923073dc49349fc070648dc79c2ce992ca9d7d2e2ee6f
|
|
4
|
+
data.tar.gz: be6f2d4d326682f6523b1545dca8d19ef0a686b8de13e03a1abdcbba33ceec27
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 510983a19088499019df8e5178a818243857b86bcd7e655c8901e6c0e70d3e9743fe87288c6cc0ad9d201361da10df2b6e3cc0864e62b1d1d641e53b63eb10bc
|
|
7
|
+
data.tar.gz: bed386737f187b0c9cbe7288983e0e18b3763e20cb44a1de26bf43b0c17c5e34b8bef520422331a528e0e092b67d2e011c50919900253302634a3b2cebca064f
|
data/.gitignore
CHANGED
|
Binary file
|
|
Binary file
|
data/bin/20.04/lib/libtiff.so.5
CHANGED
|
Binary file
|
data/lib/pdfdetach/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pdfdetach
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.20.
|
|
4
|
+
version: 0.20.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alvaro Cabrera
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-05-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: minitest
|
|
@@ -47,7 +47,6 @@ files:
|
|
|
47
47
|
- bin/20.04/lib/libplds4.so
|
|
48
48
|
- bin/20.04/lib/libpng16.so.16
|
|
49
49
|
- bin/20.04/lib/libpoppler.so.97
|
|
50
|
-
- bin/20.04/lib/libpthread.so.0
|
|
51
50
|
- bin/20.04/lib/libsmime3.so
|
|
52
51
|
- bin/20.04/lib/libtiff.so.5
|
|
53
52
|
- bin/20.04/lib/libwebp.so.6
|
|
@@ -75,7 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
75
74
|
- !ruby/object:Gem::Version
|
|
76
75
|
version: '0'
|
|
77
76
|
requirements: []
|
|
78
|
-
rubygems_version: 3.
|
|
77
|
+
rubygems_version: 3.1.4
|
|
79
78
|
signing_key:
|
|
80
79
|
specification_version: 4
|
|
81
80
|
summary: Ruby wrapper for pdfdetach executable
|
|
Binary file
|