splitclient-rb 6.4.0.pre.rc1 → 6.4.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: 73ec7584b175071a904ecddbb077367364a288c179c8d45ee67f05803caf2632
4
- data.tar.gz: 1beea7c46b71a7faa4c8c25ae4b0e473fcb5ada3f8a4cd7b5f95212fb7292445
3
+ metadata.gz: 86c89d8f5625455516d031b21565ae8c24c9a790b2cab13340aaf7f549cddb91
4
+ data.tar.gz: f055fb7c29be50dc802cf009473f52179c122eb9a4ff5e3fe71a4b5d9d4f454a
5
5
  SHA512:
6
- metadata.gz: 2020fd9cc79da50ea7e59151654d877488258b1a3b3f88b1eaa3c4dc25dcd12e9c7bd7e797b4a64bae89d7cfbd1db5621a7abe4af9eb7b145e5369788d5996b0
7
- data.tar.gz: 60d9cc6f00a52bca4e7b89100c42f21d6ec21ec8780f656b861979a7673168c44fa74d4cbd0bfe721a2fc4baf3644463285fa534a4089df9bedf1894742d1530
6
+ metadata.gz: b89e8fb171fbb6ac3b6d4ab96f6a10196bad8962f3cec4913dad5e137ad54d4495434cf48bf3010f3ce1fab34fb36d8a7b03e5515a8a2252af5d8e78d6477e93
7
+ data.tar.gz: 65df4efc489b8fd6124e0e5018da58a87823e060fd2f6f94fc32a91ea94105f7b8c3d847ba132862f2bf874d092a91ed75816938a38eb38dccb8b5db0af382f0
data/CHANGES.txt CHANGED
@@ -1,5 +1,7 @@
1
- 6.3.0 (Apr 30, 2019)
1
+ 6.4.0 (Jul 05, 2019)
2
+ - Added properties to track method.
2
3
 
4
+ 6.3.0 (Apr 30, 2019)
3
5
  - Added Dynamic Configurations support through two new methods that mimick the regular ones, changing the type of what is returned.
4
6
  - get_treatment_with_config: Same as get_treatment but returning the treatment with it's config.
5
7
  - 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
@@ -1,3 +1,6 @@
1
+ 6.4.0 (Jul 05, 2019)
2
+ - Added properties to track method.
3
+
1
4
  6.3.0 (Apr 30, 2019)
2
5
 
3
6
  - Added Dynamic Configurations support through two new methods that mimick the regular ones, changing the type of what is returned.
@@ -1,3 +1,3 @@
1
1
  module SplitIoClient
2
- VERSION = '6.4.0.pre.rc1'
2
+ VERSION = '6.4.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: 6.4.0.pre.rc1
4
+ version: 6.4.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: 2019-06-12 00:00:00.000000000 Z
11
+ date: 2019-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: allocation_stats
@@ -403,11 +403,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
403
403
  version: '0'
404
404
  required_rubygems_version: !ruby/object:Gem::Requirement
405
405
  requirements:
406
- - - ">"
406
+ - - ">="
407
407
  - !ruby/object:Gem::Version
408
- version: 1.3.1
408
+ version: '0'
409
409
  requirements: []
410
- rubygems_version: 3.0.3
410
+ rubyforge_project:
411
+ rubygems_version: 2.7.10
411
412
  signing_key:
412
413
  specification_version: 4
413
414
  summary: Ruby client for split SDK.