wkhtmltoimage-binary 0.12.2 → 0.12.4

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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 43c71c83bcc113e17fcb1262833a63136074f81f
4
+ data.tar.gz: 20aebd8b6a70c23c8edd149f1938dcbb12814de4
5
+ SHA512:
6
+ metadata.gz: df94cdd25827c01a023a9e779f8076cdd36de2286aaa608260d123a3e89702a3b9941eddfe05bc49fd2f40eed8f2a40dfa6817c2b28c5d0374dbcb055051d3bb
7
+ data.tar.gz: e226fd8c31bb2f9cdf8e3242bb7dec9f895f682e3f765985266fd9073ae69092ad6c8603f9d369ce065061d145408b60467d59955a1569febf134d6704b6b67e
@@ -1,20 +1,17 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  arch = case RUBY_PLATFORM
4
- when /64.*linux/
5
- case `lsb_release -c`
6
- when /jessie/ # Debian 8 - Jessie
7
- 'jessie-amd64'
8
- else
9
- 'amd64'
10
- end
11
- when /linux/
12
- 'i386'
13
- when /darwin/
14
- 'darwin-x86'
15
- else
16
- raise "Invalid platform. Must be running linux or Mac."
17
- end
4
+ when /64.*linux/
5
+ 'amd64'
6
+ when /linux/
7
+ 'i386'
8
+ when /64.*darwin/
9
+ 'darwin-x64'
10
+ when /darwin/
11
+ 'darwin-x86'
12
+ else
13
+ raise "Invalid platform. Must be running linux or Mac."
14
+ end
18
15
 
19
16
  args = $*.map { |x| x.include?(' ') ? "'" + x + "'" : x }
20
17
  cmd = File.expand_path "#{File.dirname(__FILE__)}/../libexec/wkhtmltoimage-#{arch}"
@@ -1,5 +1,5 @@
1
1
  module Wkhtmltoimage
2
2
  module Binary
3
- VERSION = "0.12.2"
3
+ VERSION = "0.12.4"
4
4
  end
5
5
  end
Binary file
Binary file
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wkhtmltoimage-binary
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.2
5
- prerelease:
4
+ version: 0.12.4
6
5
  platform: ruby
7
6
  authors:
8
7
  - themilkman
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2015-07-09 00:00:00.000000000 Z
11
+ date: 2017-01-31 00:00:00.000000000 Z
13
12
  dependencies: []
14
13
  description: Provides linux and Mac binaries for wkhtmltoimage project in an easily
15
14
  accessible package. Based on the wkhtmltopdf-binary gem of steerio. wkhtmltoimage
@@ -20,7 +19,7 @@ executables:
20
19
  extensions: []
21
20
  extra_rdoc_files: []
22
21
  files:
23
- - .gitignore
22
+ - ".gitignore"
24
23
  - Gemfile
25
24
  - LICENSE.txt
26
25
  - README.md
@@ -29,33 +28,32 @@ files:
29
28
  - lib/wkhtmltoimage-binary.rb
30
29
  - lib/wkhtmltoimage-binary/version.rb
31
30
  - libexec/wkhtmltoimage-amd64
31
+ - libexec/wkhtmltoimage-darwin-x64
32
32
  - libexec/wkhtmltoimage-darwin-x86
33
33
  - libexec/wkhtmltoimage-i386
34
- - libexec/wkhtmltoimage-jessie-amd64
35
34
  - wkhtmltoimage-binary.gemspec
36
35
  homepage:
37
36
  licenses: []
37
+ metadata: {}
38
38
  post_install_message:
39
39
  rdoc_options: []
40
40
  require_paths:
41
41
  - lib
42
42
  required_ruby_version: !ruby/object:Gem::Requirement
43
- none: false
44
43
  requirements:
45
- - - ! '>='
44
+ - - ">="
46
45
  - !ruby/object:Gem::Version
47
46
  version: '0'
48
47
  required_rubygems_version: !ruby/object:Gem::Requirement
49
- none: false
50
48
  requirements:
51
- - - ! '>='
49
+ - - ">="
52
50
  - !ruby/object:Gem::Version
53
51
  version: '0'
54
52
  requirements: []
55
53
  rubyforge_project:
56
- rubygems_version: 1.8.23
54
+ rubygems_version: 2.2.2
57
55
  signing_key:
58
- specification_version: 3
56
+ specification_version: 4
59
57
  summary: Provides linux and Mac binaries for wkhtmltoimage project in an easily accessible
60
58
  package.
61
59
  test_files: []