yabeda-rabbit_messaging 0.0.1 → 0.0.2

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: ab3e738f91cd528e2f9a395f55e4b4cd9188cc60ec54d9e4e8e442fb44fe1785
4
- data.tar.gz: 7506c6e0a2bf7aa562a6a93b2c2f65781b243b9bc713432d973c03268c9d6211
3
+ metadata.gz: 21cc0c6681b08997c1265d8400216653a02daade470b75b5594795b8108667bb
4
+ data.tar.gz: 683050dd541ec8690f25191ba8abfcc03345276b785a65b5b14a72091b6cfe5b
5
5
  SHA512:
6
- metadata.gz: b25dbecd7a6432ca9682102524354fd7778bbb90667e17efb6d888871bfa98c1394d6d5e5d507e950b87bfc3d9330aafee422d6951c51c6884155154cbcfffba
7
- data.tar.gz: e2210077626d15d072a2f7998beb2ccf53044cb850c45f82dce1ae363e6ecc8fe60b3257d81b28136843b8545dcff1eeeb277fe80602d1daf29e79e4dcd5c836
6
+ metadata.gz: 321ec0a621c8ffe266b3b7d3a56f92569b2025cf6539748b8ccda737902983e924237102834f79366ca3a153602080c399fe78536e791f19fa62c7a00fb6c4e4
7
+ data.tar.gz: 7edfc2a3bd2dba987569e5759be7c793c911ab6cb9fef4551a61f0cc45102b1d255c0c167343515585ca78cb8957bf76b935656fe5eeb55578929f47c8ae19f2
@@ -1,4 +1,4 @@
1
- name: Test
1
+ name: CI
2
2
 
3
3
  on:
4
4
  push:
@@ -24,7 +24,7 @@ jobs:
24
24
 
25
25
  strategy:
26
26
  matrix:
27
- ruby: [2.7, 3.0, 3.1, 3.2]
27
+ ruby: [3.0, 3.1, 3.2]
28
28
 
29
29
  steps:
30
30
  - uses: actions/checkout@v2
@@ -34,3 +34,20 @@ jobs:
34
34
  bundler-cache: true
35
35
  - name: Run rspec
36
36
  run: bundle exec rspec
37
+
38
+ release:
39
+ runs-on: ubuntu-latest
40
+
41
+ environment: release
42
+
43
+ if: github.event_name == 'push' && github.ref == 'refs/heads/master'
44
+
45
+ steps:
46
+ - uses: actions/checkout@v3
47
+
48
+ - name: Release Gem
49
+ uses: skirushkin/publish-rubygems-action@main
50
+ env:
51
+ RUBYGEMS_API_KEY: ${{secrets.RUBYGEMS_API_KEY}}
52
+ GIT_EMAIL: oss@umbrellio.biz
53
+ GIT_NAME: Team Umbrellio
data/Gemfile.lock CHANGED
@@ -1,42 +1,42 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- yabeda-rabbit_messaging (0.0.1)
4
+ yabeda-rabbit_messaging (0.0.2)
5
5
  rabbit_messaging (~> 0.6)
6
6
  yabeda (~> 0.8)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actioncable (7.1.2)
12
- actionpack (= 7.1.2)
13
- activesupport (= 7.1.2)
11
+ actioncable (7.1.3)
12
+ actionpack (= 7.1.3)
13
+ activesupport (= 7.1.3)
14
14
  nio4r (~> 2.0)
15
15
  websocket-driver (>= 0.6.1)
16
16
  zeitwerk (~> 2.6)
17
- actionmailbox (7.1.2)
18
- actionpack (= 7.1.2)
19
- activejob (= 7.1.2)
20
- activerecord (= 7.1.2)
21
- activestorage (= 7.1.2)
22
- activesupport (= 7.1.2)
17
+ actionmailbox (7.1.3)
18
+ actionpack (= 7.1.3)
19
+ activejob (= 7.1.3)
20
+ activerecord (= 7.1.3)
21
+ activestorage (= 7.1.3)
22
+ activesupport (= 7.1.3)
23
23
  mail (>= 2.7.1)
24
24
  net-imap
25
25
  net-pop
26
26
  net-smtp
27
- actionmailer (7.1.2)
28
- actionpack (= 7.1.2)
29
- actionview (= 7.1.2)
30
- activejob (= 7.1.2)
31
- activesupport (= 7.1.2)
27
+ actionmailer (7.1.3)
28
+ actionpack (= 7.1.3)
29
+ actionview (= 7.1.3)
30
+ activejob (= 7.1.3)
31
+ activesupport (= 7.1.3)
32
32
  mail (~> 2.5, >= 2.5.4)
33
33
  net-imap
34
34
  net-pop
35
35
  net-smtp
36
36
  rails-dom-testing (~> 2.2)
37
- actionpack (7.1.2)
38
- actionview (= 7.1.2)
39
- activesupport (= 7.1.2)
37
+ actionpack (7.1.3)
38
+ actionview (= 7.1.3)
39
+ activesupport (= 7.1.3)
40
40
  nokogiri (>= 1.8.5)
41
41
  racc
42
42
  rack (>= 2.2.4)
@@ -44,35 +44,35 @@ GEM
44
44
  rack-test (>= 0.6.3)
45
45
  rails-dom-testing (~> 2.2)
46
46
  rails-html-sanitizer (~> 1.6)
47
- actiontext (7.1.2)
48
- actionpack (= 7.1.2)
49
- activerecord (= 7.1.2)
50
- activestorage (= 7.1.2)
51
- activesupport (= 7.1.2)
47
+ actiontext (7.1.3)
48
+ actionpack (= 7.1.3)
49
+ activerecord (= 7.1.3)
50
+ activestorage (= 7.1.3)
51
+ activesupport (= 7.1.3)
52
52
  globalid (>= 0.6.0)
53
53
  nokogiri (>= 1.8.5)
54
- actionview (7.1.2)
55
- activesupport (= 7.1.2)
54
+ actionview (7.1.3)
55
+ activesupport (= 7.1.3)
56
56
  builder (~> 3.1)
57
57
  erubi (~> 1.11)
58
58
  rails-dom-testing (~> 2.2)
59
59
  rails-html-sanitizer (~> 1.6)
60
- activejob (7.1.2)
61
- activesupport (= 7.1.2)
60
+ activejob (7.1.3)
61
+ activesupport (= 7.1.3)
62
62
  globalid (>= 0.3.6)
63
- activemodel (7.1.2)
64
- activesupport (= 7.1.2)
65
- activerecord (7.1.2)
66
- activemodel (= 7.1.2)
67
- activesupport (= 7.1.2)
63
+ activemodel (7.1.3)
64
+ activesupport (= 7.1.3)
65
+ activerecord (7.1.3)
66
+ activemodel (= 7.1.3)
67
+ activesupport (= 7.1.3)
68
68
  timeout (>= 0.4.0)
69
- activestorage (7.1.2)
70
- actionpack (= 7.1.2)
71
- activejob (= 7.1.2)
72
- activerecord (= 7.1.2)
73
- activesupport (= 7.1.2)
69
+ activestorage (7.1.3)
70
+ actionpack (= 7.1.3)
71
+ activejob (= 7.1.3)
72
+ activerecord (= 7.1.3)
73
+ activesupport (= 7.1.3)
74
74
  marcel (~> 1.0)
75
- activesupport (7.1.2)
75
+ activesupport (7.1.3)
76
76
  base64
77
77
  bigdecimal
78
78
  concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -83,21 +83,21 @@ GEM
83
83
  mutex_m
84
84
  tzinfo (~> 2.0)
85
85
  amq-protocol (2.3.2)
86
- anyway_config (2.6.0)
87
- ruby-next-core (>= 0.15)
86
+ anyway_config (2.6.2)
87
+ ruby-next-core (~> 1.0)
88
88
  ast (2.4.2)
89
89
  base64 (0.2.0)
90
- bigdecimal (3.1.5)
90
+ bigdecimal (3.1.6)
91
91
  builder (3.2.4)
92
92
  bunny (2.22.0)
93
93
  amq-protocol (~> 2.3, >= 2.3.1)
94
94
  sorted_set (~> 1, >= 1.0.2)
95
95
  coderay (1.1.3)
96
- concurrent-ruby (1.2.2)
96
+ concurrent-ruby (1.2.3)
97
97
  connection_pool (2.4.1)
98
98
  crass (1.0.6)
99
99
  date (3.3.4)
100
- diff-lcs (1.5.0)
100
+ diff-lcs (1.5.1)
101
101
  drb (2.2.0)
102
102
  ruby2_keywords
103
103
  dry-initializer (3.1.1)
@@ -106,12 +106,12 @@ GEM
106
106
  activesupport (>= 6.1)
107
107
  i18n (1.14.1)
108
108
  concurrent-ruby (~> 1.0)
109
- io-console (0.7.1)
110
- irb (1.10.1)
109
+ io-console (0.7.2)
110
+ irb (1.11.1)
111
111
  rdoc
112
- reline (>= 0.3.8)
112
+ reline (>= 0.4.2)
113
113
  json (2.7.1)
114
- lamian (1.7.0)
114
+ lamian (1.8.0)
115
115
  rails (>= 4.2)
116
116
  loofah (2.22.0)
117
117
  crass (~> 1.0.2)
@@ -124,24 +124,24 @@ GEM
124
124
  marcel (1.0.2)
125
125
  method_source (1.0.0)
126
126
  mini_mime (1.1.5)
127
- minitest (5.20.0)
127
+ minitest (5.22.0)
128
128
  mutex_m (0.2.0)
129
- net-imap (0.4.8)
129
+ net-imap (0.4.10)
130
130
  date
131
131
  net-protocol
132
132
  net-pop (0.1.2)
133
133
  net-protocol
134
134
  net-protocol (0.2.2)
135
135
  timeout
136
- net-smtp (0.4.0)
136
+ net-smtp (0.4.0.1)
137
137
  net-protocol
138
138
  nio4r (2.7.0)
139
- nokogiri (1.15.5-arm64-darwin)
139
+ nokogiri (1.16.2-arm64-darwin)
140
140
  racc (~> 1.4)
141
- nokogiri (1.15.5-x86_64-linux)
141
+ nokogiri (1.16.2-x86_64-linux)
142
142
  racc (~> 1.4)
143
143
  parallel (1.24.0)
144
- parser (3.2.2.4)
144
+ parser (3.3.0.5)
145
145
  ast (~> 2.4.1)
146
146
  racc
147
147
  pry (0.14.2)
@@ -156,7 +156,7 @@ GEM
156
156
  sneakers (~> 2.0)
157
157
  tainbox
158
158
  racc (1.7.3)
159
- rack (3.0.8)
159
+ rack (3.0.9)
160
160
  rack-session (2.0.0)
161
161
  rack (>= 3.0.0)
162
162
  rack-test (2.1.0)
@@ -164,20 +164,20 @@ GEM
164
164
  rackup (2.1.0)
165
165
  rack (>= 3)
166
166
  webrick (~> 1.8)
167
- rails (7.1.2)
168
- actioncable (= 7.1.2)
169
- actionmailbox (= 7.1.2)
170
- actionmailer (= 7.1.2)
171
- actionpack (= 7.1.2)
172
- actiontext (= 7.1.2)
173
- actionview (= 7.1.2)
174
- activejob (= 7.1.2)
175
- activemodel (= 7.1.2)
176
- activerecord (= 7.1.2)
177
- activestorage (= 7.1.2)
178
- activesupport (= 7.1.2)
167
+ rails (7.1.3)
168
+ actioncable (= 7.1.3)
169
+ actionmailbox (= 7.1.3)
170
+ actionmailer (= 7.1.3)
171
+ actionpack (= 7.1.3)
172
+ actiontext (= 7.1.3)
173
+ actionview (= 7.1.3)
174
+ activejob (= 7.1.3)
175
+ activemodel (= 7.1.3)
176
+ activerecord (= 7.1.3)
177
+ activestorage (= 7.1.3)
178
+ activesupport (= 7.1.3)
179
179
  bundler (>= 1.15.0)
180
- railties (= 7.1.2)
180
+ railties (= 7.1.3)
181
181
  rails-dom-testing (2.2.0)
182
182
  activesupport (>= 5.0.0)
183
183
  minitest
@@ -185,9 +185,9 @@ GEM
185
185
  rails-html-sanitizer (1.6.0)
186
186
  loofah (~> 2.21)
187
187
  nokogiri (~> 1.14)
188
- railties (7.1.2)
189
- actionpack (= 7.1.2)
190
- activesupport (= 7.1.2)
188
+ railties (7.1.3)
189
+ actionpack (= 7.1.3)
190
+ activesupport (= 7.1.3)
191
191
  irb
192
192
  rackup (>= 1.0.0)
193
193
  rake (>= 12.2)
@@ -198,23 +198,23 @@ GEM
198
198
  rbtree (0.4.6)
199
199
  rdoc (6.6.2)
200
200
  psych (>= 4.0.0)
201
- regexp_parser (2.8.3)
202
- reline (0.4.1)
201
+ regexp_parser (2.9.0)
202
+ reline (0.4.2)
203
203
  io-console (~> 0.5)
204
204
  rexml (3.2.6)
205
- rspec (3.12.0)
206
- rspec-core (~> 3.12.0)
207
- rspec-expectations (~> 3.12.0)
208
- rspec-mocks (~> 3.12.0)
209
- rspec-core (3.12.2)
210
- rspec-support (~> 3.12.0)
211
- rspec-expectations (3.12.3)
205
+ rspec (3.13.0)
206
+ rspec-core (~> 3.13.0)
207
+ rspec-expectations (~> 3.13.0)
208
+ rspec-mocks (~> 3.13.0)
209
+ rspec-core (3.13.0)
210
+ rspec-support (~> 3.13.0)
211
+ rspec-expectations (3.13.0)
212
212
  diff-lcs (>= 1.2.0, < 2.0)
213
- rspec-support (~> 3.12.0)
214
- rspec-mocks (3.12.6)
213
+ rspec-support (~> 3.13.0)
214
+ rspec-mocks (3.13.0)
215
215
  diff-lcs (>= 1.2.0, < 2.0)
216
- rspec-support (~> 3.12.0)
217
- rspec-support (3.12.1)
216
+ rspec-support (~> 3.13.0)
217
+ rspec-support (3.13.0)
218
218
  rubocop (1.50.2)
219
219
  json (~> 2.3)
220
220
  parallel (~> 1.10)
@@ -227,7 +227,7 @@ GEM
227
227
  unicode-display_width (>= 2.4.0, < 3.0)
228
228
  rubocop-ast (1.30.0)
229
229
  parser (>= 3.2.1.0)
230
- rubocop-capybara (2.19.0)
230
+ rubocop-capybara (2.20.0)
231
231
  rubocop (~> 1.41)
232
232
  rubocop-config-umbrellio (1.50.0.85)
233
233
  rubocop (~> 1.50.0)
@@ -250,12 +250,12 @@ GEM
250
250
  rubocop-capybara (~> 2.17)
251
251
  rubocop-sequel (0.3.4)
252
252
  rubocop (~> 1.0)
253
- ruby-next-core (1.0.0)
253
+ ruby-next-core (1.0.1)
254
254
  ruby-progressbar (1.13.0)
255
255
  ruby2_keywords (0.0.5)
256
256
  serverengine (2.1.1)
257
257
  sigdump (~> 0.2.2)
258
- set (1.0.4)
258
+ set (1.1.0)
259
259
  sigdump (0.2.5)
260
260
  sneakers (2.12.0)
261
261
  bunny (~> 2.14)
@@ -282,7 +282,7 @@ GEM
282
282
  anyway_config (>= 1.0, < 3)
283
283
  concurrent-ruby
284
284
  dry-initializer
285
- zeitwerk (2.6.12)
285
+ zeitwerk (2.6.13)
286
286
 
287
287
  PLATFORMS
288
288
  arm64-darwin-22
@@ -295,4 +295,4 @@ DEPENDENCIES
295
295
  yabeda-rabbit_messaging!
296
296
 
297
297
  BUNDLED WITH
298
- 2.4.21
298
+ 2.5.5
data/README.md CHANGED
@@ -6,6 +6,8 @@ Works through [Yabeda Framework](https://github.com/yabeda-rb).
6
6
 
7
7
  ## Installation
8
8
 
9
+ Put gem in your Gemfile after `rabbit_messaging` gem.
10
+
9
11
  ```ruby
10
12
  gem "rabbit_messaging"
11
13
  gem "table_sync"
@@ -30,7 +32,7 @@ Metrics representing state of TableSync receiving jobs processing:
30
32
 
31
33
  ## Contributing
32
34
 
33
- Bug reports and pull requests are welcome on GitHub at https://github.com/umbrellio/table_sync.
35
+ Bug reports and pull requests are welcome on GitHub at https://github.com/umbrellio/yabeda-rabbit_messaging.
34
36
 
35
37
  ## License
36
38
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Yabeda
4
4
  module RabbitMessaging
5
- VERSION = "0.0.1"
5
+ VERSION = "0.0.2"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yabeda-rabbit_messaging
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
- - Stepan Kirushkin
7
+ - Team Umbrellio
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-19 00:00:00.000000000 Z
11
+ date: 2024-02-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rabbit_messaging
@@ -40,12 +40,12 @@ dependencies:
40
40
  version: '0.8'
41
41
  description: Easy collect your TableSync metrics.
42
42
  email:
43
- - stepan.kirushkin@gmail.com
43
+ - oss@umbrellio.biz
44
44
  executables: []
45
45
  extensions: []
46
46
  extra_rdoc_files: []
47
47
  files:
48
- - ".github/workflows/test.yml"
48
+ - ".github/workflows/ci.yml"
49
49
  - ".gitignore"
50
50
  - ".rubocop.yml"
51
51
  - CHANGELOG.md
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
83
  requirements: []
84
- rubygems_version: 3.4.19
84
+ rubygems_version: 3.5.3
85
85
  signing_key:
86
86
  specification_version: 4
87
87
  summary: Yabeda plugin for rabbit_messaging gem.