eppo-server-sdk 3.7.2-arm64-darwin → 3.7.4-arm64-darwin

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: b473577b759d2629a351540b3cc7c279ad231ea51780c95a3196e87ff68efdc0
4
- data.tar.gz: 977918c946943abc2b9f499a5d1409dda3dbe3ad98327c64c118987453f32dd5
3
+ metadata.gz: 725aea314676763d66e135df60cb5c957c9167bdde7d27bca235016aad2c04c6
4
+ data.tar.gz: 9e7c5e4b6c2e4e2d7fbfc0564335291294b56b1610248a4740584087d2988d91
5
5
  SHA512:
6
- metadata.gz: dd9d59ce658745c33829473016dbc9d43ce084f813a6604889be802d0a93dc8f70bd074b74520ef3ee8c4142a36de4447c0cf9e0752558658a48d13239eef709
7
- data.tar.gz: 4e5de0e35caa85e93be7b4b631840e494ee7c7b762760810801456c07824a476a94e3fd443fae6dd7ecbdd00c826cb330b9379970b0a5d522ad6e12368a9a78f
6
+ metadata.gz: 873820d6d2bd11dc23739325802c6801bdca5aa082bc54cc4378d0655c9afeeb11deb0f9f82d1c92e795188bcc7e07f4a9eb882cf79768fa3460fc405b8ccfa6
7
+ data.tar.gz: 30a8ea73173124e1227771eedf9d4534fd7da6ac589227aa3e1158fb6db83956833ef0379a76b1e3c352673554bc935ac37e476bca596312c988148852de95d5
Binary file
Binary file
Binary file
@@ -303,7 +303,7 @@ module EppoClient
303
303
  result, event = @core.get_assignment_details(flag_key, subject_key, subject_attributes, expected_type)
304
304
  log_assignment(event)
305
305
 
306
- if !result[:variation]
306
+ if result[:variation].nil?
307
307
  result[:variation] = default_value
308
308
  end
309
309
 
@@ -2,5 +2,5 @@
2
2
 
3
3
  # TODO: this version and ext/eppo_client/Cargo.toml should be in sync
4
4
  module EppoClient
5
- VERSION = "3.7.2"
5
+ VERSION = "3.7.4"
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eppo-server-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.7.2
4
+ version: 3.7.4
5
5
  platform: arm64-darwin
6
6
  authors:
7
7
  - Eppo
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-04-23 00:00:00.000000000 Z
11
+ date: 2025-12-10 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email:
@@ -22,7 +22,7 @@ files:
22
22
  - lib/eppo_client/3.0/eppo_client.bundle
23
23
  - lib/eppo_client/3.1/eppo_client.bundle
24
24
  - lib/eppo_client/3.2/eppo_client.bundle
25
- - lib/eppo_client/3.3/eppo_client.bundle
25
+ - lib/eppo_client/3.4/eppo_client.bundle
26
26
  - lib/eppo_client/assignment_logger.rb
27
27
  - lib/eppo_client/client.rb
28
28
  - lib/eppo_client/config.rb
@@ -49,14 +49,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
49
49
  version: '3.0'
50
50
  - - "<"
51
51
  - !ruby/object:Gem::Version
52
- version: 3.4.dev
52
+ version: 3.5.dev
53
53
  required_rubygems_version: !ruby/object:Gem::Requirement
54
54
  requirements:
55
55
  - - ">="
56
56
  - !ruby/object:Gem::Version
57
57
  version: 3.3.11
58
58
  requirements: []
59
- rubygems_version: 3.4.4
59
+ rubygems_version: 3.5.23
60
60
  signing_key:
61
61
  specification_version: 4
62
62
  summary: Eppo SDK for Ruby