fedux_org-stdlib 0.9.7 → 0.9.8
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 +3 -1
- data/lib/fedux_org_stdlib/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 00f1ef63f383a5360c23e10f1a7b4280e7778a59
|
|
4
|
+
data.tar.gz: 8a6a0e335c55e1dfbbb40328a463d81656dedbd4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ce299f4960290869a15f033ebc848cda1cffa27aa82756ac5b241af246fe7beef19744926495704578d11f28701c32b6ccecca41d128fa136939a89ce6db2974
|
|
7
|
+
data.tar.gz: d08adb8405bc1b56604d66b0a61af57b1346f9ef57be64203339241c40f9eac05664f8428424d7dff3adb2a61daa06caee7cbc9a62dc95c6d693eba1b50c69e7
|
data/Gemfile.lock
CHANGED
|
@@ -277,7 +277,7 @@ module FeduxOrgStdlib
|
|
|
277
277
|
end
|
|
278
278
|
|
|
279
279
|
def to_h(keys: [], remove_blank: false)
|
|
280
|
-
options_to_check = known_options.delete_if { |o| !keys.blank? && !keys.map(&:to_sym).include?(o) }
|
|
280
|
+
options_to_check = known_options.delete_if { |o| !keys.blank? && !keys.map(&:to_sym).include?(o) }.sort
|
|
281
281
|
|
|
282
282
|
options_to_check.each_with_object({}) do |e, a|
|
|
283
283
|
next if remove_blank && self.public_send(e).blank?
|
|
@@ -337,6 +337,8 @@ module FeduxOrgStdlib
|
|
|
337
337
|
|
|
338
338
|
@__config.reverse_merge! Hash(yaml_withknown_options)
|
|
339
339
|
end
|
|
340
|
+
|
|
341
|
+
self
|
|
340
342
|
end
|
|
341
343
|
|
|
342
344
|
# The name of the config file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fedux_org-stdlib
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Max Meyer
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-11-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|