wkhtmltopdf-installer 0.12.3.3 → 0.12.4.2
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/ext/Makefile.macos +3 -3
- data/ext/extconf.rb +6 -6
- data/lib/wkhtmltopdf_installer/version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 69d18bdfab313e109039db4fd60c885ad35d6698
|
|
4
|
+
data.tar.gz: 4ff777332bb91e649b3722b0168c0de49f540786
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3dddec21bbf437b4aabedc791df495e3d30b5a19226e7ea28bbd81537ac41b882c6ef693f91f8f17f12edc2ebd63ebf5532aa34077a97f02406a4c998e4f30d6
|
|
7
|
+
data.tar.gz: 15fee36423a83f6bd2795729127d335b34ef160e9d9ae682a7c59f43464bf34e77b8ae9d4e5eb492bdd305555b8e46d147d5c30a3fad17885cdcea3660f32790
|
data/ext/Makefile.macos
CHANGED
|
@@ -6,7 +6,7 @@ payload = $(pkg_content)/Payload
|
|
|
6
6
|
app_tar_xz = $(TMPDIR)/usr/local/share/wkhtmltox-installer/app.tar.xz
|
|
7
7
|
|
|
8
8
|
unpack: tmp $(DOWNLOADED)
|
|
9
|
-
pkgutil --expand $(DOWNLOADED) $(pkg_content)
|
|
10
|
-
tar -xf $(payload) -C $(TMPDIR)
|
|
11
|
-
tar -xzf $(app_tar_xz) -C $(TMPDIR)
|
|
9
|
+
/usr/sbin/pkgutil --expand $(DOWNLOADED) $(pkg_content)
|
|
10
|
+
/usr/bin/tar -xf $(payload) -C $(TMPDIR)
|
|
11
|
+
/usr/bin/tar -xzf $(app_tar_xz) -C $(TMPDIR)
|
|
12
12
|
|
data/ext/extconf.rb
CHANGED
|
@@ -25,12 +25,13 @@ def makefile_dir
|
|
|
25
25
|
end
|
|
26
26
|
|
|
27
27
|
# Some examples:
|
|
28
|
-
# "
|
|
29
|
-
# "
|
|
30
|
-
# "
|
|
28
|
+
# "https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/#{version}/wkhtmltox-#{version}_osx-cocoa-x86-64.pkg"
|
|
29
|
+
# "https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/#{version}/wkhtmltox-#{version}_linux-generic-amd64.tar.xz"
|
|
30
|
+
# "https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/#{version}/wkhtmltox-#{version}_linux-generic-i386.tar.xz"
|
|
31
|
+
|
|
31
32
|
def package_url
|
|
32
|
-
major_version = version.gsub(/^(\d+\.\d+).*$/, '\1')
|
|
33
|
-
"
|
|
33
|
+
# major_version = version.gsub(/^(\d+\.\d+).*$/, '\1')
|
|
34
|
+
"https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/#{version}/wkhtmltox-#{version}_#{probe.platform}.#{probe.ext}"
|
|
34
35
|
end
|
|
35
36
|
|
|
36
37
|
# The main Makefile contains settings only. The actual work is done by os-specific Makefile.xxxxx files
|
|
@@ -44,4 +45,3 @@ install: copy clean
|
|
|
44
45
|
include Makefile.#{probe.script}
|
|
45
46
|
include Makefile.common
|
|
46
47
|
EOF
|
|
47
|
-
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wkhtmltopdf-installer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.12.
|
|
4
|
+
version: 0.12.4.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Vladimir Yartsev
|
|
@@ -45,7 +45,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
45
45
|
version: '0'
|
|
46
46
|
requirements: []
|
|
47
47
|
rubyforge_project:
|
|
48
|
-
rubygems_version: 2.
|
|
48
|
+
rubygems_version: 2.6.10
|
|
49
49
|
signing_key:
|
|
50
50
|
specification_version: 4
|
|
51
51
|
summary: Light-weight cross-platform wkhtmltopdf binary installer
|