paru 0.4.0 → 0.4.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6bd7fc4981bbeea705d0508b939feff4a5d25db290ece4d07f55079286af2bfd
4
- data.tar.gz: cce99e0d42ba67d9b96904a75bd94f879b22dd52a5ac0709672640d72ecd99b5
3
+ metadata.gz: caf6d2c413d73f52c6fb656498263ec3fb75deb8f9f3413263a43a5653d2d4b4
4
+ data.tar.gz: b8427caea5192ca9349a9186b5cda3b8e1511a06178f12667247111a6f2752b7
5
5
  SHA512:
6
- metadata.gz: bb519fe72d960fd0802aea39cbe049471838c69f72edd8fc471af0c7e928da005e0562668146f4c058551fa79d243e02b73018aa2aeceb7a838c42bb5f8335f2
7
- data.tar.gz: 44cacdd22f7159c69c6ab0eec5960a04f3ec223806451075b78be0921749512bff799d8a0262a63edc6b944186f778e9d3c0549b967b7870b95fab2b460cdab5
6
+ metadata.gz: 86265cd4005e15e7d89b12bc3f2b46484bdf9bfa0eaa5e072aba23a9935d6a7ecf45db96d6700daede91ddc4cfae6c1878df4a75870f763e2dcedf894273d4f1
7
+ data.tar.gz: 5dbe56c0683223ea4600c83f152f541d371b2cf32728708638e0b5e4b002cf90657b2075b8fc0be78d1870aeefebb8ff12acdc04dad4b8095b4652dd405337dd
@@ -18,5 +18,5 @@
18
18
  #++
19
19
  module Paru
20
20
  # Paru's current version
21
- VERSION = [0, 4, 0, 0]
21
+ VERSION = [0, 4, 0, 1]
22
22
  end
@@ -50,7 +50,7 @@ file_scope: true
50
50
  filter: [""]
51
51
  lua_filter: [""]
52
52
  metadata: [""]
53
- metadata-file: [""]
53
+ metadata_file: [""]
54
54
  preserve_tabs: true
55
55
  tab_stop: 4
56
56
  track_changes: "accept"
@@ -68,14 +68,14 @@ eol: "native"
68
68
  dpi: 96
69
69
  wrap: "auto"
70
70
  columns: 78
71
- strip-comments: true
71
+ strip_comments: true
72
72
  toc: true
73
73
  table_of_contents: true
74
74
  toc_depth: 3
75
75
  strip_comments: true
76
76
  no_highlight: true
77
77
  highlight_style: ""
78
- print-highlight-style: ""
78
+ print_highlight_style: ""
79
79
  syntax_definition: ""
80
80
  include_in_header: [""]
81
81
  include_before_body: [""]
@@ -109,7 +109,7 @@ epub_metadata: ""
109
109
  epub_embed_font: ""
110
110
  epub_chapter_level: 1
111
111
  epub_subdirectory: ""
112
- ipynb-output: "best"
112
+ ipynb_output: "best"
113
113
  pdf_engine: "pdflatex"
114
114
  pdf_engine_opt: [""]
115
115
  #####
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.4.0
4
+ version: 0.4.0.1
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: 2019-11-25 00:00:00.000000000 Z
11
+ date: 2020-02-18 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