fedux_org-stdlib 0.6.12 → 0.6.13
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 +4 -4
- 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: 60fef56b9f2b99139d04e9f6c2c52f3f4387a48c
|
|
4
|
+
data.tar.gz: 2c87c193deb7f904ac38a9267cb0357f3c35171d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d073868ecf93d2e205e96afe9ce3c87d5165b31c1f472648955af004bca0d621bb2d9d8d3b1055e91733f414cf9a9e78175fbce93d294cfb2ddc6075fdeddedb
|
|
7
|
+
data.tar.gz: e33c28a397bc7ad10d22a6f5f72e977f44905eaa57c91300ac9184899033b64d399730f390ca3f81ce66d6be62ef0862af253b293060fa23fd989cc68edaa87a
|
|
@@ -298,10 +298,10 @@ module FeduxOrgStdlib
|
|
|
298
298
|
# file.
|
|
299
299
|
def _allowed_config_file_paths
|
|
300
300
|
[
|
|
301
|
-
::File.expand_path(::File.join(
|
|
302
|
-
::File.expand_path(::File.join(
|
|
303
|
-
::File.expand_path(::File.join(
|
|
304
|
-
::File.expand_path(::File.join(
|
|
301
|
+
::File.expand_path(::File.join('~', '.config', _application_name, _config_file)),
|
|
302
|
+
::File.expand_path(::File.join('~', format('.%s', _application_name), _config_file)),
|
|
303
|
+
::File.expand_path(::File.join('~', format('.%s', _config_file))),
|
|
304
|
+
::File.expand_path(::File.join('~', format('.%src', _config_name))),
|
|
305
305
|
::File.expand_path(::File.join('/etc', _application_name, _config_file)),
|
|
306
306
|
# ::File.expand_path("../../../../files/#{config_file}", __FILE__),
|
|
307
307
|
]
|
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.6.
|
|
4
|
+
version: 0.6.13
|
|
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-07-
|
|
11
|
+
date: 2014-07-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|