fedux_org-stdlib 0.6.12 → 0.6.13

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1b6d4b263098c38be3d3499fdd03734a2c1efbd8
4
- data.tar.gz: c7a34b1c7f3b72378eea3c10bdfe9b6d76723cfd
3
+ metadata.gz: 60fef56b9f2b99139d04e9f6c2c52f3f4387a48c
4
+ data.tar.gz: 2c87c193deb7f904ac38a9267cb0357f3c35171d
5
5
  SHA512:
6
- metadata.gz: cb1230859eae20347dfd17ef155d45026b8271a6dc9ebc9e2d6515e4e5ab188e916b2ff2190e382fe7f502a6ab777b2bccf1b41408ea0cc459659be7d6f89bc8
7
- data.tar.gz: 80459da9eb8de1d77e37ef78cad19d8f0aa2ace3e405b827ee342fa4f2b136e51291712ae46112ef60663aef5c09b2e4cc6325630d762fa4f51efc1772107fee
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(self.class.process_environment.fetch('HOME'), '.config', _application_name, _config_file)),
302
- ::File.expand_path(::File.join(self.class.process_environment.fetch('HOME'), format('.%s', _application_name), _config_file)),
303
- ::File.expand_path(::File.join(self.class.process_environment.fetch('HOME'), format('.%s', _config_file))),
304
- ::File.expand_path(::File.join(self.class.process_environment.fetch('HOME'), format('.%src', _config_name))),
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
  ]
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
2
  # FeduxOrgStdlib
3
3
  module FeduxOrgStdlib
4
- VERSION = '0.6.12'
4
+ VERSION = '0.6.13'
5
5
  end
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.12
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-17 00:00:00.000000000 Z
11
+ date: 2014-07-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport