unleash 3.2.3 → 3.2.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 +4 -4
- data/README.md +1 -1
- data/lib/unleash/client.rb +1 -1
- data/lib/unleash/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2cf913a6af33742c1001e328f96a5382eb0666b99280d008d6960e105681ded2
|
4
|
+
data.tar.gz: e6cbc6db182f1212e4580e8781b7ac6444b12f26116dc922a4568d728299399a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b6499b2f136c8dcf6b7f115b29ad762a336a3e8eac669f4f87577f542242cc9a2cdcb41b36101d9483111217274afc6e07a01d3217393fc7fcd76854866fd74d
|
7
|
+
data.tar.gz: e3d5d385c49552035aa9700db64ccb44320e3265cb415d03f9a1d135ab09d126bb10bb0834b72e3b9d7fec4a5340f612d63024e7259ca85d0024684eedd6230f
|
data/README.md
CHANGED
data/lib/unleash/client.rb
CHANGED
@@ -60,7 +60,7 @@ module Unleash
|
|
60
60
|
Unleash.logger.debug "Unleash::Client.get_variant for feature: #{feature} with context #{context}"
|
61
61
|
|
62
62
|
if Unleash.configuration.disable_client
|
63
|
-
Unleash.logger.debug "unleash_client is disabled! Always returning #{
|
63
|
+
Unleash.logger.debug "unleash_client is disabled! Always returning #{fallback_variant} for feature #{feature}!"
|
64
64
|
return fallback_variant || Unleash::FeatureToggle.disabled_variant
|
65
65
|
end
|
66
66
|
|
data/lib/unleash/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: unleash
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.2.
|
4
|
+
version: 3.2.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Renato Arruda
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-09-
|
11
|
+
date: 2021-09-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: murmurhash3
|
@@ -190,7 +190,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
190
190
|
- !ruby/object:Gem::Version
|
191
191
|
version: '0'
|
192
192
|
requirements: []
|
193
|
-
rubygems_version: 3.2.
|
193
|
+
rubygems_version: 3.2.3
|
194
194
|
signing_key:
|
195
195
|
specification_version: 4
|
196
196
|
summary: Unleash feature toggle client.
|