wkhtmltopdf-binary 0.9.9.1 → 0.9.9.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/bin/wkhtmltopdf +8 -0
  3. metadata +21 -43
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 1378512bf1ab172edd1bc9e352531e1c33a503c3
4
+ data.tar.gz: 36de9a2a64816859a4c8e86675d3d9ad182620c6
5
+ SHA512:
6
+ metadata.gz: 604c50ac518ad94c5409575179577dbfd7daad95d5b05978aa9a6ca17586f097e9ebe788efe081700e3f7a9636a6c2691743b3914b2df3f6d34d781732c1a116
7
+ data.tar.gz: c37b6962e5ed958c2f269716f292213a401cd3e6743a9e3117a9c0c6b2ebd79f74af2361dcc591c03b3dd59d230f33934e6a7078de3323688c14744a454f0960
@@ -1,5 +1,13 @@
1
1
  #!/usr/bin/ruby
2
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
+
3
11
  require 'rbconfig'
4
12
 
5
13
  if RbConfig::CONFIG['host_os'] =~ /linux/
metadata CHANGED
@@ -1,33 +1,22 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: wkhtmltopdf-binary
3
- version: !ruby/object:Gem::Version
4
- hash: 33
5
- prerelease:
6
- segments:
7
- - 0
8
- - 9
9
- - 9
10
- - 1
11
- version: 0.9.9.1
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.9.9.2
12
5
  platform: ruby
13
- authors:
6
+ authors:
14
7
  - Zakir Durumeric
15
8
  autorequire:
16
9
  bindir: bin
17
10
  cert_chain: []
18
-
19
- date: 2012-06-22 00:00:00 Z
11
+ date: 2014-06-07 00:00:00.000000000 Z
20
12
  dependencies: []
21
-
22
13
  description:
23
14
  email: zakird@gmail.com
24
- executables:
15
+ executables:
25
16
  - wkhtmltopdf
26
17
  extensions: []
27
-
28
18
  extra_rdoc_files: []
29
-
30
- files:
19
+ files:
31
20
  - bin/wkhtmltopdf
32
21
  - bin/wkhtmltopdf-binary.rb
33
22
  - bin/wkhtmltopdf_darwin_386
@@ -35,36 +24,25 @@ files:
35
24
  - bin/wkhtmltopdf_linux_x64
36
25
  homepage:
37
26
  licenses: []
38
-
27
+ metadata: {}
39
28
  post_install_message:
40
29
  rdoc_options: []
41
-
42
- require_paths:
30
+ require_paths:
43
31
  - .
44
- required_ruby_version: !ruby/object:Gem::Requirement
45
- none: false
46
- requirements:
47
- - - ">="
48
- - !ruby/object:Gem::Version
49
- hash: 3
50
- segments:
51
- - 0
52
- version: "0"
53
- required_rubygems_version: !ruby/object:Gem::Requirement
54
- none: false
55
- requirements:
56
- - - ">="
57
- - !ruby/object:Gem::Version
58
- hash: 3
59
- segments:
60
- - 0
61
- version: "0"
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'
62
42
  requirements: []
63
-
64
43
  rubyforge_project:
65
- rubygems_version: 1.8.24
44
+ rubygems_version: 2.0.3
66
45
  signing_key:
67
- specification_version: 3
46
+ specification_version: 4
68
47
  summary: Provides binaries for WKHTMLTOPDF project in an easily accessible package.
69
48
  test_files: []
70
-