eventhub-processor2 1.13.0 → 1.15.0
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/cd.yml +1 -1
- data/.github/workflows/ci.yml +3 -3
- data/CHANGELOG.md +8 -0
- data/Gemfile.lock +26 -25
- data/eventhub-processor2.gemspec +1 -1
- data/lib/eventhub/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c6f4547c597edae29cf4ddc6030441b4562fc55a804c782ddb7bc9c34311f02d
|
4
|
+
data.tar.gz: 13ad75f665e628c48668dfa3ce1a36ac672ff092d15eb77a876d5c2bfc339b84
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2a851976fe229400a7e4559b654dbcce531bce4572d8a9aaea5eb59e1fd8f7ed572d990b60f9dba85c13e734e6e8e79ab82a62113342d89a2a7177bf0653c897
|
7
|
+
data.tar.gz: 908681fe866d3cd9e33058fbc77d896eb7a99e706e95ffcb28ece82a7a60bc1ccf119480a73c9059d6d9c6f9ef9650c4512a6a159a09b7c79f37a6bd0eccf127
|
data/.github/dependabot.yml
CHANGED
data/.github/workflows/cd.yml
CHANGED
data/.github/workflows/ci.yml
CHANGED
@@ -23,11 +23,11 @@ jobs:
|
|
23
23
|
strategy:
|
24
24
|
fail-fast: false
|
25
25
|
matrix:
|
26
|
-
ruby: [ '3.1', '3.0', '2.7', '2.6']
|
26
|
+
ruby: [ '3.2', '3.1', '3.0', '2.7', '2.6']
|
27
27
|
|
28
28
|
name: Ruby ${{ matrix.ruby }}
|
29
29
|
steps:
|
30
|
-
- uses: actions/checkout@
|
30
|
+
- uses: actions/checkout@v3
|
31
31
|
|
32
32
|
- name: Set up Ruby
|
33
33
|
uses: ruby/setup-ruby@v1
|
@@ -35,7 +35,7 @@ jobs:
|
|
35
35
|
ruby-version: ${{ matrix.ruby }}
|
36
36
|
bundler: latest
|
37
37
|
bundler-cache: true
|
38
|
-
cache-version:
|
38
|
+
cache-version: 3
|
39
39
|
|
40
40
|
- name: Setup RabbitMQ
|
41
41
|
run: |
|
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.15.0)
|
5
5
|
bunny (~> 2.19)
|
6
6
|
celluloid (~> 0.18)
|
7
7
|
eventhub-components (~> 0.2)
|
@@ -26,43 +26,43 @@ 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
|
-
rspec (3.
|
37
|
-
rspec-core (~> 3.
|
38
|
-
rspec-expectations (~> 3.
|
39
|
-
rspec-mocks (~> 3.
|
40
|
-
rspec-core (3.
|
41
|
-
rspec-support (~> 3.
|
42
|
-
rspec-expectations (3.
|
36
|
+
rspec (3.12.0)
|
37
|
+
rspec-core (~> 3.12.0)
|
38
|
+
rspec-expectations (~> 3.12.0)
|
39
|
+
rspec-mocks (~> 3.12.0)
|
40
|
+
rspec-core (3.12.0)
|
41
|
+
rspec-support (~> 3.12.0)
|
42
|
+
rspec-expectations (3.12.0)
|
43
43
|
diff-lcs (>= 1.2.0, < 2.0)
|
44
|
-
rspec-support (~> 3.
|
45
|
-
rspec-mocks (3.
|
44
|
+
rspec-support (~> 3.12.0)
|
45
|
+
rspec-mocks (3.12.0)
|
46
46
|
diff-lcs (>= 1.2.0, < 2.0)
|
47
|
-
rspec-support (~> 3.
|
48
|
-
rspec-support (3.
|
49
|
-
rubocop (1.
|
47
|
+
rspec-support (~> 3.12.0)
|
48
|
+
rspec-support (3.12.0)
|
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.23.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,17 +72,18 @@ 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.5)
|
79
|
+
unicode-display_width (2.3.0)
|
80
80
|
uuidtools (2.2.0)
|
81
81
|
|
82
82
|
PLATFORMS
|
83
83
|
arm64-darwin-21
|
84
84
|
ruby
|
85
85
|
x86_64-darwin-18
|
86
|
+
x86_64-linux
|
86
87
|
|
87
88
|
DEPENDENCIES
|
88
89
|
bundler (~> 2.3)
|
@@ -90,7 +91,7 @@ DEPENDENCIES
|
|
90
91
|
rake (~> 13.0)
|
91
92
|
rspec (~> 3.11)
|
92
93
|
simplecov (~> 0.21)
|
93
|
-
standard (~> 1.
|
94
|
+
standard (~> 1.16)
|
94
95
|
|
95
96
|
BUNDLED WITH
|
96
|
-
2.3.
|
97
|
+
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.15.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Steiner, Thomas
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-10-28 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
|