consul_application_settings 3.0.0 → 3.0.1

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: fa6d5fd8ad5cf3b9df7fcbc3622a6efac55fc1bc3fcc81327ea061eab9a1ae77
4
- data.tar.gz: 93434d8c607adf270f4acb503cc93bed92850b0fb366fb2d4513f679f39154e3
3
+ metadata.gz: 686e4efaf1dd51db8fdb6ade9ec5622a080d2d1a84db1c78b1c66dd19444e3f5
4
+ data.tar.gz: 8eba55e8bf3b905ba24e5f069b55b0dafd8c4374e98ee7fea5ed2feede597703
5
5
  SHA512:
6
- metadata.gz: e86cddbca8a53cf608b72abb8dbe8c1aefdee558636f21cad45b6b3111ced6159f758175e4a377c55fbe2eba0ffab729b7fe427cf84ae43e77e25818a06593d1
7
- data.tar.gz: 1ad1589204db6e0fa56ca42300f68c32a796a8c181b03c2aebde4104b66568c9100c2cec032b76ade78b811106228611717f92900f96fa451721be4fafebd240
6
+ metadata.gz: 447e52e8cceef44793db9de2977fc2facb752fc1232f6975eb73af38bd189458ebfc3287a7cde383da3d41f6ed744bf791c1f7079f3d8f91616dca0779dc54ef
7
+ data.tar.gz: e22c374ec16003f67bcf520943fcde6b00084178225c332d80df1fa6d34602c96bbce9c7b59a8290c68f197ba5ee8de444945ee9fda85d53b18667bd34428635
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [3.0.1]
4
+ ### Fixes
5
+ - Fix exception when preloading settings without consul
6
+
3
7
  ## [3.0.0]
4
8
  ### Breaking Changes
5
9
  - Use Preloaded Consul Settings Provider by default
@@ -55,7 +59,8 @@
55
59
  - Support deep settings search
56
60
  - Support nested configs
57
61
 
58
- [Unreleased]: https://github.com/matic-insurance/consul_application_settings/compare/3.0.0...HEAD
62
+ [Unreleased]: https://github.com/matic-insurance/consul_application_settings/compare/3.0.1...HEAD
63
+ [3.0.1]: https://github.com/matic-insurance/consul_application_settings/compare/3.0.0...3.0.1
59
64
  [3.0.0]: https://github.com/matic-insurance/consul_application_settings/compare/2.0.0...3.0.0
60
65
  [2.1.1]: https://github.com/matic-insurance/consul_application_settings/compare/2.1.0...2.1.1
61
66
  [2.1.0]: https://github.com/matic-insurance/consul_application_settings/compare/2.0.0...2.1.0
@@ -20,6 +20,7 @@ module ConsulApplicationSettings
20
20
  {}
21
21
  rescue SystemCallError, Faraday::ConnectionFailed, Diplomat::PathNotFound => e
22
22
  raise e unless @config.disable_consul_connection_errors
23
+ {}
23
24
  end
24
25
  end
25
26
  end
@@ -1,3 +1,3 @@
1
1
  module ConsulApplicationSettings
2
- VERSION = '3.0.0'.freeze
2
+ VERSION = '3.0.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: consul_application_settings
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Volodymyr Mykhailyk