paru 0.3.0a3 → 0.3.0a5

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: 8e6c500a0b739b0dad6ed1e06336b5eae2e49bcd
4
- data.tar.gz: 78d1a4e26f51d5cb7e4231b7978146618cd3726d
3
+ metadata.gz: 9db11fdd4a88469c49c93ba8832e496ba9d32c32
4
+ data.tar.gz: e51316f3376a64fa5b51066ddd5c3755dd258c66
5
5
  SHA512:
6
- metadata.gz: e63bc28ecc944bbb69a33ba17d9638d62e0cfc0741ae2176c84cc0323a3dcbd3caba96f1c325b75afefb9678e17dd74c09b40f1ea2e22fd1448c8958642a0874
7
- data.tar.gz: 382bf1d24b42cebb7d543a33e96441938eb56470904d95b6f09f86473272b91448ac55b7daa966830e0a1cc291d8fe5ef4d07fda4173e639b2c7e4937f43ef2f
6
+ metadata.gz: d8b94c28f8ab51e97f66b23458fc17f1d49fba4de5b1793e39a0c19d626eb74768aae62340591566733fcda620967b2313bb408d683b2a757e5ea6a1420265b1
7
+ data.tar.gz: 2183943f50a52884963fbd92747dff436d60dba7fb792c39eb3e9bdaa2636e522d22bc886a837bf3c628f0287779a51f191be0c0be5cfbd9fd7f2e761a793da6
@@ -43,6 +43,7 @@ dpi: 96
43
43
  eol: "native"
44
44
  wrap: "auto"
45
45
  columns: 78
46
+ strip-comments: true
46
47
  toc: true
47
48
  table_of_contents: true
48
49
  toc_depth: 3
@@ -77,8 +78,8 @@ epub_cover_image: ""
77
78
  epub_metadata: ""
78
79
  epub_embed_font: ""
79
80
  epub_chapter_level: 1
80
- latex_engine: ""
81
- latex_engine_opt: ""
81
+ pdf_engine: ""
82
+ pdf_engine_opt: ""
82
83
  bibliography: ""
83
84
  csl: ""
84
85
  citation_abbreviation: ""
data/lib/paru.rb CHANGED
@@ -18,5 +18,5 @@
18
18
  #++
19
19
  module Paru
20
20
  # Paru's current version
21
- VERSION = [0, 2, 5, 3]
21
+ VERSION = [0, 3, 0, 0]
22
22
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paru
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0a3
4
+ version: 0.3.0a5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Huub de Beer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-09-06 00:00:00.000000000 Z
11
+ date: 2017-09-17 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Use Pandoc (http://www.pandoc.org) with ruby
14
14
  email: Huub@heerdebeer.org
@@ -107,7 +107,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
107
107
  version: 1.3.1
108
108
  requirements: []
109
109
  rubyforge_project:
110
- rubygems_version: 2.6.11
110
+ rubygems_version: 2.5.2
111
111
  signing_key:
112
112
  specification_version: 4
113
113
  summary: Paru is a ruby wrapper around pandoc (pandoc 2)