vwo-sdk 1.42.0 → 1.42.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: 2cb87cff89342e4af9dcea2a923b32353c8603c5f1eb536ff886c70f51b6fbce
4
- data.tar.gz: fc5138f9a838a7515a736ba51026a7c5626911ad16cd46b25580dadeb80c710f
3
+ metadata.gz: 662d7ea7b56ead5d3b260e488c944a752a909d1d2ec2d69b5036e2d34c06f5a5
4
+ data.tar.gz: cd3be26eae10c76a12e82c971b4fd2263b62fb84287b38ee4d19710e4ccc9f90
5
5
  SHA512:
6
- metadata.gz: f2ff4704e49b08f46f46c70e47b99a0bdd4113f0086feb9faf511c120ad93f95ccd2e113bdfe32191f4ac2d74992b0e59a7aa84f4347612f2a9a3606a0d4f81d
7
- data.tar.gz: a0fe763ee6ad8a6e040d379d9f463c46e0962289a096cc94b6942805fd0dd4e5c6deac9e1cb205f60a70634b9f13166a1f43d4edd26e69fb67dd2a317f024a41
6
+ metadata.gz: 8902d3cc0cf4087d1a8acb5807f70044c57f911a18aacda83050bf32d9f8e58dab28af5d8997663522d2ba1c7c04ec158613344fe211ae6bfb66446d7b3c9817
7
+ data.tar.gz: c34cb8ad261d180613a768c43f776b5433049399f4d22e6680bfe486c1879bbbe67da96e451fc7a0902e090cd9a486fce48346f862aad44e5749e53fb88cca40
data/lib/vwo/constants.rb CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2019-2022 Wingify Software Pvt. Ltd.
1
+ # Copyright 2019-2025 Wingify Software Pvt. Ltd.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -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.42.0'
30
+ SDK_VERSION = '1.42.1'
31
31
  SDK_NAME = 'ruby'
32
32
  VWO_DELIMITER = '_vwo_'
33
33
  MAX_EVENTS_PER_REQUEST = 5000
@@ -1,4 +1,4 @@
1
- # Copyright 2019-2022 Wingify Software Pvt. Ltd.
1
+ # Copyright 2019-2025 Wingify Software Pvt. Ltd.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -177,7 +177,7 @@ class VWO
177
177
  isNBv2 = VWO::Utils::GetAccountFlags.get_instance.get_isNbv2_flag
178
178
  isNB = VWO::Utils::GetAccountFlags.get_instance.get_isNB_flag
179
179
 
180
- if isNBv2 || isNB || campaign['isBucketingSeedEnabled']
180
+ if isNBv2 || isNB || campaign['isBucketingSeedEnabled']
181
181
  user_id_for_hash_value = "#{campaign['id']}_#{user_id}"
182
182
  end
183
183
 
@@ -1,4 +1,4 @@
1
- # Copyright 2019-2022 Wingify Software Pvt. Ltd.
1
+ # Copyright 2019-2025 Wingify Software Pvt. Ltd.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
data/lib/vwo/enums.rb CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2019-2022 Wingify Software Pvt. Ltd.
1
+ # Copyright 2019-2025 Wingify Software Pvt. Ltd.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
data/lib/vwo/logger.rb CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2019-2022 Wingify Software Pvt. Ltd.
1
+ # Copyright 2019-2025 Wingify Software Pvt. Ltd.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2019-2022 Wingify Software Pvt. Ltd.
1
+ # Copyright 2019-2025 Wingify Software Pvt. Ltd.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2019-2022 Wingify Software Pvt. Ltd.
1
+ # Copyright 2019-2025 Wingify Software Pvt. Ltd.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2019-2022 Wingify Software Pvt. Ltd.
1
+ # Copyright 2019-2025 Wingify Software Pvt. Ltd.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2019-2022 Wingify Software Pvt. Ltd.
1
+ # Copyright 2019-2025 Wingify Software Pvt. Ltd.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2019-2022 Wingify Software Pvt. Ltd.
1
+ # Copyright 2019-2025 Wingify Software Pvt. Ltd.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2019-2022 Wingify Software Pvt. Ltd.
1
+ # Copyright 2019-2025 Wingify Software Pvt. Ltd.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2019-2022 Wingify Software Pvt. Ltd.
1
+ # Copyright 2019-2025 Wingify Software Pvt. Ltd.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2019-2022 Wingify Software Pvt. Ltd.
1
+ # Copyright 2019-2025 Wingify Software Pvt. Ltd.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2019-2022 Wingify Software Pvt. Ltd.
1
+ # Copyright 2019-2025 Wingify Software Pvt. Ltd.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2019-2022 Wingify Software Pvt. Ltd.
1
+ # Copyright 2019-2025 Wingify Software Pvt. Ltd.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2019-2022 Wingify Software Pvt. Ltd.
1
+ # Copyright 2019-2025 Wingify Software Pvt. Ltd.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2019-2022 Wingify Software Pvt. Ltd.
1
+ # Copyright 2019-2025 Wingify Software Pvt. Ltd.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2019-2022 Wingify Software Pvt. Ltd.
1
+ # Copyright 2019-2025 Wingify Software Pvt. Ltd.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2019-2022 Wingify Software Pvt. Ltd.
1
+ # Copyright 2019-2025 Wingify Software Pvt. Ltd.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2019-2022 Wingify Software Pvt. Ltd.
1
+ # Copyright 2019-2025 Wingify Software Pvt. Ltd.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2019-2022 Wingify Software Pvt. Ltd.
1
+ # Copyright 2019-2025 Wingify Software Pvt. Ltd.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2019-2022 Wingify Software Pvt. Ltd.
1
+ # Copyright 2019-2025 Wingify Software Pvt. Ltd.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2019-2022 Wingify Software Pvt. Ltd.
1
+ # Copyright 2019-2025 Wingify Software Pvt. Ltd.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2019-2022 Wingify Software Pvt. Ltd.
1
+ # Copyright 2019-2025 Wingify Software Pvt. Ltd.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2019-2022 Wingify Software Pvt. Ltd.
1
+ # Copyright 2019-2025 Wingify Software Pvt. Ltd.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2019-2022 Wingify Software Pvt. Ltd.
1
+ # Copyright 2019-2025 Wingify Software Pvt. Ltd.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2019-2022 Wingify Software Pvt. Ltd.
1
+ # Copyright 2019-2025 Wingify Software Pvt. Ltd.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2019-2022 Wingify Software Pvt. Ltd.
1
+ # Copyright 2019-2025 Wingify Software Pvt. Ltd.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- # Copyright 2019-2022 Wingify Software Pvt. Ltd.
1
+ # Copyright 2019-2025 Wingify Software Pvt. Ltd.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
data/lib/vwo.rb CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2019-2022 Wingify Software Pvt. Ltd.
1
+ # Copyright 2019-2025 Wingify Software Pvt. Ltd.
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vwo-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.42.0
4
+ version: 1.42.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - VWO