eppo-server-sdk 3.7.3-aarch64-linux-musl → 3.8.0-aarch64-linux-musl

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: 677844408beb35162c55724842eb3e0c3809aa72ef50627318914960cd94ce03
4
- data.tar.gz: ab8306cccc4a01ea0a28e0d566516b40bb4966337621ce933ffcbfd15ac029c0
3
+ metadata.gz: 16e0af7da95f93bd3f19a41db32e27276b635901e70a955c34403a23f661f94e
4
+ data.tar.gz: 122c7795d68664c75467124347ff14754c9421d2b7febdfecf85bdb6314f5f51
5
5
  SHA512:
6
- metadata.gz: d74817698c7bc59d4341dd522e92cc1cb708cba6403b3b8cb15da621d0d0c3524b90c8cbe0943b635bd5e91623d287d2d4c0595f9aeafe967248050233c3ba8c
7
- data.tar.gz: ed4128666c576211d546b4c2b470f17603741f81191f9b20938a62f9940e786b1f0ff99fbf40aa4e8d1c8f05e92c624048be4fc5b785080872b815c37edf717c
6
+ metadata.gz: 8a130e090c07bf3df1416eb25623a34bb8b0987494f7320527500019deb72df72434aacdbca71904f9c126cf31eb0adf6c8e8377666123ba5cb7e331c6b6e4c9
7
+ data.tar.gz: db2fce04f5e4ffd73c33475030ef9a76568c11dd293d3f4f2f1abc1e85873c0b548ae58f3bf2a0dc67594af86c77db4be6ec6c99790a52805df1145b5ac69a7f
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -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.3"
5
+ VERSION = "3.8.0"
6
6
  end
metadata CHANGED
@@ -1,15 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eppo-server-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.7.3
4
+ version: 3.8.0
5
5
  platform: aarch64-linux-musl
6
6
  authors:
7
7
  - Eppo
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-11-03 00:00:00.000000000 Z
12
- dependencies: []
11
+ date: 2026-01-07 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: logger
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.6'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.6'
13
27
  description:
14
28
  email:
15
29
  - eppo-team@geteppo.com
@@ -23,6 +37,8 @@ files:
23
37
  - lib/eppo_client/3.1/eppo_client.so
24
38
  - lib/eppo_client/3.2/eppo_client.so
25
39
  - lib/eppo_client/3.3/eppo_client.so
40
+ - lib/eppo_client/3.4/eppo_client.so
41
+ - lib/eppo_client/4.0/eppo_client.so
26
42
  - lib/eppo_client/assignment_logger.rb
27
43
  - lib/eppo_client/client.rb
28
44
  - lib/eppo_client/config.rb
@@ -33,11 +49,10 @@ homepage: https://github.com/Eppo-exp/ruby-sdk
33
49
  licenses:
34
50
  - MIT
35
51
  metadata:
36
- bug_tracker_uri: https://github.com/Eppo-exp/ruby-sdk/issues
52
+ bug_tracker_uri: https://github.com/Eppo-exp/eppo-multiplatform/issues
37
53
  documentation_uri: https://docs.geteppo.com/feature-flags/sdks/server-sdks/ruby/
38
54
  homepage_uri: https://geteppo.com/
39
- source_code_uri: https://github.com/Eppo-exp/ruby-sdk
40
- wiki_uri: https://github.com/Eppo-exp/ruby-sdk/wiki
55
+ source_code_uri: https://github.com/Eppo-exp/eppo-multiplatform/tree/main/ruby-sdk
41
56
  post_install_message:
42
57
  rdoc_options: []
43
58
  require_paths:
@@ -49,7 +64,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
49
64
  version: '3.0'
50
65
  - - "<"
51
66
  - !ruby/object:Gem::Version
52
- version: 3.4.dev
67
+ version: 4.1.dev
53
68
  required_rubygems_version: !ruby/object:Gem::Requirement
54
69
  requirements:
55
70
  - - ">="
@@ -59,7 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
59
74
  - !ruby/object:Gem::Version
60
75
  version: 3.3.22
61
76
  requirements: []
62
- rubygems_version: 3.4.4
77
+ rubygems_version: 3.5.23
63
78
  signing_key:
64
79
  specification_version: 4
65
80
  summary: Eppo SDK for Ruby