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 CHANGED
@@ -1,4 +1,4 @@
1
- Provides linux binaries for wkhtmltoimage.
1
+ Provides linux and Mac binaries for wkhtmltoimage.
2
2
 
3
3
  Uses the current Version of wkhtmltoimage (LGPL)
4
4
  http://code.google.com/p/wkhtmltopdf/
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 }
@@ -1,5 +1,5 @@
1
1
  module Wkhtmltoimage
2
2
  module Binary
3
- VERSION = "0.11.0.1.1"
3
+ VERSION = "0.12"
4
4
  end
5
5
  end
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.11.0.1.1
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: 2013-02-22 00:00:00.000000000 Z
12
+ date: 2014-12-01 00:00:00.000000000 Z
13
13
  dependencies: []
14
- description: Provides linux binaries for wkhtmltoimage project in an easily accessible
15
- package. Based on the wkhtmltopdf-binary gem of steerio. wkhtmltoimage is LGPL licenced.
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.11
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: []