wkhtmltopdf-heroku 2.12.5.0 → 2.12.6.0.pre.jammy
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.mdown +10 -14
- data/VERSION +1 -1
- data/bin/wkhtmltopdf-linux-amd64 +0 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: afa62dc2ff87aedaa6488aa13e477e9be3ce3ba499d5efb1287fde206f084ef6
|
4
|
+
data.tar.gz: f278bdb27d011c27384e7f0d20ac8b9a7f855fcae79fa1b81067a432efb7d703
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 50dfaa297a5a6cb251194919e177751dcb10d3c71116b2f533b59b43e7fe11c2572247c41717c66e5ae7de2943633596b00b60d47f1a3cdf0fc6c415892a85d2
|
7
|
+
data.tar.gz: 874ff90f0e98b883caac682965ab895d181dec72643ce72206ac35abda102d32abae4219c12e55dd01cb7a3486961a76b171800d2c514142b0162c06df2bd57e
|
data/README.mdown
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# wkhtmltopdf-heroku
|
2
2
|
|
3
|
-
Provides a [wkhtmltopdf](http://wkhtmltopdf.org/) binary for [Heroku](http://www.heroku.com/) Ubuntu
|
3
|
+
Provides a [wkhtmltopdf](http://wkhtmltopdf.org/) binary for [Heroku](http://www.heroku.com/) Ubuntu 22 LTS environment.
|
4
4
|
|
5
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
|
|
@@ -8,17 +8,13 @@ Preconfigures [pdfkit](https://rubygems.org/gems/pdfkit), [wicked_pdf](https://r
|
|
8
8
|
|
9
9
|
In your `Gemfile`:
|
10
10
|
|
11
|
-
For Heroku Stack
|
11
|
+
For Heroku Stack 22:
|
12
12
|
|
13
13
|
```ruby
|
14
|
-
|
14
|
+
gem 'wkhtmltopdf-heroku', '2.12.6.0.pre.jammy'
|
15
15
|
```
|
16
16
|
|
17
|
-
|
18
|
-
|
19
|
-
```ruby
|
20
|
-
gem 'wkhtmltopdf-heroku', '2.12.4'
|
21
|
-
```
|
17
|
+
Thank you @igallart for [building the binary](https://github.com/wkhtmltopdf/packaging/issues/114).
|
22
18
|
|
23
19
|
## Usage
|
24
20
|
|
@@ -48,20 +44,20 @@ re-configuring the binary path again in their initializer files.
|
|
48
44
|
You will need to configure the path manually. You can get the path to
|
49
45
|
the executable by using this: `Gem.bin_path('wkhtmltopdf-heroku', 'wkhtmltopdf-linux-amd64')`
|
50
46
|
|
51
|
-
## Current wkhtmltopdf
|
47
|
+
## Current wkhtmltopdf version
|
52
48
|
|
53
|
-
[0.12.
|
49
|
+
[0.12.6.0 Ubuntu Bionic AMD64](https://github.com/wkhtmltopdf/wkhtmltopdf/tree/0.12.6)
|
54
50
|
|
55
|
-
For more details see
|
51
|
+
For more details see [CHANGELOG](https://github.com/wkhtmltopdf/wkhtmltopdf/releases/0.12.6/)
|
56
52
|
|
57
53
|
## Supported Heroku Stacks
|
58
54
|
|
59
|
-
|
55
|
+
- [Heroku-22](https://devcenter.heroku.com/articles/heroku-22-stack)
|
60
56
|
|
61
57
|
## Contributors
|
62
58
|
|
63
|
-
|
64
|
-
|
59
|
+
- @bradphelan
|
60
|
+
- @pallymore
|
65
61
|
|
66
62
|
## Copyright
|
67
63
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.12.
|
1
|
+
2.12.6.0-jammy
|
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.6.0.pre.jammy
|
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: 2022-06-26 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
|
@@ -45,7 +45,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
45
45
|
- !ruby/object:Gem::Version
|
46
46
|
version: '0'
|
47
47
|
requirements: []
|
48
|
-
rubygems_version: 3.0.3
|
48
|
+
rubygems_version: 3.0.3.1
|
49
49
|
signing_key:
|
50
50
|
specification_version: 4
|
51
51
|
summary: provides wkhtmltopdf binaries for Heroku-18 stack
|