vwo-sdk 1.37.1 → 1.38.0
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/lib/vwo/constants.rb +1 -1
- data/lib/vwo/core/variation_decider.rb +0 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a0e08961757aa3ab300766b7c2fd27429d0c3edb97c8e2609d3b41fb8e9b3362
|
|
4
|
+
data.tar.gz: dda836f16065c27aed8102c2e7f666b47645c20fe38c9830c02f0c9c1a32b959
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cd96894eaf16020bddfc7246ee287ae7dbaaa9df40e9dc17ec09b0af31379a05a6d1b682665599f4f45d495ceecd5c66409cb753c7f4e59dd72d25e9037e3ef2
|
|
7
|
+
data.tar.gz: 56a9930a525ed16aab574920cffe787da6b2ecf8225d0a8bf03edea1ab67b331e433537da35af6b70715787c61abc132e9b04b032da1950a0bc39af085c9fce2
|
data/lib/vwo/constants.rb
CHANGED
|
@@ -27,7 +27,7 @@ class VWO
|
|
|
27
27
|
HTTP_PROTOCOL = 'http://'
|
|
28
28
|
HTTPS_PROTOCOL = 'https://'
|
|
29
29
|
URL_NAMESPACE = '6ba7b811-9dad-11d1-80b4-00c04fd430c8'
|
|
30
|
-
SDK_VERSION = '1.
|
|
30
|
+
SDK_VERSION = '1.38.0'
|
|
31
31
|
SDK_NAME = 'ruby'
|
|
32
32
|
VWO_DELIMITER = '_vwo_'
|
|
33
33
|
MAX_EVENTS_PER_REQUEST = 5000
|
|
@@ -196,8 +196,6 @@ class VWO
|
|
|
196
196
|
variation ||= get_variation_if_presegmentation_applied(is_presegmentation, campaign, user_id, goal_identifier, decision)
|
|
197
197
|
return unless variation
|
|
198
198
|
|
|
199
|
-
decision = add_variation_to_decision_properties(decision, campaign, variation)
|
|
200
|
-
@hooks_manager.execute(decision)
|
|
201
199
|
variation
|
|
202
200
|
end
|
|
203
201
|
|
|
@@ -277,7 +275,6 @@ class VWO
|
|
|
277
275
|
variation_targeting_variables: variation_targeting_variables,
|
|
278
276
|
is_user_whitelisted: false,
|
|
279
277
|
from_user_storage_service: false,
|
|
280
|
-
is_feature_enabled: true,
|
|
281
278
|
# VWO generated UUID based on passed UserId and Account ID
|
|
282
279
|
vwo_user_id: generator_for(user_id, @settings_file['accountId'])
|
|
283
280
|
}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vwo-sdk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.38.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- VWO
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-07-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: codecov
|