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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 21f127831b5e0d786904fd4a3dcc16723e6f7f0b
4
- data.tar.gz: df4b7605c22b3d2ead5090da3bf527ae27ccbdf8
2
+ SHA256:
3
+ metadata.gz: afa62dc2ff87aedaa6488aa13e477e9be3ce3ba499d5efb1287fde206f084ef6
4
+ data.tar.gz: f278bdb27d011c27384e7f0d20ac8b9a7f855fcae79fa1b81067a432efb7d703
5
5
  SHA512:
6
- metadata.gz: 65b7d1e9f1337385befb767022bd0df02e798537af64ead94fe231115279419f4db3557a56dd91f51a057de9076b1c5b7824c8622f91af449e0ff05b3fbdf182
7
- data.tar.gz: 98b4c64fd22789a02d80ccd0109a47f0a42c5e8f01d4be914a62d301f770585ccf28181bc92a855287bab93d783b8d6fb7d4d8b28fcd995e3c3f3c1fc4824b41
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/) Cedar-14 stack.
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
- gem 'wkhtmltopdf-heroku'
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
- ### Current wkhtmltopdf Version: 0.12.4.0 Ubuntu Trusty 64-bit.
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 wkhtmltopdf [Changelog](https://github.com/wkhtmltopdf/wkhtmltopdf/blob/master/CHANGELOG.md)
51
+ For more details see [CHANGELOG](https://github.com/wkhtmltopdf/wkhtmltopdf/releases/0.12.6/)
46
52
 
47
- ### Supported Heroku Stack: [Cedar-14](https://devcenter.heroku.com/articles/cedar)
53
+ ## Supported Heroku Stacks
48
54
 
49
- See [migration guides](https://devcenter.heroku.com/articles/cedar-14-migration) for more details.
55
+ - [Heroku-22](https://devcenter.heroku.com/articles/heroku-22-stack)
50
56
 
51
- ### Contributors
57
+ ## Contributors
52
58
 
53
- * @bradphelan
54
- * @pallymore
59
+ - @bradphelan
60
+ - @pallymore
55
61
 
56
- ### Copyright
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.4.0
1
+ 2.12.6.0-jammy
Binary file
@@ -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's Cedar-14 stack"
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 heroku cedar-14 stack"
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.0
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: 2017-04-04 00:00:00.000000000 Z
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's Cedar-14 stack
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
- rubyforge_project:
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 heroku cedar-14 stack
51
+ summary: provides wkhtmltopdf binaries for Heroku-18 stack
53
52
  test_files: []