wkhtmltopdf-binary-deliv 0.12.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: ccfba8fe35d16fbf909bc6ae337a1dfe969e6199
4
+ data.tar.gz: 08ef430d694deeedec4b9dda0bb87e9c773528e9
5
+ SHA512:
6
+ metadata.gz: 72561bd0d3b49db9484c994eb73b2fc32f1522a61f908a56632a994d3ba4e5e7a05890d996a9c6fdf2d1d4fe23bc35a0c2fb7b729bde5e125dbcb714eede64dd
7
+ data.tar.gz: 8385900c29ddc28b1c48c6dc60c324a9780a0b8104f52591f92f056e4cf6fcfced9d890f3cc6012640e1658b88ad76c032967ddcc3adf0df0e0af2cc3a5ee120
data/bin/wkhtmltopdf ADDED
@@ -0,0 +1,21 @@
1
+ #!/usr/bin/env ruby
2
+
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
9
+
10
+ require 'rbconfig'
11
+
12
+ suffix = case RbConfig::CONFIG['host_os']
13
+ when /linux/
14
+ 'linux_amd64'
15
+ when /darwin/
16
+ 'darwin_x86'
17
+ else
18
+ raise "Invalid platform. Must be running on linux or intel-based Mac OS."
19
+ end
20
+
21
+ system *$*.unshift("#{__FILE__}_#{suffix}")
File without changes
Binary file
Binary file
metadata ADDED
@@ -0,0 +1,48 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: wkhtmltopdf-binary-deliv
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.12.5
5
+ platform: ruby
6
+ authors:
7
+ - Zakir Durumeric
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2019-02-26 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description:
14
+ email: zakird@gmail.com
15
+ executables:
16
+ - wkhtmltopdf
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - bin/wkhtmltopdf
21
+ - bin/wkhtmltopdf-binary-deliv.rb
22
+ - bin/wkhtmltopdf-darwin-x86_64
23
+ - bin/wkhtmltopdf-linux-amd64
24
+ homepage:
25
+ licenses:
26
+ - Apache-2.0
27
+ metadata: {}
28
+ post_install_message:
29
+ rdoc_options: []
30
+ require_paths:
31
+ - "."
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.6.14
45
+ signing_key:
46
+ specification_version: 4
47
+ summary: Provides binaries for WKHTMLTOPDF project in an easily accessible package.
48
+ test_files: []