pandocomatic 0.1.4 → 0.1.4.1

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: 1c585af496fd406f9a6d07f0088e9ab24589a8cd
4
- data.tar.gz: 4e89c75226e00ba213350f63a476d488e94f91ac
3
+ metadata.gz: 00bccb1af6a04ada68e3619cd1cf91d054bebc9b
4
+ data.tar.gz: f57a5e34f4031d6a9652969b0f3d242a6f35f218
5
5
  SHA512:
6
- metadata.gz: 1696165561067ea38a3ba24d422d9f89dc939e3cee096aad3d82d198a59d354861e2758b8d57b25ca001db4ee22d9a346a87b6e8b2bf606990e157a7baaaf7aa
7
- data.tar.gz: e923e7613d30a233d6c2859454f820d6ad1b64d1f69c122b714accfc65760e0fc0d2f35c440549dc2262ff6c0ef30899fb01abbc70d5dad540d0eef7c6a36fa1
6
+ metadata.gz: 44fae8276c3a24696883376bd23b6cbd8ad2f7e33290fc3446ae54ec5ad23f0a68155133be030b73ca768b7daec0ed4bfd2dcb560e79646b2a9f3d42c1fdf7bc
7
+ data.tar.gz: 3b63a4d9f271341cdf54a6058387f1abe42b7d6eda62408f04e4549a494dbf3184b901ae8bca858b307eaa9a15ef1cf90dbac4465101927d4edfe5641bc58122
@@ -45,7 +45,7 @@ module Pandocomatic
45
45
  # Read a configuration file and create a pandocomatic configuration object
46
46
  #
47
47
  # @param [String] filename Path to the configuration yaml file
48
- # @returns [Configuration] a pandocomatic configuration object
48
+ # @return [Configuration] a pandocomatic configuration object
49
49
  def load(filename)
50
50
  begin
51
51
  path = File.absolute_path filename
@@ -79,7 +79,7 @@ module Pandocomatic
79
79
  #
80
80
  # @param [String] filename path to the configuration file
81
81
  #
82
- # @returns [Configuration] a new configuration
82
+ # @return [Configuration] a new configuration
83
83
  def reconfigure(filename)
84
84
  begin
85
85
  settings = YAML.load_file filename
@@ -44,7 +44,7 @@ module Pandocomatic
44
44
  require_relative './command/convert_file_multiple_command.rb'
45
45
 
46
46
  class Pandocomatic
47
- VERSION = [0, 1, 4]
47
+ VERSION = [0, 1, 4, 1]
48
48
  CONFIG_FILE = 'pandocomatic.yaml'
49
49
 
50
50
  def self.run(args)
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.1.4
4
+ version: 0.1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Huub de Beer
@@ -16,20 +16,20 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 0.2.4.1
19
+ version: 0.2.4.3
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 0.2.4.1
22
+ version: 0.2.4.3
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
27
  - - "~>"
28
28
  - !ruby/object:Gem::Version
29
- version: 0.2.4.1
29
+ version: 0.2.4.3
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 0.2.4.1
32
+ version: 0.2.4.3
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: trollop
35
35
  requirement: !ruby/object:Gem::Requirement