ears 0.24.0 → 0.25.0
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/.github/workflows/build.yml +1 -1
- data/.tool-versions +2 -2
- data/CHANGELOG.md +5 -0
- data/Gemfile.lock +49 -49
- data/ears.gemspec +1 -1
- data/lib/ears/testing/publisher_mock.rb +1 -0
- data/lib/ears/version.rb +1 -1
- data/package-lock.json +7 -7
- data/package.json +1 -1
- metadata +5 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 59823fbd0edc6c85f74dc66ae84216cd1e3bc8d91e41034aba5728f2c582041f
|
|
4
|
+
data.tar.gz: d3aa13f09d292a9212067f93f302256ee6134b709ce4ebebceead6a9966e805e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a6de639c5a12de8ea1b7684fa6c1f1f40cb4cc04cc3d4d603c3b0e8bad7f884d5ae299f48d969c130041a8f9e9e69fc75e47d8cd795a29eb400e7629f7890c81
|
|
7
|
+
data.tar.gz: 26917d17a1a86205875676a15144ff08310a9e7e49e34d820fb98f0c7bc0a312bf2d472e760149d70106ac0475da7f0b79b4a6c3ff7c47f2f6297b64d5171757
|
data/.github/workflows/build.yml
CHANGED
data/.tool-versions
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
ruby
|
|
2
|
-
nodejs 24.
|
|
1
|
+
ruby 4.0.2
|
|
2
|
+
nodejs 24.14.1
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,50 +1,52 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
ears (0.
|
|
5
|
-
bunny (>=
|
|
4
|
+
ears (0.25.0)
|
|
5
|
+
bunny (>= 3.0.0)
|
|
6
6
|
connection_pool (~> 2.4)
|
|
7
7
|
json (>= 2.9.0)
|
|
8
8
|
|
|
9
9
|
GEM
|
|
10
10
|
remote: https://rubygems.org/
|
|
11
11
|
specs:
|
|
12
|
-
amq-protocol (2.
|
|
12
|
+
amq-protocol (2.7.0)
|
|
13
13
|
ast (2.4.3)
|
|
14
|
-
bunny (
|
|
15
|
-
amq-protocol (~> 2.
|
|
14
|
+
bunny (3.1.0)
|
|
15
|
+
amq-protocol (~> 2.7)
|
|
16
|
+
logger (~> 1, >= 1.7)
|
|
16
17
|
sorted_set (~> 1, >= 1.0.2)
|
|
17
|
-
connection_pool (2.5.
|
|
18
|
+
connection_pool (2.5.5)
|
|
18
19
|
diff-lcs (1.6.2)
|
|
19
20
|
docile (1.4.1)
|
|
20
|
-
json (2.
|
|
21
|
+
json (2.19.3)
|
|
21
22
|
language_server-protocol (3.17.0.5)
|
|
22
23
|
lint_roller (1.1.0)
|
|
23
|
-
|
|
24
|
-
|
|
24
|
+
logger (1.7.0)
|
|
25
|
+
parallel (1.28.0)
|
|
26
|
+
parser (3.3.11.1)
|
|
25
27
|
ast (~> 2.4.1)
|
|
26
28
|
racc
|
|
27
29
|
prettier_print (1.2.1)
|
|
28
|
-
prism (1.
|
|
30
|
+
prism (1.9.0)
|
|
29
31
|
racc (1.8.1)
|
|
30
32
|
rainbow (3.1.1)
|
|
31
|
-
rake (13.3.
|
|
33
|
+
rake (13.3.1)
|
|
32
34
|
rbtree (0.4.6)
|
|
33
|
-
regexp_parser (2.
|
|
34
|
-
rspec (3.13.
|
|
35
|
+
regexp_parser (2.12.0)
|
|
36
|
+
rspec (3.13.2)
|
|
35
37
|
rspec-core (~> 3.13.0)
|
|
36
38
|
rspec-expectations (~> 3.13.0)
|
|
37
39
|
rspec-mocks (~> 3.13.0)
|
|
38
|
-
rspec-core (3.13.
|
|
40
|
+
rspec-core (3.13.6)
|
|
39
41
|
rspec-support (~> 3.13.0)
|
|
40
42
|
rspec-expectations (3.13.5)
|
|
41
43
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
42
44
|
rspec-support (~> 3.13.0)
|
|
43
|
-
rspec-mocks (3.13.
|
|
45
|
+
rspec-mocks (3.13.8)
|
|
44
46
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
45
47
|
rspec-support (~> 3.13.0)
|
|
46
|
-
rspec-support (3.13.
|
|
47
|
-
rubocop (1.
|
|
48
|
+
rspec-support (3.13.7)
|
|
49
|
+
rubocop (1.86.0)
|
|
48
50
|
json (~> 2.3)
|
|
49
51
|
language_server-protocol (~> 3.17.0.2)
|
|
50
52
|
lint_roller (~> 1.1.0)
|
|
@@ -52,35 +54,33 @@ GEM
|
|
|
52
54
|
parser (>= 3.3.0.2)
|
|
53
55
|
rainbow (>= 2.2.2, < 4.0)
|
|
54
56
|
regexp_parser (>= 2.9.3, < 3.0)
|
|
55
|
-
rubocop-ast (>= 1.
|
|
57
|
+
rubocop-ast (>= 1.49.0, < 2.0)
|
|
56
58
|
ruby-progressbar (~> 1.7)
|
|
57
59
|
unicode-display_width (>= 2.4.0, < 4.0)
|
|
58
|
-
rubocop-ast (1.
|
|
60
|
+
rubocop-ast (1.49.1)
|
|
59
61
|
parser (>= 3.3.7.2)
|
|
60
|
-
prism (~> 1.
|
|
62
|
+
prism (~> 1.7)
|
|
61
63
|
rubocop-rake (0.7.1)
|
|
62
64
|
lint_roller (~> 1.1)
|
|
63
65
|
rubocop (>= 1.72.1)
|
|
64
|
-
rubocop-rspec (3.
|
|
66
|
+
rubocop-rspec (3.9.0)
|
|
65
67
|
lint_roller (~> 1.1)
|
|
66
|
-
rubocop (~> 1.
|
|
68
|
+
rubocop (~> 1.81)
|
|
67
69
|
ruby-progressbar (1.13.0)
|
|
68
|
-
set (1.1.2)
|
|
69
70
|
simplecov (0.22.0)
|
|
70
71
|
docile (~> 1.1)
|
|
71
72
|
simplecov-html (~> 0.11)
|
|
72
73
|
simplecov_json_formatter (~> 0.1)
|
|
73
74
|
simplecov-html (0.13.2)
|
|
74
75
|
simplecov_json_formatter (0.1.4)
|
|
75
|
-
sorted_set (1.0
|
|
76
|
+
sorted_set (1.1.0)
|
|
76
77
|
rbtree
|
|
77
|
-
set (~> 1.0)
|
|
78
78
|
syntax_tree (6.3.0)
|
|
79
79
|
prettier_print (>= 1.2.0)
|
|
80
80
|
unicode-display_width (3.2.0)
|
|
81
81
|
unicode-emoji (~> 4.1)
|
|
82
|
-
unicode-emoji (4.
|
|
83
|
-
yard (0.9.
|
|
82
|
+
unicode-emoji (4.2.0)
|
|
83
|
+
yard (0.9.38)
|
|
84
84
|
|
|
85
85
|
PLATFORMS
|
|
86
86
|
arm64-darwin
|
|
@@ -100,44 +100,44 @@ DEPENDENCIES
|
|
|
100
100
|
yard
|
|
101
101
|
|
|
102
102
|
CHECKSUMS
|
|
103
|
-
amq-protocol (2.
|
|
103
|
+
amq-protocol (2.7.0) sha256=a798da91f076cf8225193739d09785201f72acbc5293282a3592ad3eda5b3afc
|
|
104
104
|
ast (2.4.3) sha256=954615157c1d6a382bc27d690d973195e79db7f55e9765ac7c481c60bdb4d383
|
|
105
|
-
bunny (
|
|
106
|
-
connection_pool (2.5.
|
|
105
|
+
bunny (3.1.0) sha256=fd09ea8be3fbb7fe4b1063f874094b444f762f2da1692b3341751af7c6d62f3c
|
|
106
|
+
connection_pool (2.5.5) sha256=e54ff92855753df1fd7c59fa04a398833355f27dd14c074f8c83a05f72a716ad
|
|
107
107
|
diff-lcs (1.6.2) sha256=9ae0d2cba7d4df3075fe8cd8602a8604993efc0dfa934cff568969efb1909962
|
|
108
108
|
docile (1.4.1) sha256=96159be799bfa73cdb721b840e9802126e4e03dfc26863db73647204c727f21e
|
|
109
|
-
ears (0.
|
|
110
|
-
json (2.
|
|
109
|
+
ears (0.25.0)
|
|
110
|
+
json (2.19.3) sha256=289b0bb53052a1fa8c34ab33cc750b659ba14a5c45f3fcf4b18762dc67c78646
|
|
111
111
|
language_server-protocol (3.17.0.5) sha256=fd1e39a51a28bf3eec959379985a72e296e9f9acfce46f6a79d31ca8760803cc
|
|
112
112
|
lint_roller (1.1.0) sha256=2c0c845b632a7d172cb849cc90c1bce937a28c5c8ccccb50dfd46a485003cc87
|
|
113
|
-
|
|
114
|
-
|
|
113
|
+
logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203
|
|
114
|
+
parallel (1.28.0) sha256=33e6de1484baf2524792d178b0913fc8eb94c628d6cfe45599ad4458c638c970
|
|
115
|
+
parser (3.3.11.1) sha256=d17ace7aabe3e72c3cc94043714be27cc6f852f104d81aa284c2281aecc65d54
|
|
115
116
|
prettier_print (1.2.1) sha256=a72838b5f23facff21f90a5423cdcdda19e4271092b41f4ea7f50b83929e6ff9
|
|
116
|
-
prism (1.
|
|
117
|
+
prism (1.9.0) sha256=7b530c6a9f92c24300014919c9dcbc055bf4cdf51ec30aed099b06cd6674ef85
|
|
117
118
|
racc (1.8.1) sha256=4a7f6929691dbec8b5209a0b373bc2614882b55fc5d2e447a21aaa691303d62f
|
|
118
119
|
rainbow (3.1.1) sha256=039491aa3a89f42efa1d6dec2fc4e62ede96eb6acd95e52f1ad581182b79bc6a
|
|
119
|
-
rake (13.3.
|
|
120
|
+
rake (13.3.1) sha256=8c9e89d09f66a26a01264e7e3480ec0607f0c497a861ef16063604b1b08eb19c
|
|
120
121
|
rbtree (0.4.6) sha256=14eea4469b24fd2472542e5f3eb105d6344c8ccf36f0b56d55fdcfeb4e0f10fc
|
|
121
|
-
regexp_parser (2.
|
|
122
|
-
rspec (3.13.
|
|
123
|
-
rspec-core (3.13.
|
|
122
|
+
regexp_parser (2.12.0) sha256=35a916a1d63190ab5c9009457136ae5f3c0c7512d60291d0d1378ba18ce08ebb
|
|
123
|
+
rspec (3.13.2) sha256=206284a08ad798e61f86d7ca3e376718d52c0bc944626b2349266f239f820587
|
|
124
|
+
rspec-core (3.13.6) sha256=a8823c6411667b60a8bca135364351dda34cd55e44ff94c4be4633b37d828b2d
|
|
124
125
|
rspec-expectations (3.13.5) sha256=33a4d3a1d95060aea4c94e9f237030a8f9eae5615e9bd85718fe3a09e4b58836
|
|
125
|
-
rspec-mocks (3.13.
|
|
126
|
-
rspec-support (3.13.
|
|
127
|
-
rubocop (1.
|
|
128
|
-
rubocop-ast (1.
|
|
126
|
+
rspec-mocks (3.13.8) sha256=086ad3d3d17533f4237643de0b5c42f04b66348c28bf6b9c2d3f4a3b01af1d47
|
|
127
|
+
rspec-support (3.13.7) sha256=0640e5570872aafefd79867901deeeeb40b0c9875a36b983d85f54fb7381c47c
|
|
128
|
+
rubocop (1.86.0) sha256=4ff1186fe16ebe9baff5e7aad66bb0ad4cabf5cdcd419f773146dbba2565d186
|
|
129
|
+
rubocop-ast (1.49.1) sha256=4412f3ee70f6fe4546cc489548e0f6fcf76cafcfa80fa03af67098ffed755035
|
|
129
130
|
rubocop-rake (0.7.1) sha256=3797f2b6810c3e9df7376c26d5f44f3475eda59eb1adc38e6f62ecf027cbae4d
|
|
130
|
-
rubocop-rspec (3.
|
|
131
|
+
rubocop-rspec (3.9.0) sha256=8fa70a3619408237d789aeecfb9beef40576acc855173e60939d63332fdb55e2
|
|
131
132
|
ruby-progressbar (1.13.0) sha256=80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33
|
|
132
|
-
set (1.1.2) sha256=ca33a60d202e788041d94a5d4c12315b1639875576f1a266f3a10913646d8ef1
|
|
133
133
|
simplecov (0.22.0) sha256=fe2622c7834ff23b98066bb0a854284b2729a569ac659f82621fc22ef36213a5
|
|
134
134
|
simplecov-html (0.13.2) sha256=bd0b8e54e7c2d7685927e8d6286466359b6f16b18cb0df47b508e8d73c777246
|
|
135
135
|
simplecov_json_formatter (0.1.4) sha256=529418fbe8de1713ac2b2d612aa3daa56d316975d307244399fa4838c601b428
|
|
136
|
-
sorted_set (1.0
|
|
136
|
+
sorted_set (1.1.0) sha256=bac01eb16b6bcfcdb7d732a28e87422be8b5c9fdcfeadbe9072682407524ee83
|
|
137
137
|
syntax_tree (6.3.0) sha256=56e25a9692c798ec94c5442fe94c5e94af76bef91edc8bb02052cbdecf35f13d
|
|
138
138
|
unicode-display_width (3.2.0) sha256=0cdd96b5681a5949cdbc2c55e7b420facae74c4aaf9a9815eee1087cb1853c42
|
|
139
|
-
unicode-emoji (4.
|
|
140
|
-
yard (0.9.
|
|
139
|
+
unicode-emoji (4.2.0) sha256=519e69150f75652e40bf736106cfbc8f0f73aa3fb6a65afe62fefa7f80b0f80f
|
|
140
|
+
yard (0.9.38) sha256=721fb82afb10532aa49860655f6cc2eaa7130889df291b052e1e6b268283010f
|
|
141
141
|
|
|
142
142
|
BUNDLED WITH
|
|
143
|
-
|
|
143
|
+
4.0.10
|
data/ears.gemspec
CHANGED
|
@@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
|
|
|
32
32
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
33
33
|
spec.require_paths = ['lib']
|
|
34
34
|
|
|
35
|
-
spec.add_dependency 'bunny', '>=
|
|
35
|
+
spec.add_dependency 'bunny', '>= 3.0.0'
|
|
36
36
|
spec.add_dependency 'connection_pool', '~> 2.4'
|
|
37
37
|
spec.add_dependency 'json', '>= 2.9.0'
|
|
38
38
|
end
|
data/lib/ears/version.rb
CHANGED
data/package-lock.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"devDependencies": {
|
|
9
9
|
"@invisionag/prettier-config": "^2.1.3",
|
|
10
10
|
"@prettier/plugin-ruby": "^4.0.4",
|
|
11
|
-
"prettier": "^3.
|
|
11
|
+
"prettier": "^3.8.1"
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"node_modules/@invisionag/prettier-config": {
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
}
|
|
31
31
|
},
|
|
32
32
|
"node_modules/prettier": {
|
|
33
|
-
"version": "3.
|
|
34
|
-
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.
|
|
35
|
-
"integrity": "sha512-
|
|
33
|
+
"version": "3.8.1",
|
|
34
|
+
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.1.tgz",
|
|
35
|
+
"integrity": "sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==",
|
|
36
36
|
"dev": true,
|
|
37
37
|
"license": "MIT",
|
|
38
38
|
"bin": {
|
|
@@ -62,9 +62,9 @@
|
|
|
62
62
|
"requires": {}
|
|
63
63
|
},
|
|
64
64
|
"prettier": {
|
|
65
|
-
"version": "3.
|
|
66
|
-
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.
|
|
67
|
-
"integrity": "sha512-
|
|
65
|
+
"version": "3.8.1",
|
|
66
|
+
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.1.tgz",
|
|
67
|
+
"integrity": "sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==",
|
|
68
68
|
"dev": true
|
|
69
69
|
}
|
|
70
70
|
}
|
data/package.json
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ears
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.25.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- InVision AG
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: exe
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: bunny
|
|
@@ -16,14 +15,14 @@ dependencies:
|
|
|
16
15
|
requirements:
|
|
17
16
|
- - ">="
|
|
18
17
|
- !ruby/object:Gem::Version
|
|
19
|
-
version:
|
|
18
|
+
version: 3.0.0
|
|
20
19
|
type: :runtime
|
|
21
20
|
prerelease: false
|
|
22
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
22
|
requirements:
|
|
24
23
|
- - ">="
|
|
25
24
|
- !ruby/object:Gem::Version
|
|
26
|
-
version:
|
|
25
|
+
version: 3.0.0
|
|
27
26
|
- !ruby/object:Gem::Dependency
|
|
28
27
|
name: connection_pool
|
|
29
28
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -109,7 +108,6 @@ metadata:
|
|
|
109
108
|
homepage_uri: https://github.com/ivx/ears
|
|
110
109
|
source_code_uri: https://github.com/ivx/ears
|
|
111
110
|
changelog_uri: https://github.com/ivx/ears/blob/main/CHANGELOG.md
|
|
112
|
-
post_install_message:
|
|
113
111
|
rdoc_options: []
|
|
114
112
|
require_paths:
|
|
115
113
|
- lib
|
|
@@ -124,8 +122,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
124
122
|
- !ruby/object:Gem::Version
|
|
125
123
|
version: '0'
|
|
126
124
|
requirements: []
|
|
127
|
-
rubygems_version:
|
|
128
|
-
signing_key:
|
|
125
|
+
rubygems_version: 4.0.6
|
|
129
126
|
specification_version: 4
|
|
130
127
|
summary: A gem for building RabbitMQ consumers.
|
|
131
128
|
test_files: []
|