fedux_org-stdlib 0.6.14 → 0.6.15
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/fedux_org_stdlib/app_config.rb +1 -1
- data/lib/fedux_org_stdlib/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ca3c6475c864b5eb90fe4bf4bd25f122affd463f
|
|
4
|
+
data.tar.gz: e37b5172761c763383483abe0a318f31fd65f1cc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f3bf8d40a21546e6d1a208d4a6fb136a41d5c349ddb601cefb3581e8e9d46fa394bde9596264e06a6a8341c80463836efc156482922d10bed9d3cc07871048f4
|
|
7
|
+
data.tar.gz: 0a5507006812d74bdefa7aadc0747cbbfb9d6b6be06a018b634ae787efb0ac5347bc0f43671758624d299b922af8177b739e6dfb471394630860bad49f298a6e
|
|
@@ -187,7 +187,7 @@ module FeduxOrgStdlib
|
|
|
187
187
|
@logger = logger
|
|
188
188
|
|
|
189
189
|
unless file
|
|
190
|
-
logger.debug "No configuration file found at #{_allowed_config_file_paths.to_list},
|
|
190
|
+
logger.debug "No configuration file found at #{_allowed_config_file_paths.to_list}, therefor I'm going to use an empty config object instead."
|
|
191
191
|
@__config = {}
|
|
192
192
|
|
|
193
193
|
return
|