wkhtmltopdf-heroku 2.12.4.0 → 2.12.5.0.pre.alpha
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/README.mdown +9 -7
- data/VERSION +1 -1
- data/bin/wkhtmltopdf-linux-amd64 +0 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: d32d590628f685c6731d90a40e695d87679bf2492f93303debba58956fae1900
|
4
|
+
data.tar.gz: 0ffb817a549748404689bd1af40a5535dd9b147b8d414a5010a04fe44073169f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 12556e31c4fbbfc61bf1ef21483a73e69df9f35848c3ff64cece3bb4dbfa65eaa75b3e7dd56b1edd137339c56a7947eb31793157f1fccac9f3296922b171a4cb
|
7
|
+
data.tar.gz: d7aa2a20c357991ce7663d3e25ce2b2524eaee50a9b942875dc895ec712f4df003fdc0cfd460bbf91166558e6183e27fd0a36b11cc8d277b6d76314bef827b92
|
data/README.mdown
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
# wkhtmltopdf-heroku
|
2
2
|
|
3
|
-
Provides a [wkhtmltopdf](http://wkhtmltopdf.org/) binary for [Heroku](http://www.heroku.com/)
|
3
|
+
Provides a [wkhtmltopdf](http://wkhtmltopdf.org/) binary for [Heroku](http://www.heroku.com/) Ubuntu 16.04 LTS environment.
|
4
4
|
|
5
|
-
Preconfigures [pdfkit](https://rubygems.org/gems/pdfkit), [wicked_pdf](https://rubygems.org/gems/wicked_pdf) and [wisepdf](http://rubygems.org/gems/wisepdf) to use this binary if they are loaded.
|
5
|
+
Preconfigures [pdfkit](https://rubygems.org/gems/pdfkit), [wicked_pdf](https://rubygems.org/gems/wicked_pdf), and [wisepdf](http://rubygems.org/gems/wisepdf) to use this binary if they are loaded.
|
6
6
|
|
7
7
|
## Installation
|
8
8
|
|
@@ -40,19 +40,21 @@ re-configuring the binary path again in their initializer files.
|
|
40
40
|
You will need to configure the path manually. You can get the path to
|
41
41
|
the executable by using this: `Gem.bin_path('wkhtmltopdf-heroku', 'wkhtmltopdf-linux-amd64')`
|
42
42
|
|
43
|
-
|
43
|
+
## Current wkhtmltopdf binary Version
|
44
|
+
|
45
|
+
[0.12.5.0 Linux Generic AMD64](https://github.com/wkhtmltopdf/wkhtmltopdf/tree/0.12.5)
|
44
46
|
|
45
47
|
For more details see wkhtmltopdf [Changelog](https://github.com/wkhtmltopdf/wkhtmltopdf/blob/master/CHANGELOG.md)
|
46
48
|
|
47
|
-
|
49
|
+
## Supported Heroku Stacks
|
48
50
|
|
49
|
-
|
51
|
+
* [Cedar-16](https://devcenter.heroku.com/articles/heroku-16-stack)
|
50
52
|
|
51
|
-
|
53
|
+
## Contributors
|
52
54
|
|
53
55
|
* @bradphelan
|
54
56
|
* @pallymore
|
55
57
|
|
56
|
-
|
58
|
+
## Copyright
|
57
59
|
|
58
60
|
Copyright (c) 2011 Brad Phelan. See LICENSE.txt for further details.
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.12.
|
1
|
+
2.12.5.0-alpha
|
data/bin/wkhtmltopdf-linux-amd64
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: wkhtmltopdf-heroku
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.12.
|
4
|
+
version: 2.12.5.0.pre.alpha
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brad Phelan
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-06-29 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: This gem provides a wkhtmltopdf binary and configures wisepdf, wicked_pdf,
|
14
14
|
and pdfkit for ruby based applications running in Heroku's Cedar-14 stack
|
@@ -46,7 +46,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
46
46
|
version: '0'
|
47
47
|
requirements: []
|
48
48
|
rubyforge_project:
|
49
|
-
rubygems_version: 2.
|
49
|
+
rubygems_version: 2.7.6
|
50
50
|
signing_key:
|
51
51
|
specification_version: 4
|
52
52
|
summary: provides wkhtmltopdf binaries for heroku cedar-14 stack
|