libhoney 1.16.0 → 1.16.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9034a56adcdd87d45a5d7602caa9add401b713cb52ba258d0383835b30304ef5
4
- data.tar.gz: 4db352186d89946e6121ace449f69d869175ce99cb3910084b35491bbbbc26a8
3
+ metadata.gz: 16d13170c66c4de2766adbebd7ccf94ac92700761490eb32efa38cb5583e5f01
4
+ data.tar.gz: 3e4c8b90eea0492793aac3389e592b608693be3edd49925a31ff8c2e91a09179
5
5
  SHA512:
6
- metadata.gz: fce68faca7e1353f8d01bc2329fcb9d3157cdb38cedbdd75f451b2c2896d8119f2651b68eebcf8b5961b696c53f00f6a6a855d40fabfa9039d07e948a5a70683
7
- data.tar.gz: 3e9433a4e07bf24f0db174c87f2b8074cd51c1dacedfb5cf3bb403ed444f0403b81aa66ae9f3c2401f119a39edfebc53aba89246c3361719be7265cf0eabd5ca
6
+ metadata.gz: 69cc952013b9b990d039cdc787b5bd00caa535c74cdb0187f4b0bfc3e203c0217f35cafb3acc875fa7b486de81760d4eaf4dd795c1815e71062b73c08e681cc1
7
+ data.tar.gz: '0834bc04e4db429dceef0b3ab6a6ed53d9581b24586cbcbcead95a83e2ed9019530cfbc96af23f1712b4cacfceae87ce53cdc42da71f184cb3c0607fda5a87f6'
@@ -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
@@ -1,5 +1,13 @@
1
1
  # libhoney-rb changelog
2
2
 
3
+ ## changes pending release
4
+
5
+ ## 1.16.1
6
+
7
+ ### Fixes:
8
+
9
+ - Fix closing down the client when no threads have been started. (#74 & #76)
10
+
3
11
  ## 1.16.0
4
12
 
5
13
  ### Fixes:
@@ -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 }
@@ -1,3 +1,3 @@
1
1
  module Libhoney
2
- VERSION = '1.16.0'.freeze
2
+ VERSION = '1.16.1'.freeze
3
3
  end
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.0
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-25 00:00:00.000000000 Z
11
+ date: 2020-12-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bump