wkhtmltopdf-heroku 2.12.2.1 → 2.12.2.4
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 +5 -6
- data/VERSION +1 -1
- data/bin/wkhtmltopdf-linux-amd64 +0 -0
- data/wkhtmltopdf-heroku.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 677509aeb2fc44e931e34cf68eb0dea94ecc4507
|
|
4
|
+
data.tar.gz: 652544df6ac18dccbfcdc1b40dcd88d7ede7149b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 76becd33db4b92767ac5059a5310f8ef0245bf574a196762ab0b5fde26aa178cb5f6c8ad387be1f034e2f4992bb7c9be5a5d5c7137b0de577aa6d5b423f0a3db
|
|
7
|
+
data.tar.gz: c9177c2775bacef4e2d8afd08e619a473e41f342e7c934b71bd57ea154e1b5f4ba6f75c08c453ff96979e592f16a5c0ab8de74555ae64198c52b67a2c8bab987
|
data/README.mdown
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# wkhtmltopdf-heroku
|
|
2
2
|
|
|
3
|
-
Provides a [wkhtmltopdf](http://
|
|
3
|
+
Provides a [wkhtmltopdf](http://wkhtmltopdf.org/) binary for [Heroku](http://www.heroku.com/).
|
|
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
|
|
|
@@ -12,20 +12,19 @@ In your `Gemfile`:
|
|
|
12
12
|
gem 'wkhtmltopdf-heroku'
|
|
13
13
|
```
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
### Current wkhtmltopdf Version: 0.12.2.4 Ubuntu Trusty 64-bit.
|
|
16
16
|
|
|
17
17
|
For more details See wkhtmltopdf [Changelog](https://github.com/wkhtmltopdf/wkhtmltopdf/blob/master/CHANGELOG.md)
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
### Supported Heroku Stack: [Cedar-14](https://devcenter.heroku.com/articles/cedar)
|
|
20
20
|
|
|
21
21
|
See [migration guides](https://devcenter.heroku.com/articles/cedar-14-migration) for more details.
|
|
22
22
|
|
|
23
|
-
|
|
23
|
+
### Contributors
|
|
24
24
|
|
|
25
25
|
* @bradphelan
|
|
26
26
|
* @pallymore
|
|
27
27
|
|
|
28
|
-
|
|
28
|
+
### Copyright
|
|
29
29
|
|
|
30
30
|
Copyright (c) 2011 Brad Phelan. See LICENSE.txt for further details.
|
|
31
|
-
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.12.2.
|
|
1
|
+
2.12.2.4
|
data/bin/wkhtmltopdf-linux-amd64
CHANGED
|
Binary file
|
data/wkhtmltopdf-heroku.gemspec
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = "wkhtmltopdf-heroku"
|
|
3
|
-
s.version = "2.12.2.
|
|
3
|
+
s.version = "2.12.2.4"
|
|
4
4
|
|
|
5
5
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
6
6
|
s.required_ruby_version = '>= 1.8.7'
|
|
7
7
|
|
|
8
8
|
s.authors = ["Brad Phelan"]
|
|
9
|
-
s.date = "2015-
|
|
9
|
+
s.date = "2015-07-15"
|
|
10
10
|
s.description = "wkhtmltopdf binaries heroku"
|
|
11
11
|
s.email = "bradphelan@xtargets.com"
|
|
12
12
|
s.executables = ["wkhtmltopdf-linux-amd64"]
|
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.2.
|
|
4
|
+
version: 2.12.2.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brad Phelan
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-07-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: wkhtmltopdf binaries heroku
|
|
14
14
|
email: bradphelan@xtargets.com
|
|
@@ -45,7 +45,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
45
45
|
version: '0'
|
|
46
46
|
requirements: []
|
|
47
47
|
rubyforge_project:
|
|
48
|
-
rubygems_version: 2.
|
|
48
|
+
rubygems_version: 2.4.7
|
|
49
49
|
signing_key:
|
|
50
50
|
specification_version: 4
|
|
51
51
|
summary: wkhtmltopdf binaries for heroku
|