splitclient-rb 6.4.1.pre.rc3 → 6.4.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 +6 -1
- data/NEWS +3 -0
- data/lib/splitclient-rb/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e5f0cb1310db3de8dbd8fdbeb006d301316e0075458d57894e3c8bf7113852ff
|
4
|
+
data.tar.gz: f0fad2217853779af316ea7377b01756f78358ec2a6d0c27a20cb30a03f59903
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6c6ee292131789437f3beaad4bed926f86c8898534b49c4c59846dfa491cf3eb8f79ea7d81ad95c4bdc8409f30a1eca99f466ea8a9d8b71f986ac52a4acc8b46
|
7
|
+
data.tar.gz: 50857be3f98b7ae92030e69c8dc13a5908390097894028653112c6e9c9166b7349dc3f67196a77e33a504c0a5fadebad415181888bbbd0542f776c18a2d1fd92
|
data/CHANGES.txt
CHANGED
@@ -1,5 +1,10 @@
|
|
1
|
-
6.
|
1
|
+
6.4.1 (Jul 26, 2019)
|
2
|
+
- Fixed an issue in the latency metrics format preventing the synchronizer from correctly picking them up (consumer mode only). Old keys will be deleted on SDK startup.
|
3
|
+
|
4
|
+
6.4.0 (Jul 05, 2019)
|
5
|
+
- Added properties to track method.
|
2
6
|
|
7
|
+
6.3.0 (Apr 30, 2019)
|
3
8
|
- Added Dynamic Configurations support through two new methods that mimick the regular ones, changing the type of what is returned.
|
4
9
|
- get_treatment_with_config: Same as get_treatment but returning the treatment with it's config.
|
5
10
|
- get_treatments_with_config: Same as get_treatments, but instead of a map of string it returns a map of treatments with config.
|
data/NEWS
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: splitclient-rb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 6.4.1
|
4
|
+
version: 6.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Split Software
|
@@ -404,9 +404,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
404
404
|
version: '0'
|
405
405
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
406
406
|
requirements:
|
407
|
-
- - "
|
407
|
+
- - ">="
|
408
408
|
- !ruby/object:Gem::Version
|
409
|
-
version:
|
409
|
+
version: '0'
|
410
410
|
requirements: []
|
411
411
|
rubygems_version: 3.0.3
|
412
412
|
signing_key:
|