conflux 1.0.7 → 1.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 27c0b09b24d591773a492c38b6a90acaebd62047
4
- data.tar.gz: 6cd740543c18df0219402efa76e7e72b97a7504a
3
+ metadata.gz: 8f569798f278d982296a53c3c78115e07c1bc4e2
4
+ data.tar.gz: 6ae7c2281b99a0d9c46eac73bd041ed1f838ecac
5
5
  SHA512:
6
- metadata.gz: 5d0a7c34bcd57513eecdbcd6321a344d2e6347a1dc4ef933166020205aa4aa94d1d9e254ed80957a0d0a34fa6f5300eb1e80fc352e1a9169686d4f2d1ef708dc
7
- data.tar.gz: 124ab8932521fbc41709375febeecc357a23c3f7c18eed492031621026911d7261cc31e62d0c5b9644b22b9f518a68a45edb7f65175bf26b3efda14d0d546802
6
+ metadata.gz: fb686ea33830a5637bd4fab3a1d3e8943614f672b3aa93ae488ae1a325de95654b23650ab6d4aaa2d0e574f4bd1f571f11e1a099a1aef8b5459d3146087cfc7f
7
+ data.tar.gz: c622b46d7903e9498be312eea1b330512e907abe193938815103b75071f56a1f275c46bb6c1ed043c0fa5edea9f63e111255455f0357780e02b4a572a969dbca
@@ -58,7 +58,7 @@ module Conflux
58
58
 
59
59
  def set_configs(configs_map, add_to_yml)
60
60
  # Get application.yml file to make sure config vars aren't already there
61
- @app_configs = YAML::load_file(APPLICATION_YAML_PATH) rescue {}
61
+ @app_configs = (YAML::load_file(APPLICATION_YAML_PATH) || {}) rescue {}
62
62
 
63
63
  if add_to_yml
64
64
  File.open(CONFLUX_YAML_PATH, 'w+') do |f|
@@ -1,3 +1,3 @@
1
1
  module Conflux
2
- VERSION = '1.0.7'
2
+ VERSION = '1.0.8'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: conflux
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.7
4
+ version: 1.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Whittle
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-07-28 00:00:00.000000000 Z
11
+ date: 2016-07-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails