wkhtmltoimage-binary 0.11.0.1.1 → 0.12
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +1 -1
- data/bin/wkhtmltoimage +3 -1
- data/lib/wkhtmltoimage-binary/version.rb +1 -1
- data/libexec/wkhtmltoimage-darwin-x86 +0 -0
- data/wkhtmltoimage-binary.gemspec +2 -2
- metadata +8 -6
data/README.md
CHANGED
data/bin/wkhtmltoimage
CHANGED
@@ -5,8 +5,10 @@ arch = case RUBY_PLATFORM
|
|
5
5
|
'amd64'
|
6
6
|
when /linux/
|
7
7
|
'i386'
|
8
|
+
when /darwin/
|
9
|
+
'darwin-x86'
|
8
10
|
else
|
9
|
-
raise "Invalid platform. Must be running linux."
|
11
|
+
raise "Invalid platform. Must be running linux or Mac."
|
10
12
|
end
|
11
13
|
|
12
14
|
args = $*.map { |x| x.include?(' ') ? "'" + x + "'" : x }
|
Binary file
|
@@ -7,8 +7,8 @@ Gem::Specification.new do |gem|
|
|
7
7
|
gem.name = "wkhtmltoimage-binary"
|
8
8
|
gem.version = Wkhtmltoimage::Binary::VERSION
|
9
9
|
gem.authors = ["themilkman"]
|
10
|
-
gem.description = %q{Provides linux binaries for wkhtmltoimage project in an easily accessible package. Based on the wkhtmltopdf-binary gem of steerio. wkhtmltoimage is LGPL licenced.}
|
11
|
-
gem.summary = %q{Provides linux binaries for wkhtmltoimage project in an easily accessible package.}
|
10
|
+
gem.description = %q{Provides linux and Mac binaries for wkhtmltoimage project in an easily accessible package. Based on the wkhtmltopdf-binary gem of steerio. wkhtmltoimage is LGPL licenced.}
|
11
|
+
gem.summary = %q{Provides linux and Mac binaries for wkhtmltoimage project in an easily accessible package.}
|
12
12
|
|
13
13
|
gem.files = `git ls-files`.split($/)
|
14
14
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: wkhtmltoimage-binary
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: '0.12'
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,10 +9,11 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2014-12-01 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
|
-
description: Provides linux binaries for wkhtmltoimage project in an easily
|
15
|
-
package. Based on the wkhtmltopdf-binary gem of steerio. wkhtmltoimage
|
14
|
+
description: Provides linux and Mac binaries for wkhtmltoimage project in an easily
|
15
|
+
accessible package. Based on the wkhtmltopdf-binary gem of steerio. wkhtmltoimage
|
16
|
+
is LGPL licenced.
|
16
17
|
email:
|
17
18
|
executables:
|
18
19
|
- wkhtmltoimage
|
@@ -28,6 +29,7 @@ files:
|
|
28
29
|
- lib/wkhtmltoimage-binary.rb
|
29
30
|
- lib/wkhtmltoimage-binary/version.rb
|
30
31
|
- libexec/wkhtmltoimage-amd64
|
32
|
+
- libexec/wkhtmltoimage-darwin-x86
|
31
33
|
- libexec/wkhtmltoimage-i386
|
32
34
|
- wkhtmltoimage-binary.gemspec
|
33
35
|
homepage:
|
@@ -50,9 +52,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
50
52
|
version: '0'
|
51
53
|
requirements: []
|
52
54
|
rubyforge_project:
|
53
|
-
rubygems_version: 1.8.
|
55
|
+
rubygems_version: 1.8.23
|
54
56
|
signing_key:
|
55
57
|
specification_version: 3
|
56
|
-
summary: Provides linux binaries for wkhtmltoimage project in an easily accessible
|
58
|
+
summary: Provides linux and Mac binaries for wkhtmltoimage project in an easily accessible
|
57
59
|
package.
|
58
60
|
test_files: []
|