eventhub-processor2 1.13.0 → 1.14.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/dependabot.yml +6 -3
- data/.github/workflows/ci.yml +1 -1
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +16 -16
- data/eventhub-processor2.gemspec +1 -1
- data/lib/eventhub/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 63994a9bb3cf0e002546113db2c18fee304251211edbb8784039f66bd582d950
|
4
|
+
data.tar.gz: 703844c08f046c9ef0a069a5e24520424bdd8b50feac36f7c2e3d76bc0fbf46c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b7b9ac0a13e4b0690ef01a8275eae2a99eb656991e71ef66a350ffd50af8a9e82b0b96c322fb0b9025c5ef1e6db028ebc77079449da8bd03b53dd09819e122f8
|
7
|
+
data.tar.gz: 5b5b1a3a67f82f04effcef779e2a81c1c48612b5ede7b3ad9ab7d04020952528befa7cf7b8dd3f63369699be04012738c39551a877697db16f94e27a5ee00fcb
|
data/.github/dependabot.yml
CHANGED
data/.github/workflows/ci.yml
CHANGED
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
eventhub-processor2 (1.
|
4
|
+
eventhub-processor2 (1.14.2)
|
5
5
|
bunny (~> 2.19)
|
6
6
|
celluloid (~> 0.18)
|
7
7
|
eventhub-components (~> 0.2)
|
@@ -26,12 +26,12 @@ GEM
|
|
26
26
|
logstash-logger (0.26.1)
|
27
27
|
logstash-event (~> 1.2)
|
28
28
|
parallel (1.22.1)
|
29
|
-
parser (3.1.2.
|
29
|
+
parser (3.1.2.1)
|
30
30
|
ast (~> 2.4.1)
|
31
31
|
rainbow (3.1.1)
|
32
32
|
rake (13.0.6)
|
33
33
|
rbtree (0.4.5)
|
34
|
-
regexp_parser (2.
|
34
|
+
regexp_parser (2.6.0)
|
35
35
|
rexml (3.2.5)
|
36
36
|
rspec (3.11.0)
|
37
37
|
rspec-core (~> 3.11.0)
|
@@ -39,30 +39,30 @@ GEM
|
|
39
39
|
rspec-mocks (~> 3.11.0)
|
40
40
|
rspec-core (3.11.0)
|
41
41
|
rspec-support (~> 3.11.0)
|
42
|
-
rspec-expectations (3.11.
|
42
|
+
rspec-expectations (3.11.1)
|
43
43
|
diff-lcs (>= 1.2.0, < 2.0)
|
44
44
|
rspec-support (~> 3.11.0)
|
45
45
|
rspec-mocks (3.11.1)
|
46
46
|
diff-lcs (>= 1.2.0, < 2.0)
|
47
47
|
rspec-support (~> 3.11.0)
|
48
|
-
rspec-support (3.11.
|
49
|
-
rubocop (1.
|
48
|
+
rspec-support (3.11.1)
|
49
|
+
rubocop (1.35.1)
|
50
50
|
json (~> 2.3)
|
51
51
|
parallel (~> 1.10)
|
52
|
-
parser (>= 3.1.
|
52
|
+
parser (>= 3.1.2.1)
|
53
53
|
rainbow (>= 2.2.2, < 4.0)
|
54
54
|
regexp_parser (>= 1.8, < 3.0)
|
55
55
|
rexml (>= 3.2.5, < 4.0)
|
56
|
-
rubocop-ast (>= 1.
|
56
|
+
rubocop-ast (>= 1.20.1, < 2.0)
|
57
57
|
ruby-progressbar (~> 1.7)
|
58
58
|
unicode-display_width (>= 1.4.0, < 3.0)
|
59
|
-
rubocop-ast (1.
|
59
|
+
rubocop-ast (1.21.0)
|
60
60
|
parser (>= 3.1.1.0)
|
61
61
|
rubocop-performance (1.14.3)
|
62
62
|
rubocop (>= 1.7.0, < 2.0)
|
63
63
|
rubocop-ast (>= 0.4.0)
|
64
64
|
ruby-progressbar (1.11.0)
|
65
|
-
set (1.0.
|
65
|
+
set (1.0.3)
|
66
66
|
simplecov (0.21.2)
|
67
67
|
docile (~> 1.1)
|
68
68
|
simplecov-html (~> 0.11)
|
@@ -72,11 +72,11 @@ GEM
|
|
72
72
|
sorted_set (1.0.3)
|
73
73
|
rbtree
|
74
74
|
set (~> 1.0)
|
75
|
-
standard (1.
|
76
|
-
rubocop (= 1.
|
75
|
+
standard (1.16.1)
|
76
|
+
rubocop (= 1.35.1)
|
77
77
|
rubocop-performance (= 1.14.3)
|
78
|
-
timers (4.3.
|
79
|
-
unicode-display_width (2.
|
78
|
+
timers (4.3.4)
|
79
|
+
unicode-display_width (2.3.0)
|
80
80
|
uuidtools (2.2.0)
|
81
81
|
|
82
82
|
PLATFORMS
|
@@ -90,7 +90,7 @@ DEPENDENCIES
|
|
90
90
|
rake (~> 13.0)
|
91
91
|
rspec (~> 3.11)
|
92
92
|
simplecov (~> 0.21)
|
93
|
-
standard (~> 1.
|
93
|
+
standard (~> 1.16)
|
94
94
|
|
95
95
|
BUNDLED WITH
|
96
|
-
2.3.
|
96
|
+
2.3.19
|
data/eventhub-processor2.gemspec
CHANGED
@@ -31,5 +31,5 @@ Gem::Specification.new do |spec|
|
|
31
31
|
spec.add_development_dependency "rake", "~> 13.0"
|
32
32
|
spec.add_development_dependency "rspec", "~> 3.11"
|
33
33
|
spec.add_development_dependency "simplecov", "~> 0.21"
|
34
|
-
spec.add_development_dependency "standard", "~> 1.
|
34
|
+
spec.add_development_dependency "standard", "~> 1.16"
|
35
35
|
end
|
data/lib/eventhub/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: eventhub-processor2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.14.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Steiner, Thomas
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-10-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: celluloid
|
@@ -128,14 +128,14 @@ dependencies:
|
|
128
128
|
requirements:
|
129
129
|
- - "~>"
|
130
130
|
- !ruby/object:Gem::Version
|
131
|
-
version: '1.
|
131
|
+
version: '1.16'
|
132
132
|
type: :development
|
133
133
|
prerelease: false
|
134
134
|
version_requirements: !ruby/object:Gem::Requirement
|
135
135
|
requirements:
|
136
136
|
- - "~>"
|
137
137
|
- !ruby/object:Gem::Version
|
138
|
-
version: '1.
|
138
|
+
version: '1.16'
|
139
139
|
description: Next generation gem to build ruby based eventhub processor
|
140
140
|
email:
|
141
141
|
- thomas.steiner@ikey.ch
|
@@ -191,7 +191,7 @@ homepage: https://github.com/thomis/eventhub-processor2
|
|
191
191
|
licenses:
|
192
192
|
- MIT
|
193
193
|
metadata: {}
|
194
|
-
post_install_message:
|
194
|
+
post_install_message:
|
195
195
|
rdoc_options: []
|
196
196
|
require_paths:
|
197
197
|
- lib
|
@@ -207,7 +207,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
207
207
|
version: '0'
|
208
208
|
requirements: []
|
209
209
|
rubygems_version: 3.3.7
|
210
|
-
signing_key:
|
210
|
+
signing_key:
|
211
211
|
specification_version: 4
|
212
212
|
summary: Next generation gem to build ruby based eventhub processor
|
213
213
|
test_files: []
|