pandocomatic 0.1.4 → 0.1.4.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 +4 -4
- data/lib/pandocomatic/configuration.rb +2 -2
- data/lib/pandocomatic/pandocomatic.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 00bccb1af6a04ada68e3619cd1cf91d054bebc9b
|
|
4
|
+
data.tar.gz: f57a5e34f4031d6a9652969b0f3d242a6f35f218
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
# @
|
|
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
|
-
# @
|
|
82
|
+
# @return [Configuration] a new configuration
|
|
83
83
|
def reconfigure(filename)
|
|
84
84
|
begin
|
|
85
85
|
settings = YAML.load_file filename
|
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.
|
|
19
|
+
version: 0.2.4.3
|
|
20
20
|
- - ">="
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: 0.2.4.
|
|
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.
|
|
29
|
+
version: 0.2.4.3
|
|
30
30
|
- - ">="
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: 0.2.4.
|
|
32
|
+
version: 0.2.4.3
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: trollop
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|