wkhtmltopdf-heroku 2.12.5.0 → 2.12.6.1.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 +9 -15
- 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: a2c41c5dbd15f50d4e8b0d3fa0a3f62c45cd087a0395f5ac45d5f27f24d912a4
|
4
|
+
data.tar.gz: 8fa4f65db09e1132d15914f43842106da665373fdbd521f939d08d7f47bf09bb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e778e809c8aabc117e5c66aaad361e0b75ca304f18de09e69bb017e39011f29afb3ca5465ae0bdb023c8ff6cd70f2345b5a739e61de68646be896ada0b3b5813
|
7
|
+
data.tar.gz: fc5a5ac810b3b978505c000eaaebb31cef1094de0c9d7b4e69db157bb9f07d8c64ea66353adc07a9afde8fd119499c126f54e338a0ba811218b73fdf1c452a1b
|
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,16 +8,10 @@ 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
|
-
|
15
|
-
```
|
16
|
-
|
17
|
-
For Heroku Stack 16 (Ubuntu 16.04)
|
18
|
-
|
19
|
-
```ruby
|
20
|
-
gem 'wkhtmltopdf-heroku', '2.12.4'
|
14
|
+
gem 'wkhtmltopdf-heroku', '2.12.6.1.pre.jammy'
|
21
15
|
```
|
22
16
|
|
23
17
|
## Usage
|
@@ -48,20 +42,20 @@ re-configuring the binary path again in their initializer files.
|
|
48
42
|
You will need to configure the path manually. You can get the path to
|
49
43
|
the executable by using this: `Gem.bin_path('wkhtmltopdf-heroku', 'wkhtmltopdf-linux-amd64')`
|
50
44
|
|
51
|
-
## Current wkhtmltopdf
|
45
|
+
## Current wkhtmltopdf version
|
52
46
|
|
53
|
-
[0.12.
|
47
|
+
[0.12.6.1 r2 Ubuntu Jammy AMD64](https://github.com/wkhtmltopdf/packaging/releases/tag/0.12.6.1-2)
|
54
48
|
|
55
|
-
For more details see
|
49
|
+
For more details see [CHANGELOG](https://github.com/wkhtmltopdf/wkhtmltopdf/releases/0.12.6/)
|
56
50
|
|
57
51
|
## Supported Heroku Stacks
|
58
52
|
|
59
|
-
|
53
|
+
- [Heroku-22](https://devcenter.heroku.com/articles/heroku-22-stack)
|
60
54
|
|
61
55
|
## Contributors
|
62
56
|
|
63
|
-
|
64
|
-
|
57
|
+
- @bradphelan
|
58
|
+
- @pallymore
|
65
59
|
|
66
60
|
## Copyright
|
67
61
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.12.
|
1
|
+
2.12.6.1.pre.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.1.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-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
|
@@ -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
|