splitclient-rb 8.3.1.pre.rc1 → 8.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGES.txt +2 -1
- data/lib/splitclient-rb/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 28b17d201426172454ca4aafc72ffa49363c20386fb5e6515e1e734d6e915f18
|
4
|
+
data.tar.gz: 473d7bf15d91b38d18a05006c0ebee6c013319add4153ac40245f674398ba5d0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e9c0aa0c613fb3abb35bda295ad1a9726e9ecc994b64d909b8ea12fa9b63f950785c2c46afb1592a8405871370e1dadc3ffed9e874781752a572209238b032de
|
7
|
+
data.tar.gz: 412dc67a3514a67def649c74db278cb3c006b8bcfbebc9cc1b231f9c9d7e565754e2b1dcc2729e1eabce33818fb2d1311d9bbcff96f715bab55b0a5413ee2358
|
data/CHANGES.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1
1
|
CHANGES
|
2
2
|
|
3
|
-
|
3
|
+
8.3.1 (Mar 22, 2024)
|
4
4
|
- Fixed ruby process hanging due to failed thread.join command, when calling destroy and a http request still active.
|
5
|
+
- Fixed streaming notification parser. Issue ref: https://github.com/splitio/ruby-client/issues/511
|
5
6
|
|
6
7
|
8.3.0 (Dec 11, 2023)
|
7
8
|
- Added support for Flag Sets on the SDK, which enables grouping feature flags and interacting with the group rather than individually (more details in our documentation):
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: splitclient-rb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 8.3.1
|
4
|
+
version: 8.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Split Software
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-03-
|
11
|
+
date: 2024-03-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: allocation_stats
|
@@ -583,11 +583,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
583
583
|
version: 2.5.0
|
584
584
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
585
585
|
requirements:
|
586
|
-
- - "
|
586
|
+
- - ">="
|
587
587
|
- !ruby/object:Gem::Version
|
588
|
-
version:
|
588
|
+
version: '0'
|
589
589
|
requirements: []
|
590
|
-
rubygems_version: 3.
|
590
|
+
rubygems_version: 3.2.3
|
591
591
|
signing_key:
|
592
592
|
specification_version: 4
|
593
593
|
summary: Ruby client for split SDK.
|