fluyenta-ruby 0.1.16 → 0.1.17

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: 5fab76eeb7fe5e7336aafff67123c751df4fc149649b886a1606bbdb75135832
4
- data.tar.gz: 05a8e5ec3449ffb2f22720fcae790a2b503213d5990ebd6fcb5d348f51f7d6df
3
+ metadata.gz: 5ff0fdda08335c6c73917352efc84c2321cc5c82aebb032a489fa51aa4c8c89d
4
+ data.tar.gz: 074a432171c594e5d98a06ff0706155f8395d6047500d3922f174077bada8197
5
5
  SHA512:
6
- metadata.gz: 70c448c6019272169c8eef9c4b469381cb7dfcc401aa85c5a3b6e9b85986a8f00470418bf40f92d040b05cdc9730b97f8fde5bce46970e5e58fecaae0ebc916a
7
- data.tar.gz: dda6842f5584f20309c6a8ab86ba0ee7462609a2884570fdc43c11bd16e79e44b2a086111d9d8584d9e96eca21ffde370260bbeecda548f74180506f9b889ca6
6
+ metadata.gz: 4f52256347141f0a27b937400a7fddf9456b1e4989be1e9412cf6cd7beaf7a6f924872bd8e66f8cb54c2c912a9e2cc8eb0daa769699a3d64ab2b566bf2b1d27f
7
+ data.tar.gz: 2cb8f11747ba0593974698635b72dd44636e0e5bd7b4f5f3ab28722739219cdd6c4f5814e6668ced5689b70c8a97f95c4b471715240e0e9ce1ef9d8cf5b6ecf5
@@ -76,7 +76,7 @@ module BrainzLab
76
76
 
77
77
  @client.send_batch(events: events, metrics: metrics)
78
78
  rescue StandardError => e
79
- BrainzLab.debug("[Flux] Batch send failed: #{e.message}")
79
+ BrainzLab.debug_log("[Flux] Batch send failed: #{e.message}")
80
80
  end
81
81
 
82
82
  def start_flush_thread
@@ -86,7 +86,7 @@ module BrainzLab
86
86
  begin
87
87
  flush! if size.positive?
88
88
  rescue StandardError => e
89
- BrainzLab.debug("[Flux] Flush thread error: #{e.message}")
89
+ BrainzLab.debug_log("[Flux] Flush thread error: #{e.message}")
90
90
  end
91
91
  end
92
92
  end
@@ -48,11 +48,11 @@ module BrainzLab
48
48
 
49
49
  response = http.request(request)
50
50
 
51
- BrainzLab.debug("[Flux] Request failed: #{response.code} - #{response.body}") unless response.is_a?(Net::HTTPSuccess)
51
+ BrainzLab.debug_log("[Flux] Request failed: #{response.code} - #{response.body}") unless response.is_a?(Net::HTTPSuccess)
52
52
 
53
53
  response
54
54
  rescue StandardError => e
55
- BrainzLab.debug("[Flux] Request error: #{e.message}")
55
+ BrainzLab.debug_log("[Flux] Request error: #{e.message}")
56
56
  nil
57
57
  end
58
58
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BrainzLab
4
- VERSION = '0.1.16'
4
+ VERSION = '0.1.17'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluyenta-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.16
4
+ version: 0.1.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fluyenta