flipt_client 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/ext/darwin_aarch64/libfliptengine.dylib +0 -0
- data/lib/ext/darwin_x86_64/libfliptengine.dylib +0 -0
- data/lib/ext/flipt_engine.h +14 -0
- data/lib/ext/linux_aarch64/libfliptengine.so +0 -0
- data/lib/ext/linux_x86_64/libfliptengine.so +0 -0
- data/lib/ext/windows_x86_64/fliptengine.dll +0 -0
- data/lib/flipt_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: 29a8db0fae4bac5a9a77749029a56e4e5c5c2983ebb46eb634cd0159784edb5b
|
|
4
|
+
data.tar.gz: 38bf331577fd606520056307b28a4d8f7e140bd4b4b22ada7ee5bc992351608b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c1b8d6256c2c00d084920ab70497dbf1648aafc794ea824eab2a96c0862bd7e109e355dd76ea28ffe67b1e6b484285147dcc7d17dd662e3775d5d80d08b0efe1
|
|
7
|
+
data.tar.gz: 5a121a58fe1afb205b4569d69bb67e50bca68b21c37606e35636e744c34a47d3c82a803986b075fe31393f7e8028b8f711bdaccc693fe088969b6927180063ba
|
|
Binary file
|
|
Binary file
|
data/lib/ext/flipt_engine.h
CHANGED
|
@@ -101,6 +101,20 @@ void destroy_engine_ffi(void *engine_ptr);
|
|
|
101
101
|
*/
|
|
102
102
|
void destroy_engine(void *engine_ptr);
|
|
103
103
|
|
|
104
|
+
/**
|
|
105
|
+
* # Safety
|
|
106
|
+
*
|
|
107
|
+
* This function will update the authentication for the engine.
|
|
108
|
+
*/
|
|
109
|
+
const char *update_authentication_ffi(void *engine_ptr, const char *auth_json);
|
|
110
|
+
|
|
111
|
+
/**
|
|
112
|
+
* # Safety
|
|
113
|
+
*
|
|
114
|
+
* This function will update the authentication for the engine.
|
|
115
|
+
*/
|
|
116
|
+
const char *update_authentication(void *engine_ptr, const char *auth_json);
|
|
117
|
+
|
|
104
118
|
/**
|
|
105
119
|
* # Safety
|
|
106
120
|
*
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/lib/flipt_client/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: flipt_client
|
|
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
|
- Flipt Devs
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2026-06-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Flipt Client Evaluation SDK
|
|
14
14
|
email:
|