wkhtmltopdf-heroku 2.12.4.0 → 2.12.5.0.pre.alpha

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: d32d590628f685c6731d90a40e695d87679bf2492f93303debba58956fae1900
4
+ data.tar.gz: 0ffb817a549748404689bd1af40a5535dd9b147b8d414a5010a04fe44073169f
5
5
  SHA512:
6
- metadata.gz: 65b7d1e9f1337385befb767022bd0df02e798537af64ead94fe231115279419f4db3557a56dd91f51a057de9076b1c5b7824c8622f91af449e0ff05b3fbdf182
7
- data.tar.gz: 98b4c64fd22789a02d80ccd0109a47f0a42c5e8f01d4be914a62d301f770585ccf28181bc92a855287bab93d783b8d6fb7d4d8b28fcd995e3c3f3c1fc4824b41
6
+ metadata.gz: 12556e31c4fbbfc61bf1ef21483a73e69df9f35848c3ff64cece3bb4dbfa65eaa75b3e7dd56b1edd137339c56a7947eb31793157f1fccac9f3296922b171a4cb
7
+ data.tar.gz: d7aa2a20c357991ce7663d3e25ce2b2524eaee50a9b942875dc895ec712f4df003fdc0cfd460bbf91166558e6183e27fd0a36b11cc8d277b6d76314bef827b92
@@ -1,8 +1,8 @@
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 16.04 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
 
@@ -40,19 +40,21 @@ re-configuring the binary path again in their initializer files.
40
40
  You will need to configure the path manually. You can get the path to
41
41
  the executable by using this: `Gem.bin_path('wkhtmltopdf-heroku', 'wkhtmltopdf-linux-amd64')`
42
42
 
43
- ### Current wkhtmltopdf Version: 0.12.4.0 Ubuntu Trusty 64-bit.
43
+ ## Current wkhtmltopdf binary Version
44
+
45
+ [0.12.5.0 Linux Generic AMD64](https://github.com/wkhtmltopdf/wkhtmltopdf/tree/0.12.5)
44
46
 
45
47
  For more details see wkhtmltopdf [Changelog](https://github.com/wkhtmltopdf/wkhtmltopdf/blob/master/CHANGELOG.md)
46
48
 
47
- ### Supported Heroku Stack: [Cedar-14](https://devcenter.heroku.com/articles/cedar)
49
+ ## Supported Heroku Stacks
48
50
 
49
- See [migration guides](https://devcenter.heroku.com/articles/cedar-14-migration) for more details.
51
+ * [Cedar-16](https://devcenter.heroku.com/articles/heroku-16-stack)
50
52
 
51
- ### Contributors
53
+ ## Contributors
52
54
 
53
55
  * @bradphelan
54
56
  * @pallymore
55
57
 
56
- ### Copyright
58
+ ## Copyright
57
59
 
58
60
  Copyright (c) 2011 Brad Phelan. See LICENSE.txt for further details.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.12.4.0
1
+ 2.12.5.0-alpha
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.0
4
+ version: 2.12.5.0.pre.alpha
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: 2018-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's Cedar-14 stack
@@ -46,7 +46,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
46
46
  version: '0'
47
47
  requirements: []
48
48
  rubyforge_project:
49
- rubygems_version: 2.5.1
49
+ rubygems_version: 2.7.6
50
50
  signing_key:
51
51
  specification_version: 4
52
52
  summary: provides wkhtmltopdf binaries for heroku cedar-14 stack