pandocomatic 0.2.5.0.betae → 0.2.5.0

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
  SHA256:
3
- metadata.gz: 8fc5078287ef035d1bd1734f28d6248f095ca6ec2ccf8c7bf6a4d702d3f7919b
4
- data.tar.gz: e06523b3dd232c7688c30903082fdadc5133f413e651aeddb86c983690fd9700
3
+ metadata.gz: c06eec24affb54e4be5ef0001947cdcd926cf6633d178d22214ef1c069d6ef4f
4
+ data.tar.gz: 213c8c84c92573b2a0120243a64a0071b6b38382aefc7084a4bb744e2376d68a
5
5
  SHA512:
6
- metadata.gz: 33669dd83b7de3921af91a19468dbbb4d5a640c9dd69886fb1d4fd673a523a2a53b5b8844f5aaea10e793b93fb54327a9dd6e9a8c5070557f522904d911e26eb
7
- data.tar.gz: 530bb6418f57a25d780e83e338f0fd37484eb30c0e765aa79fa634368eba58061724d2858a670dc07c09ad993e180fa2584d719a027c3a6b397d5be0e9faa190
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 pandocomatic properties in the metadata. Only the last occurring pandocomatic property is being used." unless @metadata.unique?
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
 
@@ -47,7 +47,7 @@ module Pandocomatic
47
47
  ERROR_STATUS = 1266 # This is the sum of the ascii values of the characters in 'pandocomatic'
48
48
 
49
49
  # Pandocomatic's current version
50
- VERSION = [0, 2, 5, 0, "beta"]
50
+ VERSION = [0, 2, 5, 0]
51
51
 
52
52
  # Run pandocomatic given options
53
53
  #
@@ -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.betae
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-02 00:00:00.000000000 Z
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: 1.3.1
155
+ version: '0'
156
156
  requirements:
157
157
  - pandoc, a universal document converer <http://pandoc.org>
158
158
  rubyforge_project: