pandocomatic 0.2.5.0.betae → 0.2.5.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c06eec24affb54e4be5ef0001947cdcd926cf6633d178d22214ef1c069d6ef4f
|
|
4
|
+
data.tar.gz: 213c8c84c92573b2a0120243a64a0071b6b38382aefc7084a4bb744e2376d68a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 90e7117da32ff9bb5af3c5e9d2c15cd0147af94b96a477faf4ab694022082ec1adcdd3dd29796c929c9ad6cf672d2582a36f44a8c852c34e4fb19dc6063a8d59
|
|
7
|
+
data.tar.gz: 906b949a52464bc6df6433c8c7bd8c69b49141e3657c2bc263e26eb1af9c317648d2815365df3450c9af30cb632c2f7708f3c20018c80bdeab9c2099342f3608
|
|
@@ -91,7 +91,7 @@ module Pandocomatic
|
|
|
91
91
|
# @return [String]
|
|
92
92
|
def to_s
|
|
93
93
|
str = "convert #{File.basename @src} #{"-> #{File.basename @dst}" unless @dst.nil?}"
|
|
94
|
-
str += "\n\t encountered multiple
|
|
94
|
+
str += "\n\t encountered multiple YAML metadata blocks with a pandocomatic propertie. Only the pandocomatic property in the first YAML metadata block is being used; the others are discarded." unless @metadata.unique?
|
|
95
95
|
str
|
|
96
96
|
end
|
|
97
97
|
|
|
@@ -28,6 +28,10 @@ OPTIONS
|
|
|
28
28
|
-i PATH, --input PATH
|
|
29
29
|
Convert PATH. If this option is not given, INPUT is
|
|
30
30
|
converted. INPUT and --input cannot be used together.
|
|
31
|
+
You can use this option multiple times, denoting to
|
|
32
|
+
concatenate each input file in the order they
|
|
33
|
+
are specified on the command-line. Pandocomatic treats
|
|
34
|
+
the concatenated files as a single input file.
|
|
31
35
|
|
|
32
36
|
-o PATH, --output PATH
|
|
33
37
|
Create converted files and directories in PATH.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pandocomatic
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.5.0
|
|
4
|
+
version: 0.2.5.0
|
|
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-04-
|
|
11
|
+
date: 2019-04-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: paru
|
|
@@ -150,9 +150,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
150
150
|
version: 2.4.4
|
|
151
151
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
152
152
|
requirements:
|
|
153
|
-
- - "
|
|
153
|
+
- - ">="
|
|
154
154
|
- !ruby/object:Gem::Version
|
|
155
|
-
version:
|
|
155
|
+
version: '0'
|
|
156
156
|
requirements:
|
|
157
157
|
- pandoc, a universal document converer <http://pandoc.org>
|
|
158
158
|
rubyforge_project:
|