pdfdetach 0.16.1 → 0.18.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: 83aef705306885cd6f45593096fb050f46933b5ef5b486a8e5aa2b929517f6d4
4
- data.tar.gz: 3e2638da89ed2e8e41e59115105587c9b4b554a2606f7bd5f74195df16f23810
3
+ metadata.gz: 80cb0b9a5b88694a0e183576543f49b09b9e5266e637d15fe69be3e536f1e0ea
4
+ data.tar.gz: 156e079d5ee22d63e1d7108d4f3a4d92355d1a6d2415e27ceed20fd8d72453b0
5
5
  SHA512:
6
- metadata.gz: 4c1f6bc18f69d59a0a1ff2eb6f4d07f4960c310c676ae233d54b72228c784a2942d92d45bf61ea0cd4607593cfaf11e5944349848488893e2efead705a6547e1
7
- data.tar.gz: 50e86695b107a1a3be9ed7e14f146c2a6d2d80418c795fa6d2b936241bcf40d4e776b019f2a15788899b56ae03a989f189bd7c1c8fb85813059cf5266df34918
6
+ metadata.gz: 9a298fb0aeafe85b8f82adbc57013a48d0348a07276665bf5401daf38a577aa054a9a7f64751a38f777e39567657b2e730e74026fe64e48319edb8b50485fbb1
7
+ data.tar.gz: a693e3d5378eaa4529fe45efea6389a296dde7e4c18c04f64d77be4fac297dd980ebc6794148c2965c818b9f609f652bd4beef86f2ce221081e42d1f54b87115
data/.gitignore CHANGED
@@ -1,5 +1,5 @@
1
1
  bin/*
2
- !bin/16.04
2
+ !bin/18.04
3
3
  libc.so.6
4
4
  libdl.so.2
5
5
  libexpat.so.1
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.16.1'
5
- LIB_TARGET = '16.04'
4
+ VERSION = '0.18.1'
5
+ LIB_TARGET = '18.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.16.1
4
+ version: 0.18.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alvaro Cabrera
@@ -34,16 +34,23 @@ files:
34
34
  - ".gitignore"
35
35
  - Gemfile
36
36
  - Rakefile
37
- - bin/16.04/lib/libfontconfig.so.1
38
- - bin/16.04/lib/libfreetype.so.6
39
- - bin/16.04/lib/libjbig.so.0
40
- - bin/16.04/lib/libjpeg.so.8
41
- - bin/16.04/lib/liblcms2.so.2
42
- - bin/16.04/lib/libpng12.so.0
43
- - bin/16.04/lib/libpoppler.so.58
44
- - bin/16.04/lib/libpthread.so.0
45
- - bin/16.04/lib/libtiff.so.5
46
- - bin/16.04/pdfdetach
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
47
54
  - lib/pdfdetach.rb
48
55
  - lib/pdfdetach/configuration.rb
49
56
  - lib/pdfdetach/main.rb
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file