gimli 0.5.6 → 0.5.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6434df05cd94a7a2408aee4c881f5a0589c550b9
4
- data.tar.gz: 9cc7764fba90d3c10f8502644fa28cfab4f022cd
3
+ metadata.gz: 260779714e6595e285b1aa6b5a40124eb08552a0
4
+ data.tar.gz: 90b4d35a802e2bfcf1908e850feb1d6d9698450e
5
5
  SHA512:
6
- metadata.gz: 0cab2c3cc30e388c9d1ccc62bf73fc805ff8912798441fe8404d797a27fa601cbda97298d8815c4d61ec44a00f766786f369da8f8e326bea6ee987df591d808a
7
- data.tar.gz: 2f6e4219801a74c2f1b7ee09d6b094178f242bb3c7b86f3bf57683765e8d3232c7e9cd104c98018a4f8f14725a9cd7963890e80002079a8a90bd069807daac0d
6
+ metadata.gz: a7206499e507c935be8359a5d23ca49376601d938bed182950aec69dba16dc7f85e76e485cacd809b2bcbe31f6b1e1846d796c2488be74eef4abfd2ad3643dda
7
+ data.tar.gz: 77a3b6596f1ad53abd71a100158980ad4eac26708f52551c326a1574fe0734cbbb6abed281b8a2ec9f1d96814fbeaa3020a1f4e2a28a2ba8cdbe74f7139b6c15
@@ -64,6 +64,7 @@ module Gimli
64
64
  load_stylesheets
65
65
  generate_cover!
66
66
  append_stylesheets html
67
+ puts @wkhtmltopdf.command(output_file(filename)).join(' ') if @config.debug
67
68
  @wkhtmltopdf.output_pdf html, output_file(filename)
68
69
  end
69
70
 
@@ -33,7 +33,7 @@ module Gimli extend OptiFlagSet
33
33
  alternate_forms 'm'
34
34
  end
35
35
  optional_switch_flag 'debug' do
36
- description 'Debugs html output to stdout'
36
+ description 'Debugs wkhtmltopdf command and html output to stdout'
37
37
  alternate_forms 'd'
38
38
  end
39
39
  optional_switch_flag 'removefrontmatter' do
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  module Gimli
4
- VERSION = "0.5.6"
4
+ VERSION = "0.5.7"
5
5
  end
6
6
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gimli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.6
4
+ version: 0.5.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fredrik Wallgren
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-04 00:00:00.000000000 Z
11
+ date: 2014-11-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: github-markup