consolr 1.1.3 → 1.1.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a508a9f27ad22e59d1dc29480259e48d484cdde9
4
- data.tar.gz: afa9831abc4ed16dcf009193411d0061aece3c49
3
+ metadata.gz: a38a3e55d260cd0e651624b9538fe1dd5c02ebec
4
+ data.tar.gz: 97b68495858ac85a54d9f676d82009ab3439cfee
5
5
  SHA512:
6
- metadata.gz: 99774ce8839bc823f20f421fd61fbd7199b0bfc014f3d8bc2a360408b16427e1527e3e22beeb5f28867b52af1bb827854c5e423f52fde758ce8650c66829f09e
7
- data.tar.gz: 1dbf503be95263b4b9e806f3e545bea7bb8d272b986881831c1bcafd9e4226db8097677f87f4d2c007bf5003d648395a9211ff26f7e7f51edb51944cb0b0e6e6
6
+ metadata.gz: 5a95919989e09084c03e4855ff040aaa3d077bc26487b32eca569e9bfbbf3925d6cbe737782d977f9ede59eaa6a7ccc917b34edd1ac68e7b7c5728f582a826e0
7
+ data.tar.gz: 630d5a041cec8a5fee3980ae3a6bfad5ad84c0e359fe7879281bab738ce04005ef9a46277ebb608d9138b171fa2ac3bb21ffd705b8ad2025ce563529764371f5
@@ -1,3 +1,3 @@
1
1
  module Consolr
2
- VERSION = "1.1.3"
2
+ VERSION = "1.1.4"
3
3
  end
data/lib/consolr.rb CHANGED
@@ -19,7 +19,7 @@ module Consolr
19
19
  config_file = potential_config_paths.compact.find do |conf|
20
20
  begin
21
21
  expanded_path = File.expand_path(conf, __FILE__)
22
- File.readable?(expand_path) and File.size(expand_path) > 0
22
+ File.readable?(expanded_path) and File.size(expanded_path) > 0
23
23
  rescue ArgumentError
24
24
  # if $HOME is not set, or if `~` cannot be expanded, `expand_path` will throw and ArgumentError
25
25
  # in that case, just go to the next potential config file - this one obviously will not work
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: consolr
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.3
4
+ version: 1.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Will Richard
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-03-14 00:00:00.000000000 Z
12
+ date: 2016-03-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: collins_auth