wkhtmltopdf-heroku 2.12.4.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 +5 -5
- data/README.mdown +17 -11
- data/VERSION +1 -1
- data/bin/wkhtmltopdf-linux-amd64 +0 -0
- data/wkhtmltopdf-heroku.gemspec +2 -2
- metadata +5 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
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,17 +1,21 @@
|
|
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 22 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
|
|
9
9
|
In your `Gemfile`:
|
10
10
|
|
11
|
+
For Heroku Stack 22:
|
12
|
+
|
11
13
|
```ruby
|
12
|
-
|
14
|
+
gem 'wkhtmltopdf-heroku', '2.12.6.0.pre.jammy'
|
13
15
|
```
|
14
16
|
|
17
|
+
Thank you @igallart for [building the binary](https://github.com/wkhtmltopdf/packaging/issues/114).
|
18
|
+
|
15
19
|
## Usage
|
16
20
|
|
17
21
|
### When using with `wicked_pdf`
|
@@ -40,19 +44,21 @@ re-configuring the binary path again in their initializer files.
|
|
40
44
|
You will need to configure the path manually. You can get the path to
|
41
45
|
the executable by using this: `Gem.bin_path('wkhtmltopdf-heroku', 'wkhtmltopdf-linux-amd64')`
|
42
46
|
|
43
|
-
|
47
|
+
## Current wkhtmltopdf version
|
48
|
+
|
49
|
+
[0.12.6.0 Ubuntu Bionic AMD64](https://github.com/wkhtmltopdf/wkhtmltopdf/tree/0.12.6)
|
44
50
|
|
45
|
-
For more details see
|
51
|
+
For more details see [CHANGELOG](https://github.com/wkhtmltopdf/wkhtmltopdf/releases/0.12.6/)
|
46
52
|
|
47
|
-
|
53
|
+
## Supported Heroku Stacks
|
48
54
|
|
49
|
-
|
55
|
+
- [Heroku-22](https://devcenter.heroku.com/articles/heroku-22-stack)
|
50
56
|
|
51
|
-
|
57
|
+
## Contributors
|
52
58
|
|
53
|
-
|
54
|
-
|
59
|
+
- @bradphelan
|
60
|
+
- @pallymore
|
55
61
|
|
56
|
-
|
62
|
+
## Copyright
|
57
63
|
|
58
64
|
Copyright (c) 2011 Brad Phelan. See LICENSE.txt for further details.
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.12.
|
1
|
+
2.12.6.0-jammy
|
data/bin/wkhtmltopdf-linux-amd64
CHANGED
Binary file
|
data/wkhtmltopdf-heroku.gemspec
CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
|
|
7
7
|
|
8
8
|
s.authors = ["Brad Phelan"]
|
9
9
|
s.date = Time.now.strftime('%Y-%m-%d')
|
10
|
-
s.description = "This gem provides a wkhtmltopdf binary and configures wisepdf, wicked_pdf, and pdfkit for ruby based applications running in Heroku
|
10
|
+
s.description = "This gem provides a wkhtmltopdf binary and configures wisepdf, wicked_pdf, and pdfkit for ruby based applications running in Heroku"
|
11
11
|
s.email = "bradphelan@xtargets.com"
|
12
12
|
s.executables = ["wkhtmltopdf-linux-amd64"]
|
13
13
|
s.extra_rdoc_files = [
|
@@ -26,6 +26,6 @@ Gem::Specification.new do |s|
|
|
26
26
|
s.licenses = ["MIT"]
|
27
27
|
s.require_paths = ["lib"]
|
28
28
|
s.rubygems_version = "1.8.15"
|
29
|
-
s.summary = "provides wkhtmltopdf binaries for
|
29
|
+
s.summary = "provides wkhtmltopdf binaries for Heroku-18 stack"
|
30
30
|
end
|
31
31
|
|
metadata
CHANGED
@@ -1,17 +1,17 @@
|
|
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
|
-
and pdfkit for ruby based applications running in Heroku
|
14
|
+
and pdfkit for ruby based applications running in Heroku
|
15
15
|
email: bradphelan@xtargets.com
|
16
16
|
executables:
|
17
17
|
- wkhtmltopdf-linux-amd64
|
@@ -45,9 +45,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
45
45
|
- !ruby/object:Gem::Version
|
46
46
|
version: '0'
|
47
47
|
requirements: []
|
48
|
-
|
49
|
-
rubygems_version: 2.5.1
|
48
|
+
rubygems_version: 3.0.3.1
|
50
49
|
signing_key:
|
51
50
|
specification_version: 4
|
52
|
-
summary: provides wkhtmltopdf binaries for
|
51
|
+
summary: provides wkhtmltopdf binaries for Heroku-18 stack
|
53
52
|
test_files: []
|