cb-api 5.5.1 → 5.5.2

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.
@@ -34,7 +34,7 @@ module Cb
34
34
  end
35
35
 
36
36
  def cb_client
37
- @cb_client ||= Cb.api_client.new
37
+ @cb_client ||= Cb::Utils::Api.instance
38
38
  end
39
39
  end
40
40
 
@@ -15,7 +15,7 @@ module Cb
15
15
  private
16
16
 
17
17
  def cb_client
18
- @client ||= Cb.api_client.new
18
+ @client ||= Cb::Utils::Api.instance
19
19
  end
20
20
 
21
21
  def endpoint
@@ -35,7 +35,7 @@ module Cb
35
35
  private
36
36
 
37
37
  def cb_client
38
- @cb_client ||= Cb.api_client.new
38
+ @cb_client ||= Cb::Utils::Api.instance
39
39
  end
40
40
 
41
41
  def retrieve_query(external_user_id, external_id, host_site)
data/lib/cb/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Cb
2
- VERSION = '5.5.1'
2
+ VERSION = '5.5.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cb-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.5.1
4
+ version: 5.5.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: