flipt_client 0.6.0 → 0.8.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7de6ff1869c9845250a2eaafa0e9b85d9135eabac78b61ddbbe682a8843a2f28
4
- data.tar.gz: 2b38cb9f4b60554cdadf1da74904f050f5594f13ef95b69e44ae40b7ceeb3b78
3
+ metadata.gz: 93e63880cc307832d86f9a63e0715e6faef69df90ec9ce12f6734f690442f93d
4
+ data.tar.gz: 20aff2416b282383fc15dfc0c3c0a387da24c60cae996b400827bbff6efac745
5
5
  SHA512:
6
- metadata.gz: 79fbec0e50c4139231536225a8faa53c44e13d87957e624e0078ef897abe574986e2aa8693dfcee5d6ee9920f095b058c250a6d713ab5c78bf27b0314cfff8fe
7
- data.tar.gz: 4800d4efa7d12f6f439445f454ce9cb1b3829ec5d470c8624655b9e11985413b792309daf7ad5112cf4948ac05678cb9d3dbf956d0eae5b44bbd717eaaa3fa36
6
+ metadata.gz: 702c91d8e8113b113c0afe1e8758050c6d21866d50bf4f8b8133680bb38adf4c5770d10d018473851f58955682433d367c9610d3d9e31226e96e8bf5c525774d
7
+ data.tar.gz: e4f62a18e8acf06b385b605b06d1159de948e09d3ea13ca11178441f0def12db35757f11cb8c677e6837a4193937e23e6e188c65c713b9bd685e676714e4cd3f
data/README.md CHANGED
@@ -10,7 +10,16 @@ The `flipt-client-ruby` library contains the Ruby source code for the Flipt [cli
10
10
  gem install flipt_client
11
11
  ```
12
12
 
13
- ## Using System Libffi
13
+ ## Supported Architectures
14
+
15
+ This SDK currently supports the following OSes/architectures:
16
+
17
+ - Linux x86_64
18
+ - Linux arm64
19
+ - MacOS x86_64
20
+ - MacOS arm64
21
+
22
+ ### Using System Libffi
14
23
 
15
24
  If you are experiencing segfaults when using this gem, you may need to configure `ffi` to use the system libffi instead of the bundled one.
16
25
 
@@ -0,0 +1 @@
1
+ /Users/runner/work/flipt-client-sdks/flipt-client-sdks/target/x86_64-apple-darwin/release/libfliptengine.rlib: /Users/runner/work/flipt-client-sdks/flipt-client-sdks/flipt-engine-ffi/src/evaluator/mod.rs /Users/runner/work/flipt-client-sdks/flipt-client-sdks/flipt-engine-ffi/src/lib.rs /Users/runner/work/flipt-client-sdks/flipt-client-sdks/flipt-engine-ffi/src/parser/http.rs /Users/runner/work/flipt-client-sdks/flipt-client-sdks/flipt-engine-ffi/src/parser/mod.rs /Users/runner/work/flipt-client-sdks/flipt-client-sdks/flipt-evaluation/src/error/mod.rs /Users/runner/work/flipt-client-sdks/flipt-client-sdks/flipt-evaluation/src/lib.rs /Users/runner/work/flipt-client-sdks/flipt-client-sdks/flipt-evaluation/src/models/common.rs /Users/runner/work/flipt-client-sdks/flipt-client-sdks/flipt-evaluation/src/models/flipt.rs /Users/runner/work/flipt-client-sdks/flipt-client-sdks/flipt-evaluation/src/models/mod.rs /Users/runner/work/flipt-client-sdks/flipt-client-sdks/flipt-evaluation/src/models/source.rs /Users/runner/work/flipt-client-sdks/flipt-client-sdks/flipt-evaluation/src/parser/mod.rs /Users/runner/work/flipt-client-sdks/flipt-client-sdks/flipt-evaluation/src/store/mod.rs
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Flipt
4
- VERSION = '0.6.0'
4
+ VERSION = '0.8.0'
5
5
  end
data/lib/flipt_client.rb CHANGED
@@ -18,6 +18,8 @@ module Flipt
18
18
  case RbConfig::CONFIG['arch']
19
19
  when /arm64-darwin/
20
20
  "ext/darwin_arm64/#{FLIPTENGINE}.dylib"
21
+ when /x86_64-darwin/
22
+ "ext/darwin_x86_64/#{FLIPTENGINE}.dylib"
21
23
  when /arm64-linux|aarch64-linux/
22
24
  "ext/linux_arm64/#{FLIPTENGINE}.so"
23
25
  when /x86_64-linux/
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: 0.6.0
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Flipt Devs
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-04-16 00:00:00.000000000 Z
11
+ date: 2024-04-29 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Flipt Client Evaluation SDK
14
14
  email:
@@ -22,6 +22,9 @@ files:
22
22
  - lib/ext/darwin_arm64/libfliptengine.d
23
23
  - lib/ext/darwin_arm64/libfliptengine.dylib
24
24
  - lib/ext/darwin_arm64/libfliptengine.rlib
25
+ - lib/ext/darwin_x86_64/libfliptengine.d
26
+ - lib/ext/darwin_x86_64/libfliptengine.dylib
27
+ - lib/ext/darwin_x86_64/libfliptengine.rlib
25
28
  - lib/ext/flipt_engine.h
26
29
  - lib/ext/linux_arm64/libfliptengine.d
27
30
  - lib/ext/linux_arm64/libfliptengine.rlib
@@ -53,7 +56,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
53
56
  - !ruby/object:Gem::Version
54
57
  version: '0'
55
58
  requirements: []
56
- rubygems_version: 3.3.26
59
+ rubygems_version: 3.3.27
57
60
  signing_key:
58
61
  specification_version: 4
59
62
  summary: Flipt Client Evaluation SDK