pdfdetach 0.18.1 → 0.20.1

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: 80cb0b9a5b88694a0e183576543f49b09b9e5266e637d15fe69be3e536f1e0ea
4
- data.tar.gz: 156e079d5ee22d63e1d7108d4f3a4d92355d1a6d2415e27ceed20fd8d72453b0
3
+ metadata.gz: eeb7e3cbfe38fa5c309e8f9f4a54040ed5645c167d636265aa1be84bdd863e2d
4
+ data.tar.gz: 4e6ce67f8b497e312871fa4192474a02a84eeaa5e0e33a898749866101650c85
5
5
  SHA512:
6
- metadata.gz: 9a298fb0aeafe85b8f82adbc57013a48d0348a07276665bf5401daf38a577aa054a9a7f64751a38f777e39567657b2e730e74026fe64e48319edb8b50485fbb1
7
- data.tar.gz: a693e3d5378eaa4529fe45efea6389a296dde7e4c18c04f64d77be4fac297dd980ebc6794148c2965c818b9f609f652bd4beef86f2ce221081e42d1f54b87115
6
+ metadata.gz: fac74ef4bdfcc1ce7fd272df28dfcdc299794c47809fe9f93c10d481f4054f6d3a063648f148d30a8bc4b39ffe68e8dffc571abda79390c1cdea425899944fc1
7
+ data.tar.gz: 710531635b3122a9f7271b4bd3ec7129c8e011f87a83dface76ee07abef93921c05969e7b29a611370a236689cb756ab3b57aeac585d8f0659f92572fb32022c
data/.gitignore CHANGED
@@ -1,5 +1,5 @@
1
1
  bin/*
2
- !bin/18.04
2
+ !bin/20.04
3
3
  libc.so.6
4
4
  libdl.so.2
5
5
  libexpat.so.1
Binary file
Binary file
File without changes
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
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.18.1'
5
- LIB_TARGET = '18.04'
4
+ VERSION = '0.20.1'
5
+ LIB_TARGET = '20.04'
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pdfdetach
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.1
4
+ version: 0.20.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alvaro Cabrera
@@ -34,23 +34,24 @@ files:
34
34
  - ".gitignore"
35
35
  - Gemfile
36
36
  - Rakefile
37
- - bin/18.04/lib/libfontconfig.so.1
38
- - bin/18.04/lib/libfreetype.so.6
39
- - bin/18.04/lib/libjbig.so.0
40
- - bin/18.04/lib/libjpeg.so.8
41
- - bin/18.04/lib/liblcms2.so.2
42
- - bin/18.04/lib/libnspr4.so
43
- - bin/18.04/lib/libnss3.so
44
- - bin/18.04/lib/libnssutil3.so
45
- - bin/18.04/lib/libplc4.so
46
- - bin/18.04/lib/libplds4.so
47
- - bin/18.04/lib/libpng16.so.16
48
- - bin/18.04/lib/libpoppler.so.73
49
- - bin/18.04/lib/libpthread.so.0
50
- - bin/18.04/lib/librt.so.1
51
- - bin/18.04/lib/libsmime3.so
52
- - bin/18.04/lib/libtiff.so.5
53
- - bin/18.04/pdfdetach
37
+ - bin/20.04/lib/libfontconfig.so.1
38
+ - bin/20.04/lib/libfreetype.so.6
39
+ - bin/20.04/lib/libjbig.so.0
40
+ - bin/20.04/lib/libjpeg.so.8
41
+ - bin/20.04/lib/liblcms2.so.2
42
+ - bin/20.04/lib/libnspr4.so
43
+ - bin/20.04/lib/libnss3.so
44
+ - bin/20.04/lib/libnssutil3.so
45
+ - bin/20.04/lib/libopenjp2.so.7
46
+ - bin/20.04/lib/libplc4.so
47
+ - bin/20.04/lib/libplds4.so
48
+ - bin/20.04/lib/libpng16.so.16
49
+ - bin/20.04/lib/libpoppler.so.97
50
+ - bin/20.04/lib/libpthread.so.0
51
+ - bin/20.04/lib/libsmime3.so
52
+ - bin/20.04/lib/libtiff.so.5
53
+ - bin/20.04/lib/libwebp.so.6
54
+ - bin/20.04/pdfdetach
54
55
  - lib/pdfdetach.rb
55
56
  - lib/pdfdetach/configuration.rb
56
57
  - lib/pdfdetach/main.rb
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
data/bin/18.04/pdfdetach DELETED
Binary file