wkhtmltopdf 0.1.0 → 0.1.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.
- data/lib/{wkpdftohtml.rb → wkhtmltopdf.rb} +0 -0
- metadata +8 -6
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: wkhtmltopdf
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Research Information Systems, The University of Iowa
|
@@ -9,7 +9,7 @@ autorequire: name
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2010-01-
|
12
|
+
date: 2010-01-15 00:00:00 -06:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|
@@ -24,9 +24,11 @@ extra_rdoc_files: []
|
|
24
24
|
files:
|
25
25
|
- bin/wkhtmltopdf_darwin_386
|
26
26
|
- bin/wkhtmltopdf_linux_386
|
27
|
-
- lib/
|
28
|
-
has_rdoc:
|
27
|
+
- lib/wkhtmltopdf.rb
|
28
|
+
has_rdoc: true
|
29
29
|
homepage:
|
30
|
+
licenses: []
|
31
|
+
|
30
32
|
post_install_message:
|
31
33
|
rdoc_options: []
|
32
34
|
|
@@ -47,9 +49,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
47
49
|
requirements: []
|
48
50
|
|
49
51
|
rubyforge_project:
|
50
|
-
rubygems_version: 1.3.
|
52
|
+
rubygems_version: 1.3.5
|
51
53
|
signing_key:
|
52
|
-
specification_version:
|
54
|
+
specification_version: 3
|
53
55
|
summary: Provides binaries for WKHTMLTOPDF project in an easily accessible package.
|
54
56
|
test_files: []
|
55
57
|
|