libhoney 1.14.4 → 1.14.5

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: 9e15c0084830c651747cb2afad99a8ab978f1597be658822e5dbb6683fc8112a
4
- data.tar.gz: 20aaee180182ff1e5639445d415a56b423f7561c5e2e5ffb7f409051ae0f1ae5
3
+ metadata.gz: 02c56fa15226ad661c0d1a4e3d2f461a7f0037f0b1b1abe536d88592e998974b
4
+ data.tar.gz: f2b08f84d02ada29ee8d546a7afb6c95a911e717ee3e799c7682715b018b13f1
5
5
  SHA512:
6
- metadata.gz: a7d1a9d001a00fdb5956f4e533a6a11b29e8c03fbdb790bb7a6813b9a0ab1fd3af233a3d234dac57c43e0841a0748fe7fdceb9259deced23776750a89c3c3da7
7
- data.tar.gz: f9c34581ea811207f7cd8308be4579b1c9f582c5c281153179121c5481236b2fa853ec774525075297eee86affcf8448eadbe04b38ae1bdc55ceb81dd427e9c4
6
+ metadata.gz: b9d152b6ec888487e465e3e2dab280859104c73be09ff600983999896db866e050a0047348008042d1a08bda2d96921236d0720b44ba2a420662d4cd06bba7ff
7
+ data.tar.gz: a95954263471061d71ad2b367bb515561a124e9ae8bc25096343dc992897b414ffeaa5a8a5612da44e697ff38fb2cb5390f46dd1d184861c2926ec65fb978fb7
@@ -2,6 +2,13 @@ version: 2.0
2
2
 
3
3
  test_steps: &test_steps
4
4
  - checkout
5
+ - run:
6
+ name: Force Bundler Version
7
+ command: |
8
+ sudo gem update --system
9
+ echo 'export BUNDLER_VERSION=$(cat Gemfile.lock | tail -1 | tr -d " ")' >> $BASH_ENV
10
+ source $BASH_ENV
11
+ gem install bundler
5
12
  - restore_cache:
6
13
  keys:
7
14
  - v1-dependencies-{{ checksum "Gemfile.lock" }}
@@ -45,10 +52,14 @@ jobs:
45
52
  docker:
46
53
  - image: circleci/ruby:2.6
47
54
  steps: *test_steps
55
+ ruby-2.7:
56
+ docker:
57
+ - image: circleci/ruby:2.7
58
+ steps: *test_steps
48
59
  publish:
49
60
  docker:
50
61
  # Just randomly pick one recent ruby version
51
- - image: circleci/ruby:2.6
62
+ - image: circleci/ruby:2.7
52
63
  working_directory: ~/repo
53
64
  steps:
54
65
  - checkout
@@ -63,18 +74,34 @@ jobs:
63
74
 
64
75
  workflows:
65
76
  version: 2
77
+ nightly:
78
+ triggers:
79
+ - schedule:
80
+ cron: "0 0 * * *"
81
+ filters:
82
+ branches:
83
+ only:
84
+ - main
85
+ jobs:
86
+ - ruby-2.3: *tag_filters
87
+ - ruby-2.4: *tag_filters
88
+ - ruby-2.5: *tag_filters
89
+ - ruby-2.6: *tag_filters
90
+ - ruby-2.7: *tag_filters
66
91
  build:
67
92
  jobs:
68
93
  - ruby-2.3: *tag_filters
69
94
  - ruby-2.4: *tag_filters
70
95
  - ruby-2.5: *tag_filters
71
96
  - ruby-2.6: *tag_filters
97
+ - ruby-2.7: *tag_filters
72
98
  - publish:
73
99
  requires:
74
100
  - ruby-2.3
75
101
  - ruby-2.4
76
102
  - ruby-2.5
77
103
  - ruby-2.6
104
+ - ruby-2.7
78
105
  filters:
79
106
  tags:
80
107
  only: /^v.*/
@@ -0,0 +1,5 @@
1
+ # Code owners file.
2
+ # This file controls who is tagged for review for any given pull request.
3
+
4
+ # For anything not explicitly taken by someone else:
5
+ * @honeycombio/integrations-team @martin308
@@ -1,47 +1,48 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- libhoney (1.14.4)
4
+ libhoney (1.14.5)
5
5
  addressable (~> 2.0)
6
6
  http (>= 2.0, < 5.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- addressable (2.6.0)
12
- public_suffix (>= 2.0.2, < 4.0)
11
+ addressable (2.7.0)
12
+ public_suffix (>= 2.0.2, < 5.0)
13
13
  ast (2.4.0)
14
- backports (3.15.0)
14
+ backports (3.16.0)
15
15
  bump (0.8.0)
16
16
  crack (0.4.3)
17
17
  safe_yaml (~> 1.0.0)
18
18
  domain_name (0.5.20190701)
19
19
  unf (>= 0.0.5, < 1.0.0)
20
- ffi (1.12.1)
20
+ ffi (1.13.1)
21
21
  ffi-compiler (1.0.1)
22
22
  ffi (>= 1.0.0)
23
23
  rake
24
24
  hashdiff (1.0.0)
25
- http (4.2.0)
25
+ http (4.4.1)
26
26
  addressable (~> 2.3)
27
27
  http-cookie (~> 1.0)
28
- http-form_data (~> 2.0)
28
+ http-form_data (~> 2.2)
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.1.1)
32
+ http-form_data (2.3.0)
33
33
  http-parser (1.2.1)
34
34
  ffi-compiler (>= 1.0, < 2.0)
35
- jaro_winkler (1.5.3)
36
- minitest (5.11.3)
37
- multi_json (1.13.1)
38
- mustermann (1.0.3)
39
- parallel (1.17.0)
40
- parser (2.6.3.0)
35
+ jaro_winkler (1.5.4)
36
+ minitest (5.14.0)
37
+ multi_json (1.14.1)
38
+ mustermann (1.1.1)
39
+ ruby2_keywords (~> 0.0.1)
40
+ parallel (1.19.1)
41
+ parser (2.7.0.2)
41
42
  ast (~> 2.4.0)
42
- public_suffix (3.1.1)
43
- rack (2.0.8)
44
- rack-protection (2.0.5)
43
+ public_suffix (4.0.3)
44
+ rack (2.1.4)
45
+ rack-protection (2.0.8.1)
45
46
  rack
46
47
  rainbow (3.0.0)
47
48
  rake (12.3.3)
@@ -53,30 +54,31 @@ GEM
53
54
  ruby-progressbar (~> 1.7)
54
55
  unicode-display_width (>= 1.4.0, < 1.6)
55
56
  ruby-progressbar (1.10.1)
57
+ ruby2_keywords (0.0.2)
56
58
  safe_yaml (1.0.5)
57
- sinatra (2.0.5)
59
+ sinatra (2.0.8.1)
58
60
  mustermann (~> 1.0)
59
61
  rack (~> 2.0)
60
- rack-protection (= 2.0.5)
62
+ rack-protection (= 2.0.8.1)
61
63
  tilt (~> 2.0)
62
- sinatra-contrib (2.0.5)
64
+ sinatra-contrib (2.0.8.1)
63
65
  backports (>= 2.8.2)
64
66
  multi_json
65
67
  mustermann (~> 1.0)
66
- rack-protection (= 2.0.5)
67
- sinatra (= 2.0.5)
68
- tilt (>= 1.3, < 3)
68
+ rack-protection (= 2.0.8.1)
69
+ sinatra (= 2.0.8.1)
70
+ tilt (~> 2.0)
69
71
  spy (1.0.0)
70
- tilt (2.0.9)
72
+ tilt (2.0.10)
71
73
  unf (0.1.4)
72
74
  unf_ext
73
- unf_ext (0.0.7.6)
75
+ unf_ext (0.0.7.7)
74
76
  unicode-display_width (1.5.0)
75
- webmock (3.6.2)
77
+ webmock (3.8.1)
76
78
  addressable (>= 2.3.6)
77
79
  crack (>= 0.3.2)
78
80
  hashdiff (>= 0.4.0, < 2.0.0)
79
- yard (0.9.20)
81
+ yard (0.9.24)
80
82
  yardstick (0.9.9)
81
83
  yard (~> 0.8, >= 0.8.7.2)
82
84
 
@@ -98,4 +100,4 @@ DEPENDENCIES
98
100
  yardstick (~> 0.9)
99
101
 
100
102
  BUNDLED WITH
101
- 1.17.3
103
+ 2.1.4
@@ -135,9 +135,11 @@ module Libhoney
135
135
 
136
136
  loop do
137
137
  begin
138
- while (event = Timeout.timeout(@send_frequency) { @batch_queue.pop })
139
- key = [event.api_host, event.writekey, event.dataset]
140
- batched_events[key] << event
138
+ Thread.handle_interrupt(Timeout::Error => :on_blocking) do
139
+ while (event = Timeout.timeout(@send_frequency) { @batch_queue.pop })
140
+ key = [event.api_host, event.writekey, event.dataset]
141
+ batched_events[key] << event
142
+ end
141
143
  end
142
144
 
143
145
  break
@@ -1,3 +1,3 @@
1
1
  module Libhoney
2
- VERSION = '1.14.4'.freeze
2
+ VERSION = '1.14.5'.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.14.4
4
+ version: 1.14.5
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-02-03 00:00:00.000000000 Z
11
+ date: 2020-08-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bump
@@ -206,6 +206,7 @@ extra_rdoc_files: []
206
206
  files:
207
207
  - ".circleci/config.yml"
208
208
  - ".circleci/setup-rubygems.sh"
209
+ - ".github/CODEOWNERS"
209
210
  - ".gitignore"
210
211
  - ".rubocop.yml"
211
212
  - ".rubocop_todo.yml"
@@ -251,7 +252,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
251
252
  - !ruby/object:Gem::Version
252
253
  version: '0'
253
254
  requirements: []
254
- rubygems_version: 3.0.3
255
+ rubygems_version: 3.1.2
255
256
  signing_key:
256
257
  specification_version: 4
257
258
  summary: send data to Honeycomb