wkhtmltopdf-heroku 2.12.6.0 → 3.0.0.pre.rc0

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
2
  SHA256:
3
- metadata.gz: cb82d4184dabbf42d3c8db855b099f7d86e8fcbd4675e4367dac35c64a259d79
4
- data.tar.gz: a6b956f407782f35f1ede6e4434b152285276477d1138fabf6dfe74b7db236b1
3
+ metadata.gz: 374febbe2fd96d3eb31b222e81b2ed1585227c80a7f6c2580aecd92420243dc4
4
+ data.tar.gz: f6d4bd4cc5de2bab69c99039fc8db1dd22453cdde3ae0f2b6a9a50abdda9335d
5
5
  SHA512:
6
- metadata.gz: 80b1b6678d39cce60009eeaf4aa86606281a350afa97d2ae0db700d4c81e71cf5a7b7736090c15a09b80b41ab5ea8124c3f428ef129b8bed468bb0308ac054fc
7
- data.tar.gz: 253a1f0b1a58904ef9652f67dc6a3a1cf9c9ee8f6d3083ffa72056ab8188161a5671621a9f223ab0368b2030e476d9d0a8646f82fde3cc7936010245c1402cea
6
+ metadata.gz: 287eea908b9c081d50e460ba5419c211905f5c4c85bb6070c6bcbf8f3179c607405764474bc5fcb2c41e5aafd3aadf91cab8c3fa33893039d9b2ad94520e97fd
7
+ data.tar.gz: 624a10fef13ebf2a330d780dc5030a9aa8ea2eb13299606652fd3fe237f5269fbe7ec1c2816c0a6a2110bf00f0503c6076f01a8c1b0c5b658a7878e816a4eda0
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 18.04 LTS environment.
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,10 +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 18 (Ubuntu 18.04)
11
+ For [Heroku Stack 22](https://devcenter.heroku.com/articles/heroku-22-stack)
12
12
 
13
13
  ```ruby
14
- gem 'wkhtmltopdf-heroku', '2.12.6.0'
14
+ gem 'wkhtmltopdf-heroku', '3.0.0.pre.rc0'
15
15
  ```
16
16
 
17
17
  ## Usage
@@ -42,20 +42,20 @@ re-configuring the binary path again in their initializer files.
42
42
  You will need to configure the path manually. You can get the path to
43
43
  the executable by using this: `Gem.bin_path('wkhtmltopdf-heroku', 'wkhtmltopdf-linux-amd64')`
44
44
 
45
- ## Current wkhtmltopdf binary Version
45
+ ## Current wkhtmltopdf version
46
46
 
47
- [0.12.6.0 Ubuntu Bionic AMD64](https://github.com/wkhtmltopdf/wkhtmltopdf/tree/0.12.6)
47
+ [0.12.6.1 r2 Ubuntu Jammy AMD64](https://github.com/wkhtmltopdf/packaging/releases/tag/0.12.6.1-2)
48
48
 
49
49
  For more details see [CHANGELOG](https://github.com/wkhtmltopdf/wkhtmltopdf/releases/0.12.6/)
50
50
 
51
51
  ## Supported Heroku Stacks
52
52
 
53
- * [Heroku-18](https://devcenter.heroku.com/articles/heroku-18-stack)
53
+ - [Heroku-22](https://devcenter.heroku.com/articles/heroku-22-stack)
54
54
 
55
55
  ## Contributors
56
56
 
57
- * @bradphelan
58
- * @pallymore
57
+ - @bradphelan
58
+ - @pallymore
59
59
 
60
60
  ## Copyright
61
61
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.12.6.0
1
+ 3.0.0.pre.rc0
Binary file
@@ -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-18 stack"
29
+ s.summary = "provides wkhtmltopdf binaries for Heroku-22 stack"
30
30
  end
31
31
 
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.6.0
4
+ version: 3.0.0.pre.rc0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brad Phelan
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-09-07 00:00:00.000000000 Z
11
+ date: 2023-02-07 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
@@ -30,7 +30,7 @@ homepage: http://github.com/rposborne/wkhtmltopdf-heroku
30
30
  licenses:
31
31
  - MIT
32
32
  metadata: {}
33
- post_install_message:
33
+ post_install_message:
34
34
  rdoc_options: []
35
35
  require_paths:
36
36
  - lib
@@ -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.0.6
49
- signing_key:
48
+ rubygems_version: 3.0.3.1
49
+ signing_key:
50
50
  specification_version: 4
51
- summary: provides wkhtmltopdf binaries for Heroku-18 stack
51
+ summary: provides wkhtmltopdf binaries for Heroku-22 stack
52
52
  test_files: []