fedux_org-stdlib 0.7.5 → 0.7.6
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/Gemfile.lock +1 -1
- 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: 07105d31a9defee5a1b04c4750d41e349265e320
|
|
4
|
+
data.tar.gz: c096fa8eb0183ae14945d223a23785882f060e3a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a86ac5f4d81cedfba4d2032e4b3a1edb536293d39b7103abb0f9bbd1828ec6ab8e05461a2fbbbeeb135289e08de7dd311255660e1a5879a66c053ddebc4eca35
|
|
7
|
+
data.tar.gz: 6050c492908fe9ff901eabf636acbe2b7e1f821008f75e06ea0d898edb2b3c677b5c1d72b956a11197a9477102a799c238e9aedfc1331ef3dd1ffb8a9a73adae
|
data/Gemfile.lock
CHANGED
|
@@ -5,7 +5,7 @@ require 'fedux_org_stdlib/process_environment'
|
|
|
5
5
|
require 'fedux_org_stdlib/core_ext/array/list'
|
|
6
6
|
require 'fedux_org_stdlib/core_ext/hash/list'
|
|
7
7
|
require 'fedux_org_stdlib/logging/logger'
|
|
8
|
-
require_library %w{ json psych active_support/core_ext/string/inflections set active_support/core_ext/hash/slice active_support/core_ext/object/blank }
|
|
8
|
+
require_library %w{ json psych active_support/core_ext/string/inflections set active_support/core_ext/hash/slice active_support/core_ext/object/blank active_support/core_ext/hash/keys}
|
|
9
9
|
|
|
10
10
|
module FeduxOrgStdlib
|
|
11
11
|
# This class makes a config file available as an object. The config file
|