wkhtmltoimage-binary 0.12.4 → 0.12.5

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: 43c71c83bcc113e17fcb1262833a63136074f81f
4
- data.tar.gz: 20aebd8b6a70c23c8edd149f1938dcbb12814de4
3
+ metadata.gz: dd3d28e58fc2ee1946cea24fdd431d5f9508eed9
4
+ data.tar.gz: 983a2b5dceb13e2d6377c8b448eb606352222bb3
5
5
  SHA512:
6
- metadata.gz: df94cdd25827c01a023a9e779f8076cdd36de2286aaa608260d123a3e89702a3b9941eddfe05bc49fd2f40eed8f2a40dfa6817c2b28c5d0374dbcb055051d3bb
7
- data.tar.gz: e226fd8c31bb2f9cdf8e3242bb7dec9f895f682e3f765985266fd9073ae69092ad6c8603f9d369ce065061d145408b60467d59955a1569febf134d6704b6b67e
6
+ metadata.gz: 09a4898b1993f197eb10cff45997e20c037de377398ffd90829557a907de1eeb6f3d48fb846f2176ee0f6b08d7770627e29cd5fbd29cbe1a1d2adccdd8710582
7
+ data.tar.gz: 5f1324c8510cc9eb9ddb92b015c0336ecf0946ae7aef635d9796835370f1ee83dd11353491b20c2219d36d3840d195af8dae6c52dc8fc62b57224e35fc9cbf26
data/README.md CHANGED
@@ -1,14 +1,14 @@
1
- Provides linux and Mac binaries for wkhtmltoimage.
1
+ Provides Linux and Mac binaries of `wkhtmltoimage`.
2
2
 
3
- Uses the current Version of wkhtmltoimage (LGPL)
4
- http://code.google.com/p/wkhtmltopdf/
3
+ Uses the current Version of [`wkhtmltoimage` (LGPL)](http://wkhtmltopdf.org/)
5
4
 
6
- Gem based on:
7
- https://rubygems.org/gems/wkhtmltopdf-binary
8
- https://github.com/steerio/wkhtmltopdf-binary
5
+ This gem is based on the [`wkhtmltopdf-binary`](https://rubygems.org/gems/wkhtmltopdf-binary) gem.
9
6
 
10
7
 
11
8
  ## Installation
12
9
  ```
13
- gem install wkhtmltopdf-binary
10
+ gem install wkhtmltoimage-binary
14
11
  ```
12
+
13
+ ## Usage
14
+ Running `wkhtmltoimage` will auto-select the correct binary for the current platform.
@@ -1,5 +1,5 @@
1
1
  module Wkhtmltoimage
2
2
  module Binary
3
- VERSION = "0.12.4"
3
+ VERSION = "0.12.5"
4
4
  end
5
5
  end
Binary file
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wkhtmltoimage-binary
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.4
4
+ version: 0.12.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - themilkman
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-01-31 00:00:00.000000000 Z
11
+ date: 2018-08-15 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides linux and Mac binaries for wkhtmltoimage project in an easily
14
14
  accessible package. Based on the wkhtmltopdf-binary gem of steerio. wkhtmltoimage
@@ -51,7 +51,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
51
51
  version: '0'
52
52
  requirements: []
53
53
  rubyforge_project:
54
- rubygems_version: 2.2.2
54
+ rubygems_version: 2.4.5.1
55
55
  signing_key:
56
56
  specification_version: 4
57
57
  summary: Provides linux and Mac binaries for wkhtmltoimage project in an easily accessible