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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6b93e16350f2849e3cf44b90eb019723c88e7cdf
4
- data.tar.gz: 062e2eacb8ca66586bf8ccbf3e01c9fe50b49269
3
+ metadata.gz: 677509aeb2fc44e931e34cf68eb0dea94ecc4507
4
+ data.tar.gz: 652544df6ac18dccbfcdc1b40dcd88d7ede7149b
5
5
  SHA512:
6
- metadata.gz: 923bbf1d5c52b3e449065382642f5732b782e2e4919aef241425a4573ead5799b64c86853dd1b7986947e554d5d398a648716d5d3e3bf0c4cfddefc07e17646b
7
- data.tar.gz: a0506ab8b49ac24d737479acdc8f8180d275b68d0ada6b1fc3ec0a7a9425f81fa176b6c4f022ca6d4a53ef3db4acee162ec499e2498b8449c1b869fb42a64916
6
+ metadata.gz: 76becd33db4b92767ac5059a5310f8ef0245bf574a196762ab0b5fde26aa178cb5f6c8ad387be1f034e2f4992bb7c9be5a5d5c7137b0de577aa6d5b423f0a3db
7
+ data.tar.gz: c9177c2775bacef4e2d8afd08e619a473e41f342e7c934b71bd57ea154e1b5f4ba6f75c08c453ff96979e592f16a5c0ab8de74555ae64198c52b67a2c8bab987
@@ -1,6 +1,6 @@
1
1
  # wkhtmltopdf-heroku
2
2
 
3
- Provides a [wkhtmltopdf](http://code.google.com/p/wkhtmltopdf/) binary for [Heroku](http://www.heroku.com/).
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
- ## Current wkhtmltopdf Version: 0.12.2.1 Ubuntu Trusty 64-bit.
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
- ## Supported Heroku Stack: [Cedar-14](https://devcenter.heroku.com/articles/cedar)
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
- ## Contributors
23
+ ### Contributors
24
24
 
25
25
  * @bradphelan
26
26
  * @pallymore
27
27
 
28
- ## Copyright
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
1
+ 2.12.2.4
Binary file
@@ -1,12 +1,12 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "wkhtmltopdf-heroku"
3
- s.version = "2.12.2.1"
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-03-19"
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.1
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-03-19 00:00:00.000000000 Z
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.2.2
48
+ rubygems_version: 2.4.7
49
49
  signing_key:
50
50
  specification_version: 4
51
51
  summary: wkhtmltopdf binaries for heroku