rails_api_logger 0.10.0 → 0.10.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,239 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ rails_api_logger (0.10.0)
5
+ activejob (>= 6.0)
6
+ activerecord (>= 6.0)
7
+ nokogiri
8
+ railties (>= 6.0)
9
+ zeitwerk (>= 2.0.0)
10
+
11
+ GEM
12
+ remote: https://rubygems.org/
13
+ specs:
14
+ actioncable (7.0.8.7)
15
+ actionpack (= 7.0.8.7)
16
+ activesupport (= 7.0.8.7)
17
+ nio4r (~> 2.0)
18
+ websocket-driver (>= 0.6.1)
19
+ actionmailbox (7.0.8.7)
20
+ actionpack (= 7.0.8.7)
21
+ activejob (= 7.0.8.7)
22
+ activerecord (= 7.0.8.7)
23
+ activestorage (= 7.0.8.7)
24
+ activesupport (= 7.0.8.7)
25
+ mail (>= 2.7.1)
26
+ net-imap
27
+ net-pop
28
+ net-smtp
29
+ actionmailer (7.0.8.7)
30
+ actionpack (= 7.0.8.7)
31
+ actionview (= 7.0.8.7)
32
+ activejob (= 7.0.8.7)
33
+ activesupport (= 7.0.8.7)
34
+ mail (~> 2.5, >= 2.5.4)
35
+ net-imap
36
+ net-pop
37
+ net-smtp
38
+ rails-dom-testing (~> 2.0)
39
+ actionpack (7.0.8.7)
40
+ actionview (= 7.0.8.7)
41
+ activesupport (= 7.0.8.7)
42
+ rack (~> 2.0, >= 2.2.4)
43
+ rack-test (>= 0.6.3)
44
+ rails-dom-testing (~> 2.0)
45
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
46
+ actiontext (7.0.8.7)
47
+ actionpack (= 7.0.8.7)
48
+ activerecord (= 7.0.8.7)
49
+ activestorage (= 7.0.8.7)
50
+ activesupport (= 7.0.8.7)
51
+ globalid (>= 0.6.0)
52
+ nokogiri (>= 1.8.5)
53
+ actionview (7.0.8.7)
54
+ activesupport (= 7.0.8.7)
55
+ builder (~> 3.1)
56
+ erubi (~> 1.4)
57
+ rails-dom-testing (~> 2.0)
58
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
59
+ activejob (7.0.8.7)
60
+ activesupport (= 7.0.8.7)
61
+ globalid (>= 0.3.6)
62
+ activemodel (7.0.8.7)
63
+ activesupport (= 7.0.8.7)
64
+ activerecord (7.0.8.7)
65
+ activemodel (= 7.0.8.7)
66
+ activesupport (= 7.0.8.7)
67
+ activestorage (7.0.8.7)
68
+ actionpack (= 7.0.8.7)
69
+ activejob (= 7.0.8.7)
70
+ activerecord (= 7.0.8.7)
71
+ activesupport (= 7.0.8.7)
72
+ marcel (~> 1.0)
73
+ mini_mime (>= 1.1.0)
74
+ activesupport (7.0.8.7)
75
+ concurrent-ruby (~> 1.0, >= 1.0.2)
76
+ i18n (>= 1.6, < 2)
77
+ minitest (>= 5.1)
78
+ tzinfo (~> 2.0)
79
+ appraisal (2.5.0)
80
+ bundler
81
+ rake
82
+ thor (>= 0.14.0)
83
+ ast (2.4.2)
84
+ base64 (0.2.0)
85
+ builder (3.3.0)
86
+ concurrent-ruby (1.3.4)
87
+ crass (1.0.6)
88
+ date (3.4.1)
89
+ diff-lcs (1.6.0)
90
+ erubi (1.13.1)
91
+ globalid (1.2.1)
92
+ activesupport (>= 6.1)
93
+ i18n (1.14.7)
94
+ concurrent-ruby (~> 1.0)
95
+ json (2.10.1)
96
+ language_server-protocol (3.17.0.4)
97
+ lint_roller (1.1.0)
98
+ loofah (2.24.0)
99
+ crass (~> 1.0.2)
100
+ nokogiri (>= 1.12.0)
101
+ mail (2.8.1)
102
+ mini_mime (>= 0.1.1)
103
+ net-imap
104
+ net-pop
105
+ net-smtp
106
+ marcel (1.0.4)
107
+ method_source (1.1.0)
108
+ mini_mime (1.1.5)
109
+ minitest (5.25.4)
110
+ mysql2 (0.5.6)
111
+ net-imap (0.5.6)
112
+ date
113
+ net-protocol
114
+ net-pop (0.1.2)
115
+ net-protocol
116
+ net-protocol (0.2.2)
117
+ timeout
118
+ net-smtp (0.5.1)
119
+ net-protocol
120
+ nio4r (2.7.4)
121
+ nokogiri (1.18.2-arm64-darwin)
122
+ racc (~> 1.4)
123
+ parallel (1.26.3)
124
+ parser (3.3.7.1)
125
+ ast (~> 2.4.1)
126
+ racc
127
+ pg (1.5.9)
128
+ racc (1.8.1)
129
+ rack (2.2.11)
130
+ rack-test (2.2.0)
131
+ rack (>= 1.3)
132
+ rails (7.0.8.7)
133
+ actioncable (= 7.0.8.7)
134
+ actionmailbox (= 7.0.8.7)
135
+ actionmailer (= 7.0.8.7)
136
+ actionpack (= 7.0.8.7)
137
+ actiontext (= 7.0.8.7)
138
+ actionview (= 7.0.8.7)
139
+ activejob (= 7.0.8.7)
140
+ activemodel (= 7.0.8.7)
141
+ activerecord (= 7.0.8.7)
142
+ activestorage (= 7.0.8.7)
143
+ activesupport (= 7.0.8.7)
144
+ bundler (>= 1.15.0)
145
+ railties (= 7.0.8.7)
146
+ rails-dom-testing (2.2.0)
147
+ activesupport (>= 5.0.0)
148
+ minitest
149
+ nokogiri (>= 1.6)
150
+ rails-html-sanitizer (1.6.2)
151
+ loofah (~> 2.21)
152
+ nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
153
+ railties (7.0.8.7)
154
+ actionpack (= 7.0.8.7)
155
+ activesupport (= 7.0.8.7)
156
+ method_source
157
+ rake (>= 12.2)
158
+ thor (~> 1.0)
159
+ zeitwerk (~> 2.5)
160
+ rainbow (3.1.1)
161
+ rake (12.3.3)
162
+ regexp_parser (2.10.0)
163
+ rspec-core (3.13.3)
164
+ rspec-support (~> 3.13.0)
165
+ rspec-expectations (3.13.3)
166
+ diff-lcs (>= 1.2.0, < 2.0)
167
+ rspec-support (~> 3.13.0)
168
+ rspec-mocks (3.13.2)
169
+ diff-lcs (>= 1.2.0, < 2.0)
170
+ rspec-support (~> 3.13.0)
171
+ rspec-rails (7.1.1)
172
+ actionpack (>= 7.0)
173
+ activesupport (>= 7.0)
174
+ railties (>= 7.0)
175
+ rspec-core (~> 3.13)
176
+ rspec-expectations (~> 3.13)
177
+ rspec-mocks (~> 3.13)
178
+ rspec-support (~> 3.13)
179
+ rspec-support (3.13.2)
180
+ rubocop (1.71.2)
181
+ json (~> 2.3)
182
+ language_server-protocol (>= 3.17.0)
183
+ parallel (~> 1.10)
184
+ parser (>= 3.3.0.2)
185
+ rainbow (>= 2.2.2, < 4.0)
186
+ regexp_parser (>= 2.9.3, < 3.0)
187
+ rubocop-ast (>= 1.38.0, < 2.0)
188
+ ruby-progressbar (~> 1.7)
189
+ unicode-display_width (>= 2.4.0, < 4.0)
190
+ rubocop-ast (1.38.0)
191
+ parser (>= 3.3.1.0)
192
+ rubocop-performance (1.23.1)
193
+ rubocop (>= 1.48.1, < 2.0)
194
+ rubocop-ast (>= 1.31.1, < 2.0)
195
+ ruby-progressbar (1.13.0)
196
+ sqlite3 (1.7.3-arm64-darwin)
197
+ standard (1.45.0)
198
+ language_server-protocol (~> 3.17.0.2)
199
+ lint_roller (~> 1.0)
200
+ rubocop (~> 1.71.0)
201
+ standard-custom (~> 1.0.0)
202
+ standard-performance (~> 1.6)
203
+ standard-custom (1.0.2)
204
+ lint_roller (~> 1.0)
205
+ rubocop (~> 1.50)
206
+ standard-performance (1.6.0)
207
+ lint_roller (~> 1.1)
208
+ rubocop-performance (~> 1.23.0)
209
+ thor (1.3.2)
210
+ timeout (0.4.3)
211
+ tzinfo (2.0.6)
212
+ concurrent-ruby (~> 1.0)
213
+ unicode-display_width (3.1.4)
214
+ unicode-emoji (~> 4.0, >= 4.0.4)
215
+ unicode-emoji (4.0.4)
216
+ websocket-driver (0.7.7)
217
+ base64
218
+ websocket-extensions (>= 0.1.0)
219
+ websocket-extensions (0.1.5)
220
+ zeitwerk (2.6.18)
221
+
222
+ PLATFORMS
223
+ arm64-darwin
224
+
225
+ DEPENDENCIES
226
+ appraisal (~> 2.5)
227
+ concurrent-ruby (= 1.3.4)
228
+ mysql2 (~> 0.5.6)
229
+ pg (~> 1.5.4)
230
+ rack
231
+ rails (~> 7.0.0)
232
+ rails_api_logger!
233
+ rake (~> 12.0)
234
+ rspec-rails (~> 7.1.0)
235
+ sqlite3 (~> 1.7.3)
236
+ standard (~> 1.31)
237
+
238
+ BUNDLED WITH
239
+ 2.5.4
@@ -0,0 +1,9 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rails", "~> 7.1.0"
6
+ gem "rspec-rails", "~> 7.1.0"
7
+ gem "sqlite3", "~> 1.7.3"
8
+
9
+ gemspec path: "../"
@@ -0,0 +1,272 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ rails_api_logger (0.10.1)
5
+ activejob (>= 6.0)
6
+ activerecord (>= 6.0)
7
+ nokogiri
8
+ railties (>= 6.0)
9
+ zeitwerk (>= 2.0.0)
10
+
11
+ GEM
12
+ remote: https://rubygems.org/
13
+ specs:
14
+ actioncable (7.1.3.4)
15
+ actionpack (= 7.1.3.4)
16
+ activesupport (= 7.1.3.4)
17
+ nio4r (~> 2.0)
18
+ websocket-driver (>= 0.6.1)
19
+ zeitwerk (~> 2.6)
20
+ actionmailbox (7.1.3.4)
21
+ actionpack (= 7.1.3.4)
22
+ activejob (= 7.1.3.4)
23
+ activerecord (= 7.1.3.4)
24
+ activestorage (= 7.1.3.4)
25
+ activesupport (= 7.1.3.4)
26
+ mail (>= 2.7.1)
27
+ net-imap
28
+ net-pop
29
+ net-smtp
30
+ actionmailer (7.1.3.4)
31
+ actionpack (= 7.1.3.4)
32
+ actionview (= 7.1.3.4)
33
+ activejob (= 7.1.3.4)
34
+ activesupport (= 7.1.3.4)
35
+ mail (~> 2.5, >= 2.5.4)
36
+ net-imap
37
+ net-pop
38
+ net-smtp
39
+ rails-dom-testing (~> 2.2)
40
+ actionpack (7.1.3.4)
41
+ actionview (= 7.1.3.4)
42
+ activesupport (= 7.1.3.4)
43
+ nokogiri (>= 1.8.5)
44
+ racc
45
+ rack (>= 2.2.4)
46
+ rack-session (>= 1.0.1)
47
+ rack-test (>= 0.6.3)
48
+ rails-dom-testing (~> 2.2)
49
+ rails-html-sanitizer (~> 1.6)
50
+ actiontext (7.1.3.4)
51
+ actionpack (= 7.1.3.4)
52
+ activerecord (= 7.1.3.4)
53
+ activestorage (= 7.1.3.4)
54
+ activesupport (= 7.1.3.4)
55
+ globalid (>= 0.6.0)
56
+ nokogiri (>= 1.8.5)
57
+ actionview (7.1.3.4)
58
+ activesupport (= 7.1.3.4)
59
+ builder (~> 3.1)
60
+ erubi (~> 1.11)
61
+ rails-dom-testing (~> 2.2)
62
+ rails-html-sanitizer (~> 1.6)
63
+ activejob (7.1.3.4)
64
+ activesupport (= 7.1.3.4)
65
+ globalid (>= 0.3.6)
66
+ activemodel (7.1.3.4)
67
+ activesupport (= 7.1.3.4)
68
+ activerecord (7.1.3.4)
69
+ activemodel (= 7.1.3.4)
70
+ activesupport (= 7.1.3.4)
71
+ timeout (>= 0.4.0)
72
+ activestorage (7.1.3.4)
73
+ actionpack (= 7.1.3.4)
74
+ activejob (= 7.1.3.4)
75
+ activerecord (= 7.1.3.4)
76
+ activesupport (= 7.1.3.4)
77
+ marcel (~> 1.0)
78
+ activesupport (7.1.3.4)
79
+ base64
80
+ bigdecimal
81
+ concurrent-ruby (~> 1.0, >= 1.0.2)
82
+ connection_pool (>= 2.2.5)
83
+ drb
84
+ i18n (>= 1.6, < 2)
85
+ minitest (>= 5.1)
86
+ mutex_m
87
+ tzinfo (~> 2.0)
88
+ appraisal (2.5.0)
89
+ bundler
90
+ rake
91
+ thor (>= 0.14.0)
92
+ ast (2.4.2)
93
+ base64 (0.2.0)
94
+ bigdecimal (3.1.9)
95
+ builder (3.3.0)
96
+ concurrent-ruby (1.3.5)
97
+ connection_pool (2.5.0)
98
+ crass (1.0.6)
99
+ date (3.4.1)
100
+ diff-lcs (1.6.0)
101
+ drb (2.2.1)
102
+ erubi (1.13.1)
103
+ globalid (1.2.1)
104
+ activesupport (>= 6.1)
105
+ i18n (1.14.7)
106
+ concurrent-ruby (~> 1.0)
107
+ io-console (0.8.0)
108
+ irb (1.15.1)
109
+ pp (>= 0.6.0)
110
+ rdoc (>= 4.0.0)
111
+ reline (>= 0.4.2)
112
+ json (2.10.1)
113
+ language_server-protocol (3.17.0.4)
114
+ lint_roller (1.1.0)
115
+ loofah (2.24.0)
116
+ crass (~> 1.0.2)
117
+ nokogiri (>= 1.12.0)
118
+ mail (2.8.1)
119
+ mini_mime (>= 0.1.1)
120
+ net-imap
121
+ net-pop
122
+ net-smtp
123
+ marcel (1.0.4)
124
+ mini_mime (1.1.5)
125
+ minitest (5.25.4)
126
+ mutex_m (0.2.0)
127
+ mysql2 (0.5.6)
128
+ net-imap (0.5.6)
129
+ date
130
+ net-protocol
131
+ net-pop (0.1.2)
132
+ net-protocol
133
+ net-protocol (0.2.2)
134
+ timeout
135
+ net-smtp (0.5.1)
136
+ net-protocol
137
+ nio4r (2.7.4)
138
+ nokogiri (1.18.2-arm64-darwin)
139
+ racc (~> 1.4)
140
+ parallel (1.26.3)
141
+ parser (3.3.7.1)
142
+ ast (~> 2.4.1)
143
+ racc
144
+ pg (1.5.9)
145
+ pp (0.6.2)
146
+ prettyprint
147
+ prettyprint (0.2.0)
148
+ psych (5.2.3)
149
+ date
150
+ stringio
151
+ racc (1.8.1)
152
+ rack (3.1.10)
153
+ rack-session (2.1.0)
154
+ base64 (>= 0.1.0)
155
+ rack (>= 3.0.0)
156
+ rack-test (2.2.0)
157
+ rack (>= 1.3)
158
+ rackup (2.2.1)
159
+ rack (>= 3)
160
+ rails (7.1.3.4)
161
+ actioncable (= 7.1.3.4)
162
+ actionmailbox (= 7.1.3.4)
163
+ actionmailer (= 7.1.3.4)
164
+ actionpack (= 7.1.3.4)
165
+ actiontext (= 7.1.3.4)
166
+ actionview (= 7.1.3.4)
167
+ activejob (= 7.1.3.4)
168
+ activemodel (= 7.1.3.4)
169
+ activerecord (= 7.1.3.4)
170
+ activestorage (= 7.1.3.4)
171
+ activesupport (= 7.1.3.4)
172
+ bundler (>= 1.15.0)
173
+ railties (= 7.1.3.4)
174
+ rails-dom-testing (2.2.0)
175
+ activesupport (>= 5.0.0)
176
+ minitest
177
+ nokogiri (>= 1.6)
178
+ rails-html-sanitizer (1.6.2)
179
+ loofah (~> 2.21)
180
+ nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
181
+ railties (7.1.3.4)
182
+ actionpack (= 7.1.3.4)
183
+ activesupport (= 7.1.3.4)
184
+ irb
185
+ rackup (>= 1.0.0)
186
+ rake (>= 12.2)
187
+ thor (~> 1.0, >= 1.2.2)
188
+ zeitwerk (~> 2.6)
189
+ rainbow (3.1.1)
190
+ rake (12.3.3)
191
+ rdoc (6.12.0)
192
+ psych (>= 4.0.0)
193
+ regexp_parser (2.10.0)
194
+ reline (0.6.0)
195
+ io-console (~> 0.5)
196
+ rspec-core (3.13.3)
197
+ rspec-support (~> 3.13.0)
198
+ rspec-expectations (3.13.3)
199
+ diff-lcs (>= 1.2.0, < 2.0)
200
+ rspec-support (~> 3.13.0)
201
+ rspec-mocks (3.13.2)
202
+ diff-lcs (>= 1.2.0, < 2.0)
203
+ rspec-support (~> 3.13.0)
204
+ rspec-rails (7.1.1)
205
+ actionpack (>= 7.0)
206
+ activesupport (>= 7.0)
207
+ railties (>= 7.0)
208
+ rspec-core (~> 3.13)
209
+ rspec-expectations (~> 3.13)
210
+ rspec-mocks (~> 3.13)
211
+ rspec-support (~> 3.13)
212
+ rspec-support (3.13.2)
213
+ rubocop (1.71.2)
214
+ json (~> 2.3)
215
+ language_server-protocol (>= 3.17.0)
216
+ parallel (~> 1.10)
217
+ parser (>= 3.3.0.2)
218
+ rainbow (>= 2.2.2, < 4.0)
219
+ regexp_parser (>= 2.9.3, < 3.0)
220
+ rubocop-ast (>= 1.38.0, < 2.0)
221
+ ruby-progressbar (~> 1.7)
222
+ unicode-display_width (>= 2.4.0, < 4.0)
223
+ rubocop-ast (1.38.0)
224
+ parser (>= 3.3.1.0)
225
+ rubocop-performance (1.23.1)
226
+ rubocop (>= 1.48.1, < 2.0)
227
+ rubocop-ast (>= 1.31.1, < 2.0)
228
+ ruby-progressbar (1.13.0)
229
+ sqlite3 (1.7.3-arm64-darwin)
230
+ standard (1.45.0)
231
+ language_server-protocol (~> 3.17.0.2)
232
+ lint_roller (~> 1.0)
233
+ rubocop (~> 1.71.0)
234
+ standard-custom (~> 1.0.0)
235
+ standard-performance (~> 1.6)
236
+ standard-custom (1.0.2)
237
+ lint_roller (~> 1.0)
238
+ rubocop (~> 1.50)
239
+ standard-performance (1.6.0)
240
+ lint_roller (~> 1.1)
241
+ rubocop-performance (~> 1.23.0)
242
+ stringio (3.1.3)
243
+ thor (1.3.2)
244
+ timeout (0.4.3)
245
+ tzinfo (2.0.6)
246
+ concurrent-ruby (~> 1.0)
247
+ unicode-display_width (3.1.4)
248
+ unicode-emoji (~> 4.0, >= 4.0.4)
249
+ unicode-emoji (4.0.4)
250
+ websocket-driver (0.7.7)
251
+ base64
252
+ websocket-extensions (>= 0.1.0)
253
+ websocket-extensions (0.1.5)
254
+ zeitwerk (2.6.18)
255
+
256
+ PLATFORMS
257
+ arm64-darwin
258
+
259
+ DEPENDENCIES
260
+ appraisal (~> 2.5)
261
+ mysql2 (~> 0.5.6)
262
+ pg (~> 1.5.4)
263
+ rack
264
+ rails (~> 7.1.0)
265
+ rails_api_logger!
266
+ rake (~> 12.0)
267
+ rspec-rails (~> 7.1.0)
268
+ sqlite3 (~> 1.7.3)
269
+ standard (~> 1.31)
270
+
271
+ BUNDLED WITH
272
+ 2.5.4
@@ -0,0 +1,9 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rails", "~> 7.2.0"
6
+ gem "rspec-rails", "~> 7.1.0"
7
+ gem "sqlite3", "~> 1.7.3"
8
+
9
+ gemspec path: "../"