libhoney 1.14.3 → 1.14.4
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 +4 -4
- data/Gemfile.lock +4 -4
- data/lib/libhoney/event.rb +0 -2
- data/lib/libhoney/transmission.rb +0 -4
- data/lib/libhoney/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9e15c0084830c651747cb2afad99a8ab978f1597be658822e5dbb6683fc8112a
|
|
4
|
+
data.tar.gz: 20aaee180182ff1e5639445d415a56b423f7561c5e2e5ffb7f409051ae0f1ae5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a7d1a9d001a00fdb5956f4e533a6a11b29e8c03fbdb790bb7a6813b9a0ab1fd3af233a3d234dac57c43e0841a0748fe7fdceb9259deced23776750a89c3c3da7
|
|
7
|
+
data.tar.gz: f9c34581ea811207f7cd8308be4579b1c9f582c5c281153179121c5481236b2fa853ec774525075297eee86affcf8448eadbe04b38ae1bdc55ceb81dd427e9c4
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
libhoney (1.14.
|
|
4
|
+
libhoney (1.14.4)
|
|
5
5
|
addressable (~> 2.0)
|
|
6
6
|
http (>= 2.0, < 5.0)
|
|
7
7
|
|
|
@@ -22,14 +22,14 @@ GEM
|
|
|
22
22
|
ffi (>= 1.0.0)
|
|
23
23
|
rake
|
|
24
24
|
hashdiff (1.0.0)
|
|
25
|
-
http (4.
|
|
25
|
+
http (4.2.0)
|
|
26
26
|
addressable (~> 2.3)
|
|
27
27
|
http-cookie (~> 1.0)
|
|
28
|
-
http-form_data (~> 2.
|
|
28
|
+
http-form_data (~> 2.0)
|
|
29
29
|
http-parser (~> 1.2.0)
|
|
30
30
|
http-cookie (1.0.3)
|
|
31
31
|
domain_name (~> 0.5)
|
|
32
|
-
http-form_data (2.
|
|
32
|
+
http-form_data (2.1.1)
|
|
33
33
|
http-parser (1.2.1)
|
|
34
34
|
ffi-compiler (>= 1.0, < 2.0)
|
|
35
35
|
jaro_winkler (1.5.3)
|
data/lib/libhoney/event.rb
CHANGED
|
@@ -40,10 +40,6 @@ module Libhoney
|
|
|
40
40
|
end
|
|
41
41
|
|
|
42
42
|
def add(event)
|
|
43
|
-
raise ArgumentError, "No APIHost for Honeycomb. Can't send to the Great Unknown." if event.api_host == ''
|
|
44
|
-
raise ArgumentError, "No WriteKey specified. Can't send event." if event.writekey == ''
|
|
45
|
-
raise ArgumentError, "No Dataset for Honeycomb. Can't send datasetless." if event.dataset == ''
|
|
46
|
-
|
|
47
43
|
begin
|
|
48
44
|
@batch_queue.enq(event, !@block_on_send)
|
|
49
45
|
rescue ThreadError
|
data/lib/libhoney/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: libhoney
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.14.
|
|
4
|
+
version: 1.14.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- The Honeycomb.io Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-02-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bump
|