hermes-rb 0.8.0 → 0.9.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Changelog.md +3 -0
- data/Gemfile.lock +35 -21
- data/README.md +3 -0
- data/lib/hermes/consumer_builder.rb +1 -0
- data/lib/hermes/rb/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d179bf4ab92b5e5f8e4529c79451fe34a36696cc2bdb5c0397a969e64f77d666
|
4
|
+
data.tar.gz: 6e967663720dbb15a70ebb5d61ed74821297f443e126b002e72eaf570734fdac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f5db736dc76cab7058b37367e4583872d547c77d467cf068496110c376cfbbe4c93f2109b54fdea6766967f902efd87948cd7370a6bb513a838e086012c3c902
|
7
|
+
data.tar.gz: 9f0276959a27fcb520d1722eee6ee55cc7f85e6e095ec54306c6a1daa8fdd5b7b24e08c3a1ea67fbdd74cabeba3a7500333f5a3e29676d06ab0b13d187085e1c
|
data/Changelog.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
hermes-rb (0.
|
4
|
+
hermes-rb (0.9.0)
|
5
5
|
activerecord (>= 5)
|
6
6
|
activesupport (>= 5)
|
7
7
|
dry-container (~> 0)
|
@@ -12,30 +12,41 @@ PATH
|
|
12
12
|
GEM
|
13
13
|
remote: https://rubygems.org/
|
14
14
|
specs:
|
15
|
-
activemodel (7.
|
16
|
-
activesupport (= 7.
|
17
|
-
activerecord (7.
|
18
|
-
activemodel (= 7.
|
19
|
-
activesupport (= 7.
|
20
|
-
|
15
|
+
activemodel (7.1.1)
|
16
|
+
activesupport (= 7.1.1)
|
17
|
+
activerecord (7.1.1)
|
18
|
+
activemodel (= 7.1.1)
|
19
|
+
activesupport (= 7.1.1)
|
20
|
+
timeout (>= 0.4.0)
|
21
|
+
activesupport (7.1.1)
|
22
|
+
base64
|
23
|
+
bigdecimal
|
21
24
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
25
|
+
connection_pool (>= 2.2.5)
|
26
|
+
drb
|
22
27
|
i18n (>= 1.6, < 2)
|
23
28
|
minitest (>= 5.1)
|
29
|
+
mutex_m
|
24
30
|
tzinfo (~> 2.0)
|
25
31
|
amq-protocol (2.3.2)
|
26
32
|
appraisal (2.4.1)
|
27
33
|
bundler
|
28
34
|
rake
|
29
35
|
thor (>= 0.14.0)
|
30
|
-
|
36
|
+
base64 (0.1.1)
|
37
|
+
bigdecimal (3.1.4)
|
38
|
+
bunny (2.22.0)
|
31
39
|
amq-protocol (~> 2.3, >= 2.3.1)
|
32
40
|
sorted_set (~> 1, >= 1.0.2)
|
33
41
|
carrot-top (0.0.7)
|
34
42
|
json
|
35
|
-
concurrent-ruby (1.
|
43
|
+
concurrent-ruby (1.2.2)
|
44
|
+
connection_pool (2.4.1)
|
36
45
|
ddtrace (0.45.0)
|
37
46
|
msgpack
|
38
47
|
diff-lcs (1.4.4)
|
48
|
+
drb (2.1.1)
|
49
|
+
ruby2_keywords
|
39
50
|
dry-container (0.11.0)
|
40
51
|
concurrent-ruby (~> 1.0)
|
41
52
|
dry-core (1.0.0)
|
@@ -51,29 +62,30 @@ GEM
|
|
51
62
|
dry-types (>= 1.7, < 2)
|
52
63
|
ice_nine (~> 0.11)
|
53
64
|
zeitwerk (~> 2.6)
|
54
|
-
dry-types (1.7.
|
65
|
+
dry-types (1.7.1)
|
55
66
|
concurrent-ruby (~> 1.0)
|
56
|
-
dry-core (~> 1.0
|
57
|
-
dry-inflector (~> 1.0
|
58
|
-
dry-logic (
|
67
|
+
dry-core (~> 1.0)
|
68
|
+
dry-inflector (~> 1.0)
|
69
|
+
dry-logic (~> 1.4)
|
59
70
|
zeitwerk (~> 2.6)
|
60
|
-
hutch (1.
|
71
|
+
hutch (1.2.0)
|
61
72
|
activesupport (>= 4.2, < 8)
|
62
73
|
bunny (>= 2.19, < 3.0)
|
63
74
|
carrot-top (~> 0.0.7)
|
64
75
|
multi_json (~> 1.15)
|
65
|
-
i18n (1.
|
76
|
+
i18n (1.14.1)
|
66
77
|
concurrent-ruby (~> 1.0)
|
67
78
|
ice_nine (0.11.2)
|
68
|
-
json (2.6.
|
69
|
-
minitest (5.
|
79
|
+
json (2.6.3)
|
80
|
+
minitest (5.20.0)
|
70
81
|
msgpack (1.4.2)
|
71
82
|
multi_json (1.15.0)
|
83
|
+
mutex_m (0.1.2)
|
72
84
|
newrelic_rpm (6.15.0)
|
73
85
|
pg (1.2.3)
|
74
|
-
rack (3.0.
|
86
|
+
rack (3.0.8)
|
75
87
|
rake (13.0.1)
|
76
|
-
rbtree (0.4.
|
88
|
+
rbtree (0.4.6)
|
77
89
|
request_store (1.5.1)
|
78
90
|
rack (>= 1.4)
|
79
91
|
rspec (3.10.0)
|
@@ -89,16 +101,18 @@ GEM
|
|
89
101
|
diff-lcs (>= 1.2.0, < 2.0)
|
90
102
|
rspec-support (~> 3.10.0)
|
91
103
|
rspec-support (3.10.0)
|
104
|
+
ruby2_keywords (0.0.5)
|
92
105
|
set (1.0.3)
|
93
106
|
sorted_set (1.0.3)
|
94
107
|
rbtree
|
95
108
|
set (~> 1.0)
|
96
109
|
thor (1.2.1)
|
97
110
|
timecop (0.9.2)
|
98
|
-
|
111
|
+
timeout (0.4.0)
|
112
|
+
tzinfo (2.0.6)
|
99
113
|
concurrent-ruby (~> 1.0)
|
100
114
|
vcr (5.0.0)
|
101
|
-
zeitwerk (2.6.
|
115
|
+
zeitwerk (2.6.12)
|
102
116
|
|
103
117
|
PLATFORMS
|
104
118
|
ruby
|
data/README.md
CHANGED
@@ -295,6 +295,9 @@ end
|
|
295
295
|
Put this inside `rails_helper`. Note that it requires `webmock` and `sidekiq`.
|
296
296
|
|
297
297
|
``` rb
|
298
|
+
# This line is needed if you use `database_connection_provider`, otherwise `shared_connection` will be reloaded.
|
299
|
+
Hermes.configuration.database_connection_provider = nil
|
300
|
+
|
298
301
|
def execute_jobs_inline
|
299
302
|
original_active_job_adapter = ActiveJob::Base.queue_adapter
|
300
303
|
ActiveJob::Base.queue_adapter = :inline
|
data/lib/hermes/rb/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hermes-rb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.9.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Karol Galanciak
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-10-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: dry-struct
|
@@ -307,7 +307,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
307
307
|
- !ruby/object:Gem::Version
|
308
308
|
version: '0'
|
309
309
|
requirements: []
|
310
|
-
rubygems_version: 3.1.
|
310
|
+
rubygems_version: 3.1.6
|
311
311
|
signing_key:
|
312
312
|
specification_version: 4
|
313
313
|
summary: A messenger of gods, delivering them via RabbitMQ with a little help from
|