riven 1.0.1 → 1.0.2
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.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/riven/version.rb +1 -1
- data/lib/riven/wkhtmltopdf.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 464b733a4287a5f988d697dfde39dddd95ff7267
|
|
4
|
+
data.tar.gz: 6badfe40a4cae0f0fbec827544781a835d7c5692
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2aa5692e36a919a13c0e487e936b1ba5c9f75f7924680620137a645937ec952a5a00d80e76b4bf03e0acce136cd806d0aafc8cdd85f0d54692dcda846d7fca13
|
|
7
|
+
data.tar.gz: 98df9582c75fafb10a7ac8ceb94c83505aa6398ac4460042154bd938d04cc4f918a0f725a49aaffd02cc41fac5414f1d4af874984c5c4d4e63c8205b57f33e19
|
data/README.md
CHANGED
|
@@ -19,7 +19,7 @@ You need `wkhtmltopdf` in order to generate PDFs, since that's the PDF generator
|
|
|
19
19
|
|
|
20
20
|
- If you got Arch Linux, you can just install the packages `wkhtmltopdf-static`and `icu48` from the AUR.
|
|
21
21
|
|
|
22
|
-
- If you got
|
|
22
|
+
- If you got another Linux Distribution (like Ubuntu) or OSX you have compile `wkhtmltopdf` from the sources. See http://natepinchot.com/2014/01/31/building-static-wkhtmltopdf/. This may take some time: On my i7, 16GB RAM, SSD Notebook it took about 20 minutes.
|
|
23
23
|
|
|
24
24
|
- Otherwise, you should download `wkhtmltopdf` from the [official website](http://wkhtmltopdf.org/downloads.html).
|
|
25
25
|
|
data/lib/riven/version.rb
CHANGED
data/lib/riven/wkhtmltopdf.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: riven
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Benjamin Kammerl
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-07-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -112,7 +112,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
112
112
|
version: '0'
|
|
113
113
|
requirements: []
|
|
114
114
|
rubyforge_project:
|
|
115
|
-
rubygems_version: 2.4.
|
|
115
|
+
rubygems_version: 2.4.8
|
|
116
116
|
signing_key:
|
|
117
117
|
specification_version: 4
|
|
118
118
|
summary: Converts Markdown to PDF
|