splitclient-rb 8.0.0.pre.rc2 → 8.0.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: 333fcb2b05ec1dcb1c7e3a2a56bdc7da02892c38918e75857764c99b77bed49b
4
- data.tar.gz: 9ab57fecdfcba16ce0cb22cdc68d051dbb512e3f23ff2eb530e2f856bf8e8c36
3
+ metadata.gz: 065f81ab73e55065b4386880e8393f0ad262c4cd4b930639050f8ee1a38005f5
4
+ data.tar.gz: 10ec816d48bf218ce0ef61224b0ab6f9eaa1bb5b1542a7d0dffb39fcad16da84
5
5
  SHA512:
6
- metadata.gz: 7ec3a948c7ac452f27313c1f9dfb8a7f34e7464c9689cf319de7379346163815a937185672c42f6849a1304886a83733082a5692b647501908d434b395d55b4a
7
- data.tar.gz: bf6a9e34ff5356e32f66c03fd2949caa751dd05a2a50731a120f9cdb0d5438905b3ee5df0aa95a45d2dc75f22b6dbcb98179ee14e2619d37fc5eaf3115a78e9d
6
+ metadata.gz: 4c5c6314899dd965baa6a5994c0e0054521cbe502ac224f70712a655a001ec753ae41328a34cc132365e524d5833eb1735c31cb32e1685b51cabbbf6088ad428
7
+ data.tar.gz: cae9ebe522db54858c44af56d58e55eefbce80513aae24801c2d4a5974bb0c9482ee8d8be0fb2b9807967887d8b8e3d7bfb12bc73ef9b08e9c0b0c0a33854e77
data/CHANGES.txt CHANGED
@@ -1,5 +1,12 @@
1
1
  CHANGES
2
2
 
3
+ 8.0.0 (May 10, 2022)
4
+ - BREAKING CHANGE: Deprecated support for ruby 2.3 and 2.4 versions. The minimum ruby version required is 2.5 now.
5
+ - Updated redis command for config telemetry, using hset instead of rpush now.
6
+ - Updated dependencies:
7
+ - rake to ~> 13.0
8
+ - faraday to >= 1.1, < 2.0
9
+
3
10
  7.3.4 (Feb 21, 2022)
4
11
  - Updated streaming events architecture with a new queue logic.
5
12
  - Fixed redis integration Pipelining command deprecation warning.
data/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # Split SDK for Ruby
2
- [![Build Status](https://travis-ci.com/splitio/ruby-client.svg?branch=master)](https://travis-ci.com/splitio/ruby-client)
2
+ ![Build Status](https://github.com/splitio/ruby-client/actions/workflows/ci.yml/badge.svg?branch=master)
3
3
 
4
4
  ## Overview
5
5
  This SDK is designed to work with Split, the platform for controlled rollouts, which serves features to your users via a Split feature flag to manage your complete customer experience.
@@ -1,3 +1,3 @@
1
1
  module SplitIoClient
2
- VERSION = '8.0.0.pre.rc2'
2
+ VERSION = '8.0.0'
3
3
  end
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.0.0.pre.rc2
4
+ version: 8.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Split Software
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-05-09 00:00:00.000000000 Z
11
+ date: 2022-05-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: allocation_stats
@@ -541,9 +541,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
541
541
  version: 2.5.0
542
542
  required_rubygems_version: !ruby/object:Gem::Requirement
543
543
  requirements:
544
- - - ">"
544
+ - - ">="
545
545
  - !ruby/object:Gem::Version
546
- version: 1.3.1
546
+ version: '0'
547
547
  requirements: []
548
548
  rubygems_version: 3.3.5
549
549
  signing_key: