convox_installer 1.0.6 → 1.0.7

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
  SHA256:
3
- metadata.gz: 5a1bcd87ec2ab1bd0c720397964e8e641ad70017b582e8f72b3ea1c019f33cfc
4
- data.tar.gz: ccc5bdfc3a20b4107d2fca2712b0d1268ce86ae40946a11bc4ed38f71b2a7021
3
+ metadata.gz: d5d2d1f4697af3c44f12b1730baae747bdb46645eb644dc7b7da25cc3a2fa570
4
+ data.tar.gz: f7324d3c7393096d8c8575cd350eb7bdd44292a68d7a4c1063459a04395dfb93
5
5
  SHA512:
6
- metadata.gz: 8f68b7a76cdc88e96b7cc4e2d24f02c28e95701481f4c33b58a72e2ef691295045fec93bdc39261827ffe510fdadf9c4e7faa0ad832ba31d5eb81fffc0288263
7
- data.tar.gz: 0f6743f60a94e60ab3e82e94daa853ce5c624cf8f67d508a18e5fa0428748d8798c86487be87b17f9a5b7471c822eb9e5998b9eefa59cb209a1551f36dc99fa4
6
+ metadata.gz: 13eb6c2b81ef8f75c07a7e829015e7a6223bf1a5fd2a44113bdbf0079296cb5b2c39551205a8ed79090d12091585738f68db3291ab10d7cfe2c6360ca84a8495
7
+ data.tar.gz: f6d78ab99a5d485b7828eea48455381990efe465db266c5d597ffeab77382d351874535350a12468a53c7a1fa49609cca4054af5760c3acc67856c3587b2d6d5
@@ -154,7 +154,7 @@ module ConvoxInstaller
154
154
  logger.debug "Loading saved config from #{CONFIG_FILE}..."
155
155
 
156
156
  loaded_config = JSON.parse(Config.read_config_file)["config"].symbolize_keys
157
- self.config = config.merge(loaded_config).slice(*config_keys)
157
+ self.config = config.merge(loaded_config)
158
158
  end
159
159
 
160
160
  def load_config_from_env
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ConvoxInstaller
4
- VERSION = "1.0.6"
4
+ VERSION = "1.0.7"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: convox_installer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Form Applications Inc.