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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eeb7e3cbfe38fa5c309e8f9f4a54040ed5645c167d636265aa1be84bdd863e2d
4
- data.tar.gz: 4e6ce67f8b497e312871fa4192474a02a84eeaa5e0e33a898749866101650c85
3
+ metadata.gz: 666515d9c11c346a75e923073dc49349fc070648dc79c2ce992ca9d7d2e2ee6f
4
+ data.tar.gz: be6f2d4d326682f6523b1545dca8d19ef0a686b8de13e03a1abdcbba33ceec27
5
5
  SHA512:
6
- metadata.gz: fac74ef4bdfcc1ce7fd272df28dfcdc299794c47809fe9f93c10d481f4054f6d3a063648f148d30a8bc4b39ffe68e8dffc571abda79390c1cdea425899944fc1
7
- data.tar.gz: 710531635b3122a9f7271b4bd3ec7129c8e011f87a83dface76ee07abef93921c05969e7b29a611370a236689cb756ab3b57aeac585d8f0659f92572fb32022c
6
+ metadata.gz: 510983a19088499019df8e5178a818243857b86bcd7e655c8901e6c0e70d3e9743fe87288c6cc0ad9d201361da10df2b6e3cc0864e62b1d1d641e53b63eb10bc
7
+ data.tar.gz: bed386737f187b0c9cbe7288983e0e18b3763e20cb44a1de26bf43b0c17c5e34b8bef520422331a528e0e092b67d2e011c50919900253302634a3b2cebca064f
data/.gitignore CHANGED
@@ -6,9 +6,8 @@ libexpat.so.1
6
6
  libgcc_s.so.1
7
7
  liblzma.so.5
8
8
  libm.so.6
9
- libthread.so.0
9
+ libpthread.so.0
10
10
  libstdc++.so.6
11
11
  libuuid.so.1
12
12
  libz.so.1
13
13
  libzstd.so.1
14
- pkg/*
Binary file
Binary file
Binary file
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class PDFDetach
4
- VERSION = '0.20.1'
4
+ VERSION = '0.20.3'
5
5
  LIB_TARGET = '20.04'
6
6
  end
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.1
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: 2020-10-21 00:00:00.000000000 Z
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.0.6
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