wkhtmltopdf-heroku 2.12.6.0 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.mdown +15 -8
- data/VERSION +1 -1
- data/bin/wkhtmltopdf-linux-amd64 +0 -0
- data/wkhtmltopdf-heroku.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2305ae48dc18a548875b153618725f84158a90ec2a3ee27c28e3efe934cb0714
|
4
|
+
data.tar.gz: a4d46cabe63ce5bb3de287fbd4ba919fe1ccc7f57eb39501757fb5525c4567ca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b80fa6a6996cecfc1f4254f318111be43e990a4d74b3c2e3825587a4557a48809863efe6ee42ab2ab39e8fe2ac35fd9fdd73365998b72ed05dbaa05580ab8c7b
|
7
|
+
data.tar.gz: 17bb19052150242484933fbf94a6e8b678215eac304faceda90c428020c57a7fff839969a0e254d0370bc5134d36fd55d06e332deabcd3deabbe3b71fe834866
|
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/)
|
3
|
+
Provides a [wkhtmltopdf](http://wkhtmltopdf.org/) binary for [Heroku](http://www.heroku.com/) 22/24 Stacks.
|
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,10 +8,16 @@ 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-22 Stack](https://devcenter.heroku.com/articles/heroku-22-stack) and [Heroku-24 Stack](https://devcenter.heroku.com/articles/heroku-24-stack)
|
12
12
|
|
13
13
|
```ruby
|
14
|
-
|
14
|
+
gem 'wkhtmltopdf-heroku', '3.0.0'
|
15
|
+
```
|
16
|
+
|
17
|
+
(Legacy) For Heroku Stack 18/20 (Ubuntu 18.04/20.04 LTS)
|
18
|
+
|
19
|
+
```ruby
|
20
|
+
gem 'wkhtmltopdf-heroku', '2.12.6.0'
|
15
21
|
```
|
16
22
|
|
17
23
|
## Usage
|
@@ -42,20 +48,21 @@ re-configuring the binary path again in their initializer files.
|
|
42
48
|
You will need to configure the path manually. You can get the path to
|
43
49
|
the executable by using this: `Gem.bin_path('wkhtmltopdf-heroku', 'wkhtmltopdf-linux-amd64')`
|
44
50
|
|
45
|
-
## Current wkhtmltopdf
|
51
|
+
## Current wkhtmltopdf version
|
46
52
|
|
47
|
-
[0.12.6.
|
53
|
+
[0.12.6.1 r2 Ubuntu Jammy AMD64](https://github.com/wkhtmltopdf/packaging/releases/tag/0.12.6.1-2)
|
48
54
|
|
49
55
|
For more details see [CHANGELOG](https://github.com/wkhtmltopdf/wkhtmltopdf/releases/0.12.6/)
|
50
56
|
|
51
57
|
## Supported Heroku Stacks
|
52
58
|
|
53
|
-
|
59
|
+
- [Heroku-22](https://devcenter.heroku.com/articles/heroku-22-stack)
|
60
|
+
- [Heroku-24](https://devcenter.heroku.com/articles/heroku-24-stack)
|
54
61
|
|
55
62
|
## Contributors
|
56
63
|
|
57
|
-
|
58
|
-
|
64
|
+
- @bradphelan
|
65
|
+
- @pallymore
|
59
66
|
|
60
67
|
## Copyright
|
61
68
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
3.0.0
|
data/bin/wkhtmltopdf-linux-amd64
CHANGED
Binary file
|
data/wkhtmltopdf-heroku.gemspec
CHANGED
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:
|
4
|
+
version: 3.0.0
|
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: 2024-07-12 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,8 +45,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
45
45
|
- !ruby/object:Gem::Version
|
46
46
|
version: '0'
|
47
47
|
requirements: []
|
48
|
-
rubygems_version: 3.
|
48
|
+
rubygems_version: 3.5.11
|
49
49
|
signing_key:
|
50
50
|
specification_version: 4
|
51
|
-
summary: provides wkhtmltopdf binaries for Heroku-
|
51
|
+
summary: provides wkhtmltopdf binaries for Heroku-22 stack
|
52
52
|
test_files: []
|