wkhtmltopdf-binary-edge 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: 1d34b310a0d677f444f37e65039a06f5e1c3eaca
4
+ data.tar.gz: 5839acbd4f6e72046546ec6a184922813c861386
5
+ SHA512:
6
+ metadata.gz: ec868b71b7d9adcfc3db0ad59467cef99d91d674a598092a6fae84fd4afe24f257b551f7179547428ba4424b945fe58ca0e229b31cfc3bc5780b83e9d3be2d45
7
+ data.tar.gz: 2d27570c5c1abd9490929c39b19ce4a0a91d8e11bfcc663d67df1f01d327cae2f7ac614a54fa40ccd55ec9b7b0ed3253cba7e8ee3f9cd5bb59497d34d44c5194
@@ -0,0 +1,17 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ arch = case RUBY_PLATFORM
4
+ when /64.*linux/
5
+ 'linux-amd64'
6
+ when /linux/
7
+ 'linux-x86'
8
+ when /darwin/
9
+ 'darwin-x86'
10
+ else
11
+ raise "Invalid platform. Must be running linux or intel-based Mac OS."
12
+ end
13
+
14
+ args = $*.map { |x| x.include?(' ') ? "'" + x + "'" : x }
15
+ cmd = File.expand_path "#{File.dirname(__FILE__)}/../libexec/wkhtmltopdf-#{arch}"
16
+
17
+ exec "#{cmd} #{args.join(' ')}"
File without changes
metadata ADDED
@@ -0,0 +1,51 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: wkhtmltopdf-binary-edge
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.12.2.1
5
+ platform: ruby
6
+ authors:
7
+ - 'Orginial Author: - Research Information Systems, The University of Iowa'
8
+ - Yurui Zhang
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2015-02-16 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description: Includes wkthmltopdf binaires for MacOSX and Ubuntu 14(32bit & 64bit)
15
+ email: yuruiology@gmail.com, vpr-ris-developers@iowa.uiowa.edu,mcollas@aconex.com
16
+ executables:
17
+ - wkhtmltopdf
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - bin/wkhtmltopdf
22
+ - lib/wkhtmltopdf-binary-edge.rb
23
+ - libexec/wkhtmltopdf-darwin-x86
24
+ - libexec/wkhtmltopdf-linux-amd64
25
+ - libexec/wkhtmltopdf-linux-x86
26
+ homepage: https://github.com/pallymore/wkhtmltopdf-binary-edge
27
+ licenses: []
28
+ metadata: {}
29
+ post_install_message:
30
+ rdoc_options: []
31
+ require_paths:
32
+ - lib
33
+ required_ruby_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: 1.8.7
38
+ required_rubygems_version: !ruby/object:Gem::Requirement
39
+ requirements:
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ version: 1.3.6
43
+ requirements: []
44
+ rubyforge_project:
45
+ rubygems_version: 2.4.3
46
+ signing_key:
47
+ specification_version: 4
48
+ summary: Provides binaries for WKHTMLTOPDF project in an easily accessible package.
49
+ - forked from wkhtmltopdf-binary
50
+ test_files: []
51
+ has_rdoc: