wkhtmltopdf-bin 0.12.13
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 +7 -0
- data/README.md +4 -0
- data/VERSION +1 -0
- data/bin/wkhtmltopdf-linux-amd64 +0 -0
- data/wkhtmltopdf-bin.gemspec +18 -0
- metadata +48 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 3193af67ca937423ac3ddf3efdcdaa118ae588e3
|
4
|
+
data.tar.gz: cb6d8eaf062745cab4e026e248a85e6cf708027e
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: ddc7506bea0be2085281b51ae78bfcd10cfb00b67e47ed2c2d7802cae9fef9a553ad61df5aeb8aa4cf36d3fcb6766e459daf431b8c3d337307af8a6e31f40927
|
7
|
+
data.tar.gz: f1e755a855a604ff3cb00a46524e9775df8f406f803e957c79a4d5786584b1ff7dbb5400ac1132797af079f66fc44e0c6f44c2f5ce7803ad4468828980f384a5
|
data/README.md
ADDED
data/VERSION
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
0.12.13
|
Binary file
|
@@ -0,0 +1,18 @@
|
|
1
|
+
Gem::Specification.new do |s|
|
2
|
+
s.name = "wkhtmltopdf-bin"
|
3
|
+
s.version = "0.12.13"
|
4
|
+
s.date = "2016-11-07"
|
5
|
+
s.summary = "wkhtmltopdf binary"
|
6
|
+
s.description = "Gem for amd64 wkhtmltopdf binary"
|
7
|
+
s.authors = ["Yann Vaillant"]
|
8
|
+
s.email = "gems@vaillant.im"
|
9
|
+
s.homepage = "https://github.com/vayan/wkhtmltopdf-bin"
|
10
|
+
s.license = "MIT"
|
11
|
+
s.executables = ["wkhtmltopdf-linux-amd64"]
|
12
|
+
s.files = [
|
13
|
+
"README.md",
|
14
|
+
"VERSION",
|
15
|
+
"bin/wkhtmltopdf-linux-amd64",
|
16
|
+
"wkhtmltopdf-bin.gemspec"
|
17
|
+
]
|
18
|
+
end
|
metadata
ADDED
@@ -0,0 +1,48 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: wkhtmltopdf-bin
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.12.13
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Yann Vaillant
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2016-11-07 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: Gem for amd64 wkhtmltopdf binary
|
14
|
+
email: gems@vaillant.im
|
15
|
+
executables:
|
16
|
+
- wkhtmltopdf-linux-amd64
|
17
|
+
extensions: []
|
18
|
+
extra_rdoc_files: []
|
19
|
+
files:
|
20
|
+
- README.md
|
21
|
+
- VERSION
|
22
|
+
- bin/wkhtmltopdf-linux-amd64
|
23
|
+
- wkhtmltopdf-bin.gemspec
|
24
|
+
homepage: https://github.com/vayan/wkhtmltopdf-bin
|
25
|
+
licenses:
|
26
|
+
- MIT
|
27
|
+
metadata: {}
|
28
|
+
post_install_message:
|
29
|
+
rdoc_options: []
|
30
|
+
require_paths:
|
31
|
+
- lib
|
32
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
33
|
+
requirements:
|
34
|
+
- - ">="
|
35
|
+
- !ruby/object:Gem::Version
|
36
|
+
version: '0'
|
37
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
38
|
+
requirements:
|
39
|
+
- - ">="
|
40
|
+
- !ruby/object:Gem::Version
|
41
|
+
version: '0'
|
42
|
+
requirements: []
|
43
|
+
rubyforge_project:
|
44
|
+
rubygems_version: 2.4.8
|
45
|
+
signing_key:
|
46
|
+
specification_version: 4
|
47
|
+
summary: wkhtmltopdf binary
|
48
|
+
test_files: []
|