wkhtmltopdf-binary 0.9.9.2 → 0.9.9.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/wkhtmltopdf +7 -8
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fde3fe62f6abbc94b17ff197dc9be317c42bca83
|
4
|
+
data.tar.gz: f894b9c92bc52833b6313ad0a1b3986a6d69c74d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6334da8a847d1afbef6a0bd75b462ee4efaa4a9991dfd937f5c84076e65be6e8cb5629988417bf96f38dd6cfa1589ed54211756e63795ace78895fd98ec94bb2
|
7
|
+
data.tar.gz: 24932dc63a47e77a40d95f4955254a9f7024821da6c734bd36183932d8c511224082487e6dc7b2ca80e2728d6a47f2398e6ee3716e09b528f6db39921c7c7861
|
data/bin/wkhtmltopdf
CHANGED
@@ -1,12 +1,11 @@
|
|
1
|
-
#!/usr/bin/ruby
|
1
|
+
#!/usr/bin/env ruby
|
2
2
|
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
*/
|
3
|
+
###
|
4
|
+
# wkhtmltopdf_binary_gem Copyright 2013 The University of Iowa
|
5
|
+
#
|
6
|
+
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
7
|
+
# use this file except in compliance with the License. You may obtain a copy
|
8
|
+
# of the License at http://www.apache.org/licenses/LICENSE-2.0
|
10
9
|
|
11
10
|
require 'rbconfig'
|
12
11
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: wkhtmltopdf-binary
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.9.
|
4
|
+
version: 0.9.9.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Zakir Durumeric
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-06-
|
11
|
+
date: 2014-06-09 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description:
|
14
14
|
email: zakird@gmail.com
|