splitclient-rb 7.0.1.pre.rc7 → 7.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 024cdfb5ea53e5c84b73dafdcb28034bd33462c4931f440ec0ce9615f79b97a4
4
- data.tar.gz: 89c9fe2b39884ade83f4808d9cb541705816e71b33336f65ff4004e11b2388ee
3
+ metadata.gz: 137104550cbb9344b3be4d2ea12e2e7f00ab60858c08c94ea9b93a7d85b75699
4
+ data.tar.gz: bbf78a7b1089606853fea580c149bed1537667211bd245bbae7c47b4466a22f5
5
5
  SHA512:
6
- metadata.gz: d867bcf67d933aabedf66a5253ebac077af504b92f34a9fb7f680ce0bb58aa5f6bfbe66fb1c0bbc994e89cec289ee8776d19f3edf3c60cd0aef22258d77de484
7
- data.tar.gz: bc554d8aca04d7a8b4f1f065a2d870b0619016cfd0ba0244b210bbacd7d1653c2f55af114764015bd0b447952575dc893eaebf7372b19daa3817e93fadc7e0bb
6
+ metadata.gz: cee4950550972efe3986bb35fc8ccdd7f81e091201194b75a3af7695e0aae32c107478c52931a9da987c79a0d3fe6bd478e2f3c45f515a34fb595c62c09f324a
7
+ data.tar.gz: 23be54b2c5accd1c98fc216f7533e343091ade0bc3909403624587105bbc826b0fb8e722425ad1ac820a2c339cf5af80fc696b6b475e20bfa5e8c94fba5fffd2
data/CHANGES.txt CHANGED
@@ -1,10 +1,12 @@
1
1
  7.0.1 (Oct 31, 2019)
2
2
  - Updated localhost mode so that parsing of test files results in JSON data for splits analogous to that returned by the Split backend.
3
- - Resulting localhost data is now used indifferently from actual backend data by the SDK code.
3
+ - Updated localhost mode to parse the mock data into Split objects to keep differences in operation to a minimum.
4
4
  - Removed specific spare code dealing with localhost operations.
5
5
  - Removed the disable_impressions configuration param.
6
6
  - Fixed an issue about Event properties were not sent to be.
7
7
  - Added ip_addresses_enabled to enable/disable sending MachineName and MachineIP headers when data is posted to Split Servers.
8
+ - Fixed an issue about attributes in matchers.
9
+ - Fixed an issue about trying to access a nil property when sending telemetry metrics.
8
10
 
9
11
  7.0.0 (Aug 23, 2019)
10
12
  - BREAKING CHANGE: block_until_ready is now a method in both split_client and split_manager that needs to be explicitly called. The block_until_ready parameter is now ignored if passed in the configuration, and defaults to 15s unless passed as a parameter of the block_until_ready method.
@@ -1,3 +1,3 @@
1
1
  module SplitIoClient
2
- VERSION = '7.0.1.pre.rc7'
2
+ VERSION = '7.0.1'
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: 7.0.1.pre.rc7
4
+ version: 7.0.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: 2019-11-11 00:00:00.000000000 Z
11
+ date: 2019-11-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: allocation_stats
@@ -406,9 +406,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
406
406
  version: '0'
407
407
  required_rubygems_version: !ruby/object:Gem::Requirement
408
408
  requirements:
409
- - - ">"
409
+ - - ">="
410
410
  - !ruby/object:Gem::Version
411
- version: 1.3.1
411
+ version: '0'
412
412
  requirements: []
413
413
  rubygems_version: 3.0.6
414
414
  signing_key: