grumlin 1.1.0 → 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/main.yml +1 -1
- data/.rubocop.yml +3 -0
- data/Gemfile.lock +59 -49
- data/grumlin.gemspec +2 -2
- data/lib/grumlin/request_dispatcher.rb +1 -1
- data/lib/grumlin/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e12324038e3055ee0fcc736077cf70cdcc771fb655a468020358b4595355bda5
|
4
|
+
data.tar.gz: ec4690d68d554a38569b4e693bafbaaba7b37dad20e146b925099627b47e836e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f3301fc9f7018156a6d6a96fb9e3228635e62c9cefb0da2dca10ded230d8135feea23893078e833a763406c5b58b8952c097d10d2446a2965ae81ef7ea081f4b
|
7
|
+
data.tar.gz: 479bf195804c7b8a39c7cb82f18d5284f92a00bd4444620b94887487615eb4fcc57d4e6a619d55ff98a977b73ef0315d6d8c8495ebbd527cdc12a389b8a27b28
|
data/.github/workflows/main.yml
CHANGED
data/.rubocop.yml
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,36 +1,41 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
grumlin (1.
|
4
|
+
grumlin (1.2.0)
|
5
5
|
async-pool (~> 0.4.0)
|
6
|
-
async-websocket (~> 0.
|
6
|
+
async-websocket (~> 0.26.0)
|
7
7
|
ibsciss-middleware (~> 0.4.0)
|
8
|
-
oj (~> 3.
|
8
|
+
oj (~> 3.16.0)
|
9
9
|
retryable (~> 3.0.0)
|
10
10
|
zeitwerk (~> 2.6.0)
|
11
11
|
|
12
12
|
GEM
|
13
13
|
remote: https://rubygems.org/
|
14
14
|
specs:
|
15
|
-
activesupport (7.
|
15
|
+
activesupport (7.1.2)
|
16
|
+
base64
|
17
|
+
bigdecimal
|
16
18
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
19
|
+
connection_pool (>= 2.2.5)
|
20
|
+
drb
|
17
21
|
i18n (>= 1.6, < 2)
|
18
22
|
minitest (>= 5.1)
|
23
|
+
mutex_m
|
19
24
|
tzinfo (~> 2.0)
|
20
25
|
ast (2.4.2)
|
21
26
|
async (1.31.0)
|
22
27
|
console (~> 1.10)
|
23
28
|
nio4r (~> 2.3)
|
24
29
|
timers (~> 4.1)
|
25
|
-
async-http (0.
|
30
|
+
async-http (0.61.0)
|
26
31
|
async (>= 1.25)
|
27
32
|
async-io (>= 1.28)
|
28
33
|
async-pool (>= 0.2)
|
29
|
-
protocol-http (~> 0.
|
30
|
-
protocol-http1 (~> 0.
|
34
|
+
protocol-http (~> 0.25.0)
|
35
|
+
protocol-http1 (~> 0.16.0)
|
31
36
|
protocol-http2 (~> 0.15.0)
|
32
37
|
traces (>= 0.10.0)
|
33
|
-
async-io (1.
|
38
|
+
async-io (1.38.1)
|
34
39
|
async
|
35
40
|
async-pool (0.4.0)
|
36
41
|
async (>= 1.25)
|
@@ -38,25 +43,29 @@ GEM
|
|
38
43
|
rspec (~> 3.0)
|
39
44
|
rspec-files (~> 1.0)
|
40
45
|
rspec-memory (~> 1.0)
|
41
|
-
async-websocket (0.
|
46
|
+
async-websocket (0.26.0)
|
42
47
|
async-http (~> 0.54)
|
43
48
|
async-io (~> 1.23)
|
44
49
|
protocol-rack (~> 0.1)
|
45
50
|
protocol-websocket (~> 0.11)
|
46
51
|
backport (1.2.0)
|
47
|
-
base64 (0.
|
48
|
-
benchmark (0.
|
49
|
-
benchmark-ips (2.
|
52
|
+
base64 (0.2.0)
|
53
|
+
benchmark (0.3.0)
|
54
|
+
benchmark-ips (2.13.0)
|
55
|
+
bigdecimal (3.1.5)
|
50
56
|
childprocess (4.1.0)
|
51
57
|
concurrent-ruby (1.2.2)
|
52
|
-
|
58
|
+
connection_pool (2.4.1)
|
59
|
+
console (1.23.3)
|
53
60
|
fiber-annotation
|
54
61
|
fiber-local
|
55
62
|
dead_end (4.0.0)
|
56
63
|
diff-lcs (1.5.0)
|
57
64
|
docile (1.4.0)
|
65
|
+
drb (2.2.0)
|
66
|
+
ruby2_keywords
|
58
67
|
e2mmap (0.1.0)
|
59
|
-
factory_bot (6.
|
68
|
+
factory_bot (6.4.5)
|
60
69
|
activesupport (>= 5.0.0)
|
61
70
|
fiber-annotation (0.2.0)
|
62
71
|
fiber-local (1.0.0)
|
@@ -65,49 +74,50 @@ GEM
|
|
65
74
|
ibsciss-middleware (0.4.2)
|
66
75
|
iniparse (1.5.0)
|
67
76
|
jaro_winkler (1.5.6)
|
68
|
-
json (2.
|
77
|
+
json (2.7.1)
|
69
78
|
kramdown (2.4.0)
|
70
79
|
rexml
|
71
80
|
kramdown-parser-gfm (1.1.0)
|
72
81
|
kramdown (~> 2.0)
|
73
82
|
language_server-protocol (3.17.0.3)
|
74
83
|
memory_profiler (1.0.1)
|
75
|
-
mini_portile2 (2.8.
|
76
|
-
minitest (5.
|
77
|
-
|
78
|
-
|
84
|
+
mini_portile2 (2.8.5)
|
85
|
+
minitest (5.20.0)
|
86
|
+
mutex_m (0.2.0)
|
87
|
+
nio4r (2.7.0)
|
88
|
+
nokogiri (1.16.0)
|
79
89
|
mini_portile2 (~> 2.8.2)
|
80
90
|
racc (~> 1.4)
|
81
|
-
nokogiri (1.
|
91
|
+
nokogiri (1.16.0-x86_64-linux)
|
82
92
|
racc (~> 1.4)
|
83
|
-
oj (3.
|
84
|
-
|
93
|
+
oj (3.16.3)
|
94
|
+
bigdecimal (>= 3.0)
|
95
|
+
overcommit (0.61.0)
|
85
96
|
childprocess (>= 0.6.3, < 5)
|
86
97
|
iniparse (~> 1.4)
|
87
98
|
rexml (~> 3.2)
|
88
|
-
parallel (1.
|
89
|
-
parser (3.2.2.
|
99
|
+
parallel (1.24.0)
|
100
|
+
parser (3.2.2.4)
|
90
101
|
ast (~> 2.4.1)
|
91
102
|
racc
|
92
103
|
protocol-hpack (1.4.2)
|
93
|
-
protocol-http (0.
|
94
|
-
protocol-http1 (0.
|
104
|
+
protocol-http (0.25.0)
|
105
|
+
protocol-http1 (0.16.1)
|
95
106
|
protocol-http (~> 0.22)
|
96
107
|
protocol-http2 (0.15.1)
|
97
108
|
protocol-hpack (~> 1.4)
|
98
109
|
protocol-http (~> 0.18)
|
99
|
-
protocol-rack (0.
|
110
|
+
protocol-rack (0.4.1)
|
100
111
|
protocol-http (~> 0.23)
|
101
112
|
rack (>= 1.0)
|
102
|
-
protocol-websocket (0.12.
|
113
|
+
protocol-websocket (0.12.1)
|
103
114
|
protocol-http (~> 0.2)
|
104
|
-
|
105
|
-
racc (1.7.1)
|
115
|
+
racc (1.7.3)
|
106
116
|
rack (3.0.8)
|
107
117
|
rainbow (3.1.1)
|
108
|
-
rake (13.0
|
118
|
+
rake (13.1.0)
|
109
119
|
rbs (2.8.4)
|
110
|
-
regexp_parser (2.8.
|
120
|
+
regexp_parser (2.8.3)
|
111
121
|
retryable (3.0.5)
|
112
122
|
reverse_markdown (2.1.1)
|
113
123
|
nokogiri
|
@@ -129,40 +139,40 @@ GEM
|
|
129
139
|
diff-lcs (>= 1.2.0, < 2.0)
|
130
140
|
rspec-support (~> 3.12.0)
|
131
141
|
rspec-support (3.12.1)
|
132
|
-
rubocop (1.
|
133
|
-
base64 (~> 0.1.1)
|
142
|
+
rubocop (1.59.0)
|
134
143
|
json (~> 2.3)
|
135
144
|
language_server-protocol (>= 3.17.0)
|
136
145
|
parallel (~> 1.10)
|
137
|
-
parser (>= 3.2.2.
|
146
|
+
parser (>= 3.2.2.4)
|
138
147
|
rainbow (>= 2.2.2, < 4.0)
|
139
148
|
regexp_parser (>= 1.8, < 3.0)
|
140
149
|
rexml (>= 3.2.5, < 4.0)
|
141
|
-
rubocop-ast (>= 1.
|
150
|
+
rubocop-ast (>= 1.30.0, < 2.0)
|
142
151
|
ruby-progressbar (~> 1.7)
|
143
152
|
unicode-display_width (>= 2.4.0, < 3.0)
|
144
|
-
rubocop-ast (1.
|
153
|
+
rubocop-ast (1.30.0)
|
145
154
|
parser (>= 3.2.1.0)
|
146
|
-
rubocop-capybara (2.
|
155
|
+
rubocop-capybara (2.19.0)
|
147
156
|
rubocop (~> 1.41)
|
148
|
-
rubocop-factory_bot (2.
|
149
|
-
rubocop (~> 1.33)
|
150
|
-
rubocop-performance (1.19.0)
|
151
|
-
rubocop (>= 1.7.0, < 2.0)
|
152
|
-
rubocop-ast (>= 0.4.0)
|
153
|
-
rubocop-rspec (2.23.2)
|
157
|
+
rubocop-factory_bot (2.24.0)
|
154
158
|
rubocop (~> 1.33)
|
159
|
+
rubocop-performance (1.20.1)
|
160
|
+
rubocop (>= 1.48.1, < 2.0)
|
161
|
+
rubocop-ast (>= 1.30.0, < 2.0)
|
162
|
+
rubocop-rspec (2.25.0)
|
163
|
+
rubocop (~> 1.40)
|
155
164
|
rubocop-capybara (~> 2.17)
|
156
165
|
rubocop-factory_bot (~> 2.22)
|
157
166
|
ruby-prof (1.6.3)
|
158
167
|
ruby-progressbar (1.13.0)
|
168
|
+
ruby2_keywords (0.0.5)
|
159
169
|
simplecov (0.22.0)
|
160
170
|
docile (~> 1.1)
|
161
171
|
simplecov-html (~> 0.11)
|
162
172
|
simplecov_json_formatter (~> 0.1)
|
163
173
|
simplecov-html (0.12.3)
|
164
174
|
simplecov_json_formatter (0.1.4)
|
165
|
-
solargraph (0.
|
175
|
+
solargraph (0.50.0)
|
166
176
|
backport (~> 1.2)
|
167
177
|
benchmark
|
168
178
|
bundler (~> 2.0)
|
@@ -178,15 +188,15 @@ GEM
|
|
178
188
|
thor (~> 1.0)
|
179
189
|
tilt (~> 2.0)
|
180
190
|
yard (~> 0.9, >= 0.9.24)
|
181
|
-
thor (1.
|
182
|
-
tilt (2.
|
191
|
+
thor (1.3.0)
|
192
|
+
tilt (2.3.0)
|
183
193
|
timers (4.3.5)
|
184
194
|
traces (0.11.1)
|
185
195
|
tzinfo (2.0.6)
|
186
196
|
concurrent-ruby (~> 1.0)
|
187
|
-
unicode-display_width (2.
|
197
|
+
unicode-display_width (2.5.0)
|
188
198
|
yard (0.9.34)
|
189
|
-
zeitwerk (2.6.
|
199
|
+
zeitwerk (2.6.12)
|
190
200
|
|
191
201
|
PLATFORMS
|
192
202
|
ruby
|
data/grumlin.gemspec
CHANGED
@@ -29,9 +29,9 @@ Gem::Specification.new do |spec|
|
|
29
29
|
spec.require_paths = ["lib"]
|
30
30
|
|
31
31
|
spec.add_dependency "async-pool", "~> 0.4.0"
|
32
|
-
spec.add_dependency "async-websocket", "~> 0.
|
32
|
+
spec.add_dependency "async-websocket", "~> 0.26.0"
|
33
33
|
spec.add_dependency "ibsciss-middleware", "~> 0.4.0"
|
34
|
-
spec.add_dependency "oj", "~> 3.
|
34
|
+
spec.add_dependency "oj", "~> 3.16.0"
|
35
35
|
spec.add_dependency "retryable", "~> 3.0.0"
|
36
36
|
spec.add_dependency "zeitwerk", "~> 2.6.0"
|
37
37
|
end
|
data/lib/grumlin/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: grumlin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gleb Sinyavskiy
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-01-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: async-pool
|
@@ -30,14 +30,14 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 0.
|
33
|
+
version: 0.26.0
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 0.
|
40
|
+
version: 0.26.0
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: ibsciss-middleware
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -58,14 +58,14 @@ dependencies:
|
|
58
58
|
requirements:
|
59
59
|
- - "~>"
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: 3.
|
61
|
+
version: 3.16.0
|
62
62
|
type: :runtime
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - "~>"
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: 3.
|
68
|
+
version: 3.16.0
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
70
|
name: retryable
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|