eppo-server-sdk 3.5.0-arm64-darwin → 3.6.0-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 +4 -4
- data/lib/eppo_client/3.0/eppo_client.bundle +0 -0
- data/lib/eppo_client/3.1/eppo_client.bundle +0 -0
- data/lib/eppo_client/3.2/eppo_client.bundle +0 -0
- data/lib/eppo_client/3.3/eppo_client.bundle +0 -0
- data/lib/eppo_client/client.rb +14 -0
- data/lib/eppo_client/version.rb +1 -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: 3fe0467b4be07dddb1f9bc51d299b08c28f7b3cf93a028463fc7e7b49a48711a
|
4
|
+
data.tar.gz: 5880fbb3d30c337e8938bca5adb25dc9efc469ee48b2e6c894b86655b13484f3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 96885d19a09b844d6afb4e33537c87e4920bb8a2154bf2b355fe5cbe9f9d6f8a04be19c8352ce77d8292f05e820c8d670348fb8c3a1f8a6736f6654f8f94f087
|
7
|
+
data.tar.gz: 9cf95bdd5f948d0592db01571faf2e91d6b4646c5e1ea6a89c3dd2926a2f9570ebba8317592252248e9c525c0febc1473888c8c9af4bd1c816c98dbc2a95b8eb
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/lib/eppo_client/client.rb
CHANGED
@@ -31,6 +31,20 @@ module EppoClient
|
|
31
31
|
@core = EppoClient::Core::Client.new(config)
|
32
32
|
end
|
33
33
|
|
34
|
+
##
|
35
|
+
# Waits for client to fetch configuration and get ready to serve
|
36
|
+
# assignments.
|
37
|
+
#
|
38
|
+
# This method blocks the current thread until configuration is
|
39
|
+
# successfully fetched or +timeout+ seconds passed.
|
40
|
+
#
|
41
|
+
# Note: this method returns immediately if configuration poller
|
42
|
+
# has been disabled.
|
43
|
+
def wait_for_initialization(timeout=1)
|
44
|
+
return unless @core
|
45
|
+
@core.wait_for_initialization(timeout)
|
46
|
+
end
|
47
|
+
|
34
48
|
def configuration
|
35
49
|
@core.configuration
|
36
50
|
end
|
data/lib/eppo_client/version.rb
CHANGED
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.
|
4
|
+
version: 3.6.0
|
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-03-
|
11
|
+
date: 2025-03-19 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description:
|
14
14
|
email:
|