vwo-fme-ruby-sdk 1.3.1 → 1.3.2
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/constants.rb +1 -1
- data/lib/vwo/services/settings_service.rb +3 -1
- 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: d13710bca2e74d196e8f16dae0d76687b063f0b9ffab675bb425e63cd381b863
|
4
|
+
data.tar.gz: 237b9215295d8562dc340eabf4a0670c04615410606f4e950b6b6ded3eb9afdd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d04499359ef1b97ae2d7aac4df5fb0a1084eb7274596877cc84ea64dc11ab08975514b94412f48871d6682cc2bbbe8a277543a744baaf6a854e5a07da128fd03
|
7
|
+
data.tar.gz: 27cd8399d7d7768ff7ac7928df99c09e6d8eba26b2367e9301acb7a0586c709b612d15f7f988589a025c214e2525e59815ca041608acc0c7b232e9f60b1095b5
|
@@ -27,7 +27,7 @@ class SettingsService
|
|
27
27
|
|
28
28
|
class << self
|
29
29
|
attr_accessor :instance
|
30
|
-
|
30
|
+
|
31
31
|
def get_instance
|
32
32
|
@instance ||= SettingsService.new
|
33
33
|
end
|
@@ -80,6 +80,8 @@ class SettingsService
|
|
80
80
|
|
81
81
|
options['api-version'] = Constants::API_VERSION
|
82
82
|
options[:source] = 'prod'
|
83
|
+
options[:sn] = Constants::SDK_NAME
|
84
|
+
options[:sv] = Constants::SDK_VERSION
|
83
85
|
|
84
86
|
# When using gateway service, always fetch from SETTINGS_ENDPOINT since the gateway maintains the latest settings
|
85
87
|
if @is_gateway_service_provided
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vwo-fme-ruby-sdk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- VWO
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-07-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: uuidtools
|