wkhtmltopdf-installer 0.12.3.3 → 0.12.4.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7ba4e1c72abb27b386338621ab9750e97a08a869
4
- data.tar.gz: d26843c1c044cfb431d21f79fef837eb830df1ea
3
+ metadata.gz: 69d18bdfab313e109039db4fd60c885ad35d6698
4
+ data.tar.gz: 4ff777332bb91e649b3722b0168c0de49f540786
5
5
  SHA512:
6
- metadata.gz: fdce29b8af569b39156afed2dcd5cfdfcbc4c5567368141db378e06a5d59635dfa2345162e6a9b5b07220673d54c8e7c2b0f3338d44617fb7d17cbb0cd0532ce
7
- data.tar.gz: 1b640e06786948a86fe6de47a0fe7196068b639565530e96f5c42d3d0e551d07482712438ffe8a5ccb0ebcbb52ce311ffd24661b0c73076dcf4f38afe9c11470
6
+ metadata.gz: 3dddec21bbf437b4aabedc791df495e3d30b5a19226e7ea28bbd81537ac41b882c6ef693f91f8f17f12edc2ebd63ebf5532aa34077a97f02406a4c998e4f30d6
7
+ data.tar.gz: 15fee36423a83f6bd2795729127d335b34ef160e9d9ae682a7c59f43464bf34e77b8ae9d4e5eb492bdd305555b8e46d147d5c30a3fad17885cdcea3660f32790
@@ -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
 
@@ -25,12 +25,13 @@ def makefile_dir
25
25
  end
26
26
 
27
27
  # Some examples:
28
- # "http://download.gna.org/wkhtmltopdf/0.12/#{version}/wkhtmltox-#{version}_osx-cocoa-x86-64.pkg"
29
- # "http://download.gna.org/wkhtmltopdf/0.12/#{version}/wkhtmltox-#{version}_linux-generic-amd64.deb"
30
- # "http://download.gna.org/wkhtmltopdf/0.12/#{version}/wkhtmltox-#{version}_linux-generic-i386.deb"
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
- "http://download.gna.org/wkhtmltopdf/#{major_version}/#{version}/wkhtmltox-#{version}_#{probe.platform}.#{probe.ext}"
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
-
@@ -1,5 +1,5 @@
1
1
  module WkhtmltopdfInstaller
2
- VERSION = '0.12.3'.freeze
3
- RELEASE_ITERATION = 3
2
+ VERSION = '0.12.4'.freeze
3
+ RELEASE_ITERATION = 2
4
4
  GEM_VERSION = "#{VERSION}.#{RELEASE_ITERATION}"
5
5
  end
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.3.3
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.5.1
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