libhoney 1.16.0 → 1.16.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 +4 -4
- data/.circleci/config.yml +2 -2
- data/CHANGELOG.md +8 -0
- data/lib/libhoney/transmission.rb +1 -1
- 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: 16d13170c66c4de2766adbebd7ccf94ac92700761490eb32efa38cb5583e5f01
|
|
4
|
+
data.tar.gz: 3e4c8b90eea0492793aac3389e592b608693be3edd49925a31ff8c2e91a09179
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 69cc952013b9b990d039cdc787b5bd00caa535c74cdb0187f4b0bfc3e203c0217f35cafb3acc875fa7b486de81760d4eaf4dd795c1815e71062b73c08e681cc1
|
|
7
|
+
data.tar.gz: '0834bc04e4db429dceef0b3ab6a6ed53d9581b24586cbcbcead95a83e2ed9019530cfbc96af23f1712b4cacfceae87ce53cdc42da71f184cb3c0607fda5a87f6'
|
data/.circleci/config.yml
CHANGED
|
@@ -147,11 +147,11 @@ workflows:
|
|
|
147
147
|
- test
|
|
148
148
|
- publish_github:
|
|
149
149
|
<<: *filters_publish
|
|
150
|
-
context: Honeycomb Secrets
|
|
150
|
+
context: Honeycomb Secrets for Public Repos
|
|
151
151
|
requires:
|
|
152
152
|
- build_artifacts
|
|
153
153
|
- publish_rubygems:
|
|
154
154
|
<<: *filters_publish
|
|
155
|
-
context: Honeycomb Secrets
|
|
155
|
+
context: Honeycomb Secrets for Public Repos
|
|
156
156
|
requires:
|
|
157
157
|
- build_artifacts
|
data/CHANGELOG.md
CHANGED
|
@@ -136,7 +136,7 @@ module Libhoney
|
|
|
136
136
|
end
|
|
137
137
|
|
|
138
138
|
@batch_queue.enq(nil)
|
|
139
|
-
@batch_thread.join
|
|
139
|
+
@batch_thread.join unless @batch_thread.nil?
|
|
140
140
|
|
|
141
141
|
# send @threads.length number of nils so each thread will fall out of send_loop
|
|
142
142
|
@threads.length.times { @send_queue << nil }
|
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.16.
|
|
4
|
+
version: 1.16.1
|
|
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-12-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bump
|