wkhtmltopdf-binary-aml 0.12.2.1

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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 32264ac66c502748688ea5b92e0e3d5697837d7a
4
+ data.tar.gz: 0485718f60436503310fec649dde9e5eca03be64
5
+ SHA512:
6
+ metadata.gz: 484eef16e86c31362c40696077e4ef567d8255296d43c7a52ba7d2f3020ee0135d9df43656e5a0050b256079475e027cb3f9f618113c380cd20c3baa4a12f978
7
+ data.tar.gz: 7a50310a39b5a7c1ca632c2f4b592ab5ec4529ec22e1ee70bd6e5cb0612bb1561b260512ba4e80e755468c7a0c46f0e5cb72a66688afa3d99ffd3423031a1b96
@@ -0,0 +1,11 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ WKHTMLTOPDF_PATH = File.expand_path "../../bin/wkhtmltopdf-linux-amd64", __FILE__
4
+
5
+ require 'wicked_pdf'
6
+
7
+ begin
8
+ WickedPdf.config[:exe_path] = WKHTMLTOPDF_PATH
9
+ rescue
10
+ puts 'Problem loading Wkhtmltopdf!'
11
+ end
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: wkhtmltopdf-binary-aml
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.12.2.1
5
+ platform: ruby
6
+ authors:
7
+ - "- Research Information Systems, The University of Iowa"
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2016-02-19 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: ''
14
+ email: vpr-ris-developers@iowa.uiowa.edu,mcollas@aconex.com
15
+ executables:
16
+ - wkhtmltopdf-linux-amd64
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - bin/wkhtmltopdf-linux-amd64
21
+ - lib/wkhtmltopdf-binary-aml.rb
22
+ homepage: https://github.com/insphire/wkhtmltopdf-binary-aml
23
+ licenses: []
24
+ metadata: {}
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: 1.8.7
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: 1.3.6
39
+ requirements: []
40
+ rubyforge_project:
41
+ rubygems_version: 2.4.6
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: Provides binaries for WKHTMLTOPDF project in an easily accessible package.
45
+ test_files: []