splitclient-rb 7.1.1.pre.rc1-java → 7.1.2.pre.rc1-java

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
  SHA1:
3
- metadata.gz: 3e12273191df322fd8a7e7430174e38f61e4bec9
4
- data.tar.gz: e7181f4cc9cdea2643c850556b597fa3ebd075df
3
+ metadata.gz: f64e87557f3d3d111203ceddd8ad30b72dbff555
4
+ data.tar.gz: d9fba54a123b364d6cc142e3f84b133d95e4038d
5
5
  SHA512:
6
- metadata.gz: be3333c6431acc0a025a06f9dedde7d5d4ca5674f4abd27a77e0da50a3b400d36283acfbef6d457e84c412e988cc1fc42a73ddea4a106924376328c4c0eb2738
7
- data.tar.gz: 852497333695cb50b0b705e1321c1d6bb7d9fc58afdf079fa6f30117da3ca063bb0f03b6292595fcd950dc79a85ab463ac50bc3cc0e5fa008f4923f46753a6ef
6
+ metadata.gz: 19d68a9f26dc98610f58cf20f6c1bfce357a570f6d8e0bb410e1d68ebd613f5717780e81b46b55c370b5c8da625cb31315f5156d673246390fbc0dc7b35515f5
7
+ data.tar.gz: e802ef1c89e78c82f9541848f827d636ac620c6b564901ca7ba944adea6fbeccc55866d22dd43c2292ab1c492571944c4fd8586a57678f274a469785678bb200
@@ -16,6 +16,7 @@ Metrics/LineLength:
16
16
  - spec/sse/**/*
17
17
  - spec/integrations/**/*
18
18
  - spec/engine/sync_manager_spec.rb
19
+ - spec/engine/auth_api_client_spec.rb
19
20
 
20
21
  Style/BracesAroundHashParameters:
21
22
  Exclude:
@@ -1,4 +1,7 @@
1
- 7.1.1 (May 18, 2020)
1
+ 7.1.2 (Jun 11, 2020)
2
+ - Fixed uninitialized constant LocalhostSplitStore::YAML.
3
+
4
+ 7.1.1 (May 19, 2020)
2
5
  - Updated streaming domain.
3
6
 
4
7
  7.1.0 (Apr 30, 2020)
@@ -4,6 +4,7 @@ module SplitIoClient
4
4
  module Cache
5
5
  module Stores
6
6
  class LocalhostSplitStore
7
+ require 'yaml'
7
8
  attr_reader :splits_repository
8
9
 
9
10
  def initialize(splits_repository, config, sdk_blocker = nil)
@@ -25,7 +25,7 @@ module SplitIoClient
25
25
  @config.logger.debug("Error connecting to: #{@config.auth_service_url}. Response status: #{response.status}")
26
26
  { push_enabled: false, retry: true }
27
27
  rescue StandardError => e
28
- @config.logger.debug("AuthApiClient error: #{e.inspect}")
28
+ @config.logger.debug("AuthApiClient error: #{e.inspect}.")
29
29
  { push_enabled: false, retry: false }
30
30
  end
31
31
 
@@ -1,3 +1,3 @@
1
1
  module SplitIoClient
2
- VERSION = '7.1.1.pre.rc1'
2
+ VERSION = '7.1.2.pre.rc1'
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.1.1.pre.rc1
4
+ version: 7.1.2.pre.rc1
5
5
  platform: java
6
6
  authors:
7
7
  - Split Software
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-18 00:00:00.000000000 Z
11
+ date: 2020-06-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement