pandocomatic 0.2.3.1 → 0.2.4.0
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/lib/pandocomatic/command/convert_file_command.rb +1 -1
- data/lib/pandocomatic/pandocomatic.rb +1 -1
- metadata +12 -12
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3792697a919e93e6c48c24b8cc54d3cf481901623ff4c85592e1acbedb1ceccb
|
|
4
|
+
data.tar.gz: 5651ce624dceef41eca09215cae639a6bcefab47b7fccf3b27e24fc87bf79cfb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e168b2b0e0eae242416c88962223c65f44b33d22d610c2f9d7057649867f7ffbe13007ff44be61890829ce115a42df18330d1fff8fbed5d31f07bbd5d0073d54
|
|
7
|
+
data.tar.gz: cd84f256e51a5c89e033db74c01c2da89cb0ce61ba578d9394bf8d818f0cb9b3114393fb60c291dc195550bdba5a8dfec81f32a1f7b5e522cf53de82de0189bf
|
|
@@ -262,7 +262,7 @@ module Pandocomatic
|
|
|
262
262
|
processors = config[type]
|
|
263
263
|
output = input
|
|
264
264
|
processors.each do |processor|
|
|
265
|
-
script = @config.update_path(processor, File.dirname(@src))
|
|
265
|
+
script = @config.update_path(processor, File.dirname(@src), true)
|
|
266
266
|
|
|
267
267
|
command, *parameters = script.shellsplit # split on spaces unless it is preceded by a backslash
|
|
268
268
|
|
|
@@ -50,7 +50,7 @@ module Pandocomatic
|
|
|
50
50
|
ERROR_STATUS = 1266 # This is the sum of the ascii values of the characters in 'pandocomatic'
|
|
51
51
|
|
|
52
52
|
# Pandocomatic's current version
|
|
53
|
-
VERSION = [0, 2,
|
|
53
|
+
VERSION = [0, 2, 4, 0]
|
|
54
54
|
|
|
55
55
|
# Pandocomatic's default configuration file
|
|
56
56
|
CONFIG_FILE = 'pandocomatic.yaml'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pandocomatic
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Huub de Beer
|
|
@@ -14,40 +14,40 @@ dependencies:
|
|
|
14
14
|
name: paru
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - ">="
|
|
18
|
-
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.3.0.0
|
|
20
17
|
- - "~>"
|
|
21
18
|
- !ruby/object:Gem::Version
|
|
22
19
|
version: 0.3.0
|
|
20
|
+
- - ">="
|
|
21
|
+
- !ruby/object:Gem::Version
|
|
22
|
+
version: 0.3.0.0
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
26
26
|
requirements:
|
|
27
|
-
- - ">="
|
|
28
|
-
- !ruby/object:Gem::Version
|
|
29
|
-
version: 0.3.0.0
|
|
30
27
|
- - "~>"
|
|
31
28
|
- !ruby/object:Gem::Version
|
|
32
29
|
version: 0.3.0
|
|
30
|
+
- - ">="
|
|
31
|
+
- !ruby/object:Gem::Version
|
|
32
|
+
version: 0.3.0.0
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: optimist
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
|
36
36
|
requirements:
|
|
37
|
-
- - "
|
|
37
|
+
- - "~>"
|
|
38
38
|
- !ruby/object:Gem::Version
|
|
39
39
|
version: 3.0.0
|
|
40
|
-
- - "
|
|
40
|
+
- - ">="
|
|
41
41
|
- !ruby/object:Gem::Version
|
|
42
42
|
version: 3.0.0
|
|
43
43
|
type: :runtime
|
|
44
44
|
prerelease: false
|
|
45
45
|
version_requirements: !ruby/object:Gem::Requirement
|
|
46
46
|
requirements:
|
|
47
|
-
- - "
|
|
47
|
+
- - "~>"
|
|
48
48
|
- !ruby/object:Gem::Version
|
|
49
49
|
version: 3.0.0
|
|
50
|
-
- - "
|
|
50
|
+
- - ">="
|
|
51
51
|
- !ruby/object:Gem::Version
|
|
52
52
|
version: 3.0.0
|
|
53
53
|
- !ruby/object:Gem::Dependency
|
|
@@ -154,7 +154,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
154
154
|
requirements:
|
|
155
155
|
- pandoc, a universal document converer <http://pandoc.org>
|
|
156
156
|
rubyforge_project:
|
|
157
|
-
rubygems_version:
|
|
157
|
+
rubygems_version: 2.7.7
|
|
158
158
|
signing_key:
|
|
159
159
|
specification_version: 4
|
|
160
160
|
summary: Automating the use of pandoc
|