nulogy_message_bus_consumer 1.0.0 → 2.0.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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nulogy_message_bus_consumer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nulogy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-04-26 00:00:00.000000000 Z
11
+ date: 2023-08-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -136,20 +136,6 @@ dependencies:
136
136
  - - '='
137
137
  - !ruby/object:Gem::Version
138
138
  version: 6.0.3.5
139
- - !ruby/object:Gem::Dependency
140
- name: rake-release
141
- requirement: !ruby/object:Gem::Requirement
142
- requirements:
143
- - - '='
144
- - !ruby/object:Gem::Version
145
- version: 1.3.0
146
- type: :development
147
- prerelease: false
148
- version_requirements: !ruby/object:Gem::Requirement
149
- requirements:
150
- - - '='
151
- - !ruby/object:Gem::Version
152
- version: 1.3.0
153
139
  - !ruby/object:Gem::Dependency
154
140
  name: rspec
155
141
  requirement: !ruby/object:Gem::Requirement
@@ -236,13 +222,12 @@ dependencies:
236
222
  version: 1.38.1
237
223
  description:
238
224
  email:
239
- - tass@nulogy.com
225
+ - platform-engineering@nulogy.com
240
226
  executables: []
241
227
  extensions: []
242
228
  extra_rdoc_files: []
243
229
  files:
244
230
  - Rakefile
245
- - config/credentials/message-bus-us-east-1.key
246
231
  - config/credentials/message-bus-us-east-1.yml.enc
247
232
  - config/routes.rb
248
233
  - db/migrate/20200509095105_create_message_bus_processed_messages.rb
@@ -292,7 +277,6 @@ files:
292
277
  - spec/dummy/config/application.rb
293
278
  - spec/dummy/config/boot.rb
294
279
  - spec/dummy/config/cable.yml
295
- - spec/dummy/config/credentials/message-bus-us-east-1.key
296
280
  - spec/dummy/config/credentials/message-bus-us-east-1.yml.enc
297
281
  - spec/dummy/config/database.yml
298
282
  - spec/dummy/config/environment.rb
@@ -316,7 +300,6 @@ files:
316
300
  - spec/dummy/config/storage.yml
317
301
  - spec/dummy/db/schema.rb
318
302
  - spec/dummy/log/development.log
319
- - spec/dummy/log/production.log
320
303
  - spec/dummy/log/test.log
321
304
  - spec/dummy/public/404.html
322
305
  - spec/dummy/public/422.html
@@ -347,7 +330,7 @@ files:
347
330
  - spec/unit/nulogy_message_bus_consumer/steps/stream_messages_spec.rb
348
331
  - spec/unit/nulogy_message_bus_consumer/tasks/calculator_spec.rb
349
332
  - spec/unit/nulogy_message_bus_consumer_spec.rb
350
- homepage: https://github.com/nulogy/message-bus/tree/master/gems/nulogy_message_bus_consumer
333
+ homepage: https://github.com/nulogy/message-bus/tree/main/gems/nulogy_message_bus_consumer
351
334
  licenses: []
352
335
  metadata:
353
336
  allowed_push_host: https://rubygems.org/
@@ -391,7 +374,6 @@ test_files:
391
374
  - spec/dummy/config/application.rb
392
375
  - spec/dummy/config/boot.rb
393
376
  - spec/dummy/config/cable.yml
394
- - spec/dummy/config/credentials/message-bus-us-east-1.key
395
377
  - spec/dummy/config/credentials/message-bus-us-east-1.yml.enc
396
378
  - spec/dummy/config/database.yml
397
379
  - spec/dummy/config/environment.rb
@@ -416,7 +398,6 @@ test_files:
416
398
  - spec/dummy/config.ru
417
399
  - spec/dummy/db/schema.rb
418
400
  - spec/dummy/log/development.log
419
- - spec/dummy/log/production.log
420
401
  - spec/dummy/log/test.log
421
402
  - spec/dummy/public/404.html
422
403
  - spec/dummy/public/422.html
@@ -1 +0,0 @@
1
- dfa19863b2709390893da4c2fb85579a
@@ -1 +0,0 @@
1
- dfa19863b2709390893da4c2fb85579a
@@ -1,18 +0,0 @@
1
- D, [2020-11-16T11:34:16.160590 #96117] DEBUG -- :  (2.3ms) SELECT pg_try_advisory_lock(5775182565276900090)
2
- D, [2020-11-16T11:34:16.267700 #96117] DEBUG -- :  (5.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
3
- D, [2020-11-16T11:34:16.332985 #96117] DEBUG -- : ActiveRecord::InternalMetadata Load (5.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]]
4
- D, [2020-11-16T11:34:16.340173 #96117] DEBUG -- :  (1.3ms) BEGIN
5
- D, [2020-11-16T11:34:16.362450 #96117] DEBUG -- : ActiveRecord::InternalMetadata Update (22.0ms) UPDATE "ar_internal_metadata" SET "value" = $1, "updated_at" = $2 WHERE "ar_internal_metadata"."key" = $3 [["value", "production"], ["updated_at", "2020-11-16 16:34:16.338391"], ["key", "environment"]]
6
- D, [2020-11-16T11:34:16.367993 #96117] DEBUG -- :  (5.1ms) COMMIT
7
- D, [2020-11-16T11:34:16.370057 #96117] DEBUG -- :  (1.9ms) SELECT pg_advisory_unlock(5775182565276900090)
8
- D, [2020-11-16T11:40:32.607173 #98237] DEBUG -- :  (1.4ms) SELECT pg_try_advisory_lock(5775182565276900090)
9
- D, [2020-11-16T11:40:32.621593 #98237] DEBUG -- :  (2.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
10
- I, [2020-11-16T11:40:32.622869 #98237] INFO -- : Migrating to CreateMessageBusProcessedMessages (20200509095105)
11
- D, [2020-11-16T11:40:32.631756 #98237] DEBUG -- :  (2.0ms) BEGIN
12
- D, [2020-11-16T11:40:32.639446 #98237] DEBUG -- :  (7.5ms) CREATE TABLE "message_bus_processed_messages" ("id" uuid NOT NULL PRIMARY KEY, "created_at" timestamp NOT NULL)
13
- D, [2020-11-16T11:40:32.640814 #98237] DEBUG -- :  (1.2ms) ROLLBACK
14
- D, [2020-11-16T11:40:32.642439 #98237] DEBUG -- :  (1.5ms) SELECT pg_advisory_unlock(5775182565276900090)
15
- D, [2020-11-16T11:41:09.889396 #98796] DEBUG -- :  (1.5ms) SELECT pg_try_advisory_lock(5775182565276900090)
16
- D, [2020-11-16T11:41:09.902585 #98796] DEBUG -- :  (1.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
17
- D, [2020-11-16T11:41:09.912030 #98796] DEBUG -- : ActiveRecord::InternalMetadata Load (1.6ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]]
18
- D, [2020-11-16T11:41:09.919113 #98796] DEBUG -- :  (1.4ms) SELECT pg_advisory_unlock(5775182565276900090)