rrx_logging 0.1.0 → 8.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 +4 -4
- data/Gemfile +2 -1
- data/Gemfile.lock +163 -141
- data/lib/rrx_logging/version.rb +2 -1
- metadata +19 -24
- data/.idea/.gitignore +0 -8
- data/.idea/inspectionProfiles/Project_Default.xml +0 -6
- data/.idea/modules.xml +0 -8
- data/.idea/rrx_logging.iml +0 -178
- data/.idea/vcs.xml +0 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b94aee5862c24b23db999a5d56d298d480d77b93cfa1cb235032b624a653d937
|
|
4
|
+
data.tar.gz: 7a3bc2c30be756fd13b9f9da150ce73eac9cd69367c5e3a1a9df3bbd55892ecf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5d7b1a92b702dbfffbd077bad914582fb40f8b7ae2e274b7aead2c857fd81b96279a8be29bdfab8687d869b4a83d7a193ca5282bb4d8bb244ff245d45d79c813
|
|
7
|
+
data.tar.gz: a422ed1a7097d99d5b1cb9310f8aee88b20400a32a9e02991715713ba1ee767eab11ce4ee1d94687b5b4bf1849303c56d94645ace8d82d73f58ce5f9a664f068
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: ../rrx_dev
|
|
3
3
|
specs:
|
|
4
|
-
rrx_dev (0.
|
|
4
|
+
rrx_dev (8.0.2)
|
|
5
5
|
active_record_query_trace
|
|
6
|
-
activesupport (~>
|
|
6
|
+
activesupport (~> 8.0.2)
|
|
7
7
|
bootsnap
|
|
8
8
|
debug
|
|
9
|
+
factory_bot
|
|
9
10
|
factory_bot_rails
|
|
10
11
|
listen
|
|
11
|
-
railties (~>
|
|
12
|
+
railties (~> 8.0.2)
|
|
12
13
|
rake (>= 13.0)
|
|
13
14
|
rspec (>= 3.0)
|
|
14
15
|
rspec-parameterized
|
|
@@ -22,215 +23,236 @@ PATH
|
|
|
22
23
|
PATH
|
|
23
24
|
remote: .
|
|
24
25
|
specs:
|
|
25
|
-
rrx_logging (0.
|
|
26
|
-
activesupport
|
|
27
|
-
railties
|
|
28
|
-
rrx_config
|
|
26
|
+
rrx_logging (8.0.2)
|
|
27
|
+
activesupport (~> 8.0.2)
|
|
28
|
+
railties (~> 8.0.2)
|
|
29
|
+
rrx_config (~> 8.0.2)
|
|
29
30
|
|
|
30
31
|
GEM
|
|
31
32
|
remote: https://rubygems.org/
|
|
32
33
|
specs:
|
|
33
|
-
actionpack (
|
|
34
|
-
actionview (=
|
|
35
|
-
activesupport (=
|
|
34
|
+
actionpack (8.0.2)
|
|
35
|
+
actionview (= 8.0.2)
|
|
36
|
+
activesupport (= 8.0.2)
|
|
36
37
|
nokogiri (>= 1.8.5)
|
|
37
|
-
racc
|
|
38
38
|
rack (>= 2.2.4)
|
|
39
39
|
rack-session (>= 1.0.1)
|
|
40
40
|
rack-test (>= 0.6.3)
|
|
41
41
|
rails-dom-testing (~> 2.2)
|
|
42
42
|
rails-html-sanitizer (~> 1.6)
|
|
43
|
-
|
|
44
|
-
|
|
43
|
+
useragent (~> 0.16)
|
|
44
|
+
actionview (8.0.2)
|
|
45
|
+
activesupport (= 8.0.2)
|
|
45
46
|
builder (~> 3.1)
|
|
46
47
|
erubi (~> 1.11)
|
|
47
48
|
rails-dom-testing (~> 2.2)
|
|
48
49
|
rails-html-sanitizer (~> 1.6)
|
|
49
|
-
active_record_query_trace (1.8.
|
|
50
|
+
active_record_query_trace (1.8.3)
|
|
50
51
|
activerecord (>= 6.0.0)
|
|
51
|
-
activemodel (
|
|
52
|
-
activesupport (=
|
|
53
|
-
activerecord (
|
|
54
|
-
activemodel (=
|
|
55
|
-
activesupport (=
|
|
52
|
+
activemodel (8.0.2)
|
|
53
|
+
activesupport (= 8.0.2)
|
|
54
|
+
activerecord (8.0.2)
|
|
55
|
+
activemodel (= 8.0.2)
|
|
56
|
+
activesupport (= 8.0.2)
|
|
56
57
|
timeout (>= 0.4.0)
|
|
57
|
-
activesupport (
|
|
58
|
+
activesupport (8.0.2)
|
|
58
59
|
base64
|
|
60
|
+
benchmark (>= 0.3)
|
|
59
61
|
bigdecimal
|
|
60
|
-
concurrent-ruby (~> 1.0, >= 1.
|
|
62
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
|
61
63
|
connection_pool (>= 2.2.5)
|
|
62
64
|
drb
|
|
63
65
|
i18n (>= 1.6, < 2)
|
|
66
|
+
logger (>= 1.4.2)
|
|
64
67
|
minitest (>= 5.1)
|
|
65
|
-
|
|
66
|
-
tzinfo (~> 2.0)
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
68
|
+
securerandom (>= 0.3)
|
|
69
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
|
70
|
+
uri (>= 0.13.1)
|
|
71
|
+
addressable (2.8.7)
|
|
72
|
+
public_suffix (>= 2.0.2, < 7.0)
|
|
73
|
+
ast (2.4.3)
|
|
74
|
+
base64 (0.3.0)
|
|
75
|
+
benchmark (0.4.1)
|
|
76
|
+
bigdecimal (3.2.2)
|
|
77
|
+
binding_of_caller (1.0.1)
|
|
78
|
+
debug_inspector (>= 1.2.0)
|
|
79
|
+
bootsnap (1.18.6)
|
|
75
80
|
msgpack (~> 1.2)
|
|
76
|
-
builder (3.
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
connection_pool (2.4.1)
|
|
81
|
+
builder (3.3.0)
|
|
82
|
+
concurrent-ruby (1.3.5)
|
|
83
|
+
connection_pool (2.5.3)
|
|
80
84
|
crass (1.0.6)
|
|
81
|
-
|
|
85
|
+
date (3.4.1)
|
|
86
|
+
debug (1.11.0)
|
|
82
87
|
irb (~> 1.10)
|
|
83
88
|
reline (>= 0.3.8)
|
|
84
89
|
debug_inspector (1.2.0)
|
|
85
|
-
diff-lcs (1.
|
|
86
|
-
drb (2.2.
|
|
87
|
-
|
|
88
|
-
erubi (1.
|
|
89
|
-
factory_bot (6.4
|
|
90
|
-
activesupport (>=
|
|
91
|
-
factory_bot_rails (6.
|
|
92
|
-
factory_bot (~> 6.
|
|
93
|
-
railties (>=
|
|
94
|
-
ffi (1.
|
|
95
|
-
i18n (1.14.
|
|
90
|
+
diff-lcs (1.6.2)
|
|
91
|
+
drb (2.2.3)
|
|
92
|
+
erb (5.0.2)
|
|
93
|
+
erubi (1.13.1)
|
|
94
|
+
factory_bot (6.5.4)
|
|
95
|
+
activesupport (>= 6.1.0)
|
|
96
|
+
factory_bot_rails (6.5.0)
|
|
97
|
+
factory_bot (~> 6.5)
|
|
98
|
+
railties (>= 6.1.0)
|
|
99
|
+
ffi (1.17.2-x86_64-linux-gnu)
|
|
100
|
+
i18n (1.14.7)
|
|
96
101
|
concurrent-ruby (~> 1.0)
|
|
97
|
-
io-console (0.
|
|
98
|
-
irb (1.
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
json
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
102
|
+
io-console (0.8.1)
|
|
103
|
+
irb (1.15.2)
|
|
104
|
+
pp (>= 0.6.0)
|
|
105
|
+
rdoc (>= 4.0.0)
|
|
106
|
+
reline (>= 0.4.2)
|
|
107
|
+
json (2.13.0)
|
|
108
|
+
json-schema (5.2.1)
|
|
109
|
+
addressable (~> 2.8)
|
|
110
|
+
bigdecimal (~> 3.1)
|
|
111
|
+
language_server-protocol (3.17.0.5)
|
|
112
|
+
lint_roller (1.1.0)
|
|
113
|
+
listen (3.9.0)
|
|
106
114
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
|
107
115
|
rb-inotify (~> 0.9, >= 0.9.10)
|
|
108
|
-
|
|
116
|
+
logger (1.7.0)
|
|
117
|
+
loofah (2.24.1)
|
|
109
118
|
crass (~> 1.0.2)
|
|
110
119
|
nokogiri (>= 1.12.0)
|
|
111
|
-
minitest (5.
|
|
112
|
-
msgpack (1.
|
|
113
|
-
|
|
114
|
-
nokogiri (1.16.0-x86_64-linux)
|
|
120
|
+
minitest (5.25.5)
|
|
121
|
+
msgpack (1.8.0)
|
|
122
|
+
nokogiri (1.18.8-x86_64-linux-gnu)
|
|
115
123
|
racc (~> 1.4)
|
|
116
|
-
parallel (1.
|
|
117
|
-
parser (3.
|
|
124
|
+
parallel (1.27.0)
|
|
125
|
+
parser (3.3.8.0)
|
|
118
126
|
ast (~> 2.4.1)
|
|
119
127
|
racc
|
|
120
|
-
|
|
121
|
-
|
|
128
|
+
pp (0.6.2)
|
|
129
|
+
prettyprint
|
|
130
|
+
prettyprint (0.2.0)
|
|
131
|
+
prism (1.4.0)
|
|
132
|
+
proc_to_ast (0.2.0)
|
|
122
133
|
parser
|
|
134
|
+
rouge
|
|
123
135
|
unparser
|
|
124
|
-
psych (5.
|
|
136
|
+
psych (5.2.6)
|
|
137
|
+
date
|
|
125
138
|
stringio
|
|
126
|
-
public_suffix (
|
|
127
|
-
racc (1.
|
|
128
|
-
rack (3.
|
|
129
|
-
rack-session (2.
|
|
139
|
+
public_suffix (6.0.2)
|
|
140
|
+
racc (1.8.1)
|
|
141
|
+
rack (3.1.16)
|
|
142
|
+
rack-session (2.1.1)
|
|
143
|
+
base64 (>= 0.1.0)
|
|
130
144
|
rack (>= 3.0.0)
|
|
131
|
-
rack-test (2.
|
|
145
|
+
rack-test (2.2.0)
|
|
132
146
|
rack (>= 1.3)
|
|
133
|
-
rackup (2.1
|
|
147
|
+
rackup (2.2.1)
|
|
134
148
|
rack (>= 3)
|
|
135
|
-
|
|
136
|
-
rails-dom-testing (2.2.0)
|
|
149
|
+
rails-dom-testing (2.3.0)
|
|
137
150
|
activesupport (>= 5.0.0)
|
|
138
151
|
minitest
|
|
139
152
|
nokogiri (>= 1.6)
|
|
140
|
-
rails-html-sanitizer (1.6.
|
|
153
|
+
rails-html-sanitizer (1.6.2)
|
|
141
154
|
loofah (~> 2.21)
|
|
142
|
-
nokogiri (
|
|
143
|
-
railties (
|
|
144
|
-
actionpack (=
|
|
145
|
-
activesupport (=
|
|
146
|
-
irb
|
|
155
|
+
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)
|
|
156
|
+
railties (8.0.2)
|
|
157
|
+
actionpack (= 8.0.2)
|
|
158
|
+
activesupport (= 8.0.2)
|
|
159
|
+
irb (~> 1.13)
|
|
147
160
|
rackup (>= 1.0.0)
|
|
148
161
|
rake (>= 12.2)
|
|
149
162
|
thor (~> 1.0, >= 1.2.2)
|
|
150
163
|
zeitwerk (~> 2.6)
|
|
151
164
|
rainbow (3.1.1)
|
|
152
|
-
rake (13.
|
|
165
|
+
rake (13.3.0)
|
|
153
166
|
rb-fsevent (0.11.2)
|
|
154
|
-
rb-inotify (0.
|
|
167
|
+
rb-inotify (0.11.1)
|
|
155
168
|
ffi (~> 1.0)
|
|
156
|
-
rdoc (6.
|
|
169
|
+
rdoc (6.14.2)
|
|
170
|
+
erb
|
|
157
171
|
psych (>= 4.0.0)
|
|
158
|
-
regexp_parser (2.
|
|
159
|
-
reline (0.
|
|
172
|
+
regexp_parser (2.10.0)
|
|
173
|
+
reline (0.6.1)
|
|
160
174
|
io-console (~> 0.5)
|
|
161
|
-
|
|
162
|
-
rrx_config (0.
|
|
175
|
+
rouge (4.5.2)
|
|
176
|
+
rrx_config (8.0.2)
|
|
177
|
+
activesupport
|
|
163
178
|
railties
|
|
164
|
-
rspec (3.
|
|
165
|
-
rspec-core (~> 3.
|
|
166
|
-
rspec-expectations (~> 3.
|
|
167
|
-
rspec-mocks (~> 3.
|
|
168
|
-
rspec-core (3.
|
|
169
|
-
rspec-support (~> 3.
|
|
170
|
-
rspec-expectations (3.
|
|
179
|
+
rspec (3.13.1)
|
|
180
|
+
rspec-core (~> 3.13.0)
|
|
181
|
+
rspec-expectations (~> 3.13.0)
|
|
182
|
+
rspec-mocks (~> 3.13.0)
|
|
183
|
+
rspec-core (3.13.5)
|
|
184
|
+
rspec-support (~> 3.13.0)
|
|
185
|
+
rspec-expectations (3.13.5)
|
|
171
186
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
172
|
-
rspec-support (~> 3.
|
|
173
|
-
rspec-mocks (3.
|
|
187
|
+
rspec-support (~> 3.13.0)
|
|
188
|
+
rspec-mocks (3.13.5)
|
|
174
189
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
175
|
-
rspec-support (~> 3.
|
|
176
|
-
rspec-parameterized (
|
|
177
|
-
rspec-parameterized-core (<
|
|
178
|
-
rspec-parameterized-table_syntax (<
|
|
179
|
-
rspec-parameterized-core (
|
|
190
|
+
rspec-support (~> 3.13.0)
|
|
191
|
+
rspec-parameterized (2.0.0)
|
|
192
|
+
rspec-parameterized-core (>= 2, < 3)
|
|
193
|
+
rspec-parameterized-table_syntax (>= 2, < 3)
|
|
194
|
+
rspec-parameterized-core (2.0.0)
|
|
180
195
|
parser
|
|
181
|
-
|
|
196
|
+
prism
|
|
197
|
+
proc_to_ast (>= 0.2.0)
|
|
182
198
|
rspec (>= 2.13, < 4)
|
|
183
199
|
unparser
|
|
184
|
-
rspec-parameterized-table_syntax (
|
|
200
|
+
rspec-parameterized-table_syntax (2.0.0)
|
|
185
201
|
binding_of_caller
|
|
186
|
-
rspec-parameterized-core (<
|
|
187
|
-
rspec-rails (
|
|
188
|
-
actionpack (>=
|
|
189
|
-
activesupport (>=
|
|
190
|
-
railties (>=
|
|
191
|
-
rspec-core (~> 3.
|
|
192
|
-
rspec-expectations (~> 3.
|
|
193
|
-
rspec-mocks (~> 3.
|
|
194
|
-
rspec-support (~> 3.
|
|
195
|
-
rspec-support (3.
|
|
196
|
-
rswag-specs (2.
|
|
197
|
-
activesupport (>=
|
|
198
|
-
json-schema (>= 2.2, <
|
|
199
|
-
railties (>=
|
|
202
|
+
rspec-parameterized-core (>= 2, < 3)
|
|
203
|
+
rspec-rails (8.0.1)
|
|
204
|
+
actionpack (>= 7.2)
|
|
205
|
+
activesupport (>= 7.2)
|
|
206
|
+
railties (>= 7.2)
|
|
207
|
+
rspec-core (~> 3.13)
|
|
208
|
+
rspec-expectations (~> 3.13)
|
|
209
|
+
rspec-mocks (~> 3.13)
|
|
210
|
+
rspec-support (~> 3.13)
|
|
211
|
+
rspec-support (3.13.4)
|
|
212
|
+
rswag-specs (2.16.0)
|
|
213
|
+
activesupport (>= 5.2, < 8.1)
|
|
214
|
+
json-schema (>= 2.2, < 6.0)
|
|
215
|
+
railties (>= 5.2, < 8.1)
|
|
200
216
|
rspec-core (>= 2.14)
|
|
201
|
-
rubocop (1.
|
|
217
|
+
rubocop (1.78.0)
|
|
202
218
|
json (~> 2.3)
|
|
203
|
-
language_server-protocol (
|
|
219
|
+
language_server-protocol (~> 3.17.0.2)
|
|
220
|
+
lint_roller (~> 1.1.0)
|
|
204
221
|
parallel (~> 1.10)
|
|
205
|
-
parser (>= 3.
|
|
222
|
+
parser (>= 3.3.0.2)
|
|
206
223
|
rainbow (>= 2.2.2, < 4.0)
|
|
207
|
-
regexp_parser (>=
|
|
208
|
-
|
|
209
|
-
rubocop-ast (>= 1.30.0, < 2.0)
|
|
224
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
|
225
|
+
rubocop-ast (>= 1.45.1, < 2.0)
|
|
210
226
|
ruby-progressbar (~> 1.7)
|
|
211
|
-
unicode-display_width (>= 2.4.0, <
|
|
212
|
-
rubocop-ast (1.
|
|
213
|
-
parser (>= 3.
|
|
214
|
-
|
|
227
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
|
228
|
+
rubocop-ast (1.46.0)
|
|
229
|
+
parser (>= 3.3.7.2)
|
|
230
|
+
prism (~> 1.4)
|
|
231
|
+
rubocop-rails (2.32.0)
|
|
215
232
|
activesupport (>= 4.2.0)
|
|
233
|
+
lint_roller (~> 1.1)
|
|
216
234
|
rack (>= 1.1)
|
|
217
|
-
rubocop (>= 1.
|
|
218
|
-
rubocop-ast (>= 1.
|
|
235
|
+
rubocop (>= 1.75.0, < 2.0)
|
|
236
|
+
rubocop-ast (>= 1.44.0, < 2.0)
|
|
219
237
|
ruby-progressbar (1.13.0)
|
|
220
|
-
|
|
221
|
-
spring (4.
|
|
222
|
-
sqlite3 (
|
|
223
|
-
stringio (3.1.
|
|
224
|
-
thor (1.
|
|
225
|
-
timeout (0.4.
|
|
238
|
+
securerandom (0.4.1)
|
|
239
|
+
spring (4.3.0)
|
|
240
|
+
sqlite3 (2.7.3-x86_64-linux-gnu)
|
|
241
|
+
stringio (3.1.7)
|
|
242
|
+
thor (1.4.0)
|
|
243
|
+
timeout (0.4.3)
|
|
226
244
|
tzinfo (2.0.6)
|
|
227
245
|
concurrent-ruby (~> 1.0)
|
|
228
|
-
unicode-display_width (
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
246
|
+
unicode-display_width (3.1.4)
|
|
247
|
+
unicode-emoji (~> 4.0, >= 4.0.4)
|
|
248
|
+
unicode-emoji (4.0.4)
|
|
249
|
+
unparser (0.8.0)
|
|
250
|
+
diff-lcs (~> 1.6)
|
|
251
|
+
parser (>= 3.3.0)
|
|
252
|
+
prism (>= 1.4)
|
|
253
|
+
uri (1.0.3)
|
|
254
|
+
useragent (0.16.11)
|
|
255
|
+
zeitwerk (2.7.3)
|
|
234
256
|
|
|
235
257
|
PLATFORMS
|
|
236
258
|
x86_64-linux
|
data/lib/rrx_logging/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,71 +1,71 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rrx_logging
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 8.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dan Drew
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2025-11-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "
|
|
17
|
+
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version:
|
|
19
|
+
version: 8.0.2
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- - "
|
|
24
|
+
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version:
|
|
26
|
+
version: 8.0.2
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: railties
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
|
-
- - "
|
|
31
|
+
- - "~>"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version:
|
|
33
|
+
version: 8.0.2
|
|
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:
|
|
40
|
+
version: 8.0.2
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: rrx_config
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
|
-
- - "
|
|
45
|
+
- - "~>"
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version:
|
|
47
|
+
version: 8.0.2
|
|
48
48
|
type: :runtime
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
|
-
- - "
|
|
52
|
+
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version:
|
|
54
|
+
version: 8.0.2
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: rrx_dev
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
58
58
|
requirements:
|
|
59
|
-
- - "
|
|
59
|
+
- - "~>"
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
|
-
version:
|
|
61
|
+
version: 8.0.2
|
|
62
62
|
type: :development
|
|
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:
|
|
68
|
+
version: 8.0.2
|
|
69
69
|
- !ruby/object:Gem::Dependency
|
|
70
70
|
name: sqlite3
|
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -88,11 +88,6 @@ extensions: []
|
|
|
88
88
|
extra_rdoc_files: []
|
|
89
89
|
files:
|
|
90
90
|
- ".editorconfig"
|
|
91
|
-
- ".idea/.gitignore"
|
|
92
|
-
- ".idea/inspectionProfiles/Project_Default.xml"
|
|
93
|
-
- ".idea/modules.xml"
|
|
94
|
-
- ".idea/rrx_logging.iml"
|
|
95
|
-
- ".idea/vcs.xml"
|
|
96
91
|
- ".rspec"
|
|
97
92
|
- ".rubocop.yml"
|
|
98
93
|
- CODE_OF_CONDUCT.md
|
|
@@ -130,7 +125,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
130
125
|
- !ruby/object:Gem::Version
|
|
131
126
|
version: '0'
|
|
132
127
|
requirements: []
|
|
133
|
-
rubygems_version: 3.4.
|
|
128
|
+
rubygems_version: 3.4.19
|
|
134
129
|
signing_key:
|
|
135
130
|
specification_version: 4
|
|
136
131
|
summary: Ruby on Rails API core logging support
|
data/.idea/.gitignore
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<component name="InspectionProjectProfileManager">
|
|
2
|
-
<profile version="1.0">
|
|
3
|
-
<option name="myName" value="Project Default" />
|
|
4
|
-
<inspection_tool class="RbsMissingTypeSignature" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
|
5
|
-
</profile>
|
|
6
|
-
</component>
|
data/.idea/modules.xml
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="ProjectModuleManager">
|
|
4
|
-
<modules>
|
|
5
|
-
<module fileurl="file://$PROJECT_DIR$/.idea/rrx_logging.iml" filepath="$PROJECT_DIR$/.idea/rrx_logging.iml" />
|
|
6
|
-
</modules>
|
|
7
|
-
</component>
|
|
8
|
-
</project>
|
data/.idea/rrx_logging.iml
DELETED
|
@@ -1,178 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<module type="RUBY_MODULE" version="4">
|
|
3
|
-
<component name="ModuleRunConfigurationManager">
|
|
4
|
-
<shared />
|
|
5
|
-
</component>
|
|
6
|
-
<component name="NewModuleRootManager">
|
|
7
|
-
<content url="file://$MODULE_DIR$">
|
|
8
|
-
<sourceFolder url="file://$MODULE_DIR$/features" isTestSource="true" />
|
|
9
|
-
<sourceFolder url="file://$MODULE_DIR$/spec" isTestSource="true" />
|
|
10
|
-
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
|
|
11
|
-
</content>
|
|
12
|
-
<orderEntry type="jdk" jdkName="Remote-asdf: ruby-3.2.2 (-p53" jdkType="RUBY_SDK" />
|
|
13
|
-
<orderEntry type="sourceFolder" forTests="false" />
|
|
14
|
-
<orderEntry type="module-library">
|
|
15
|
-
<library name="rrx_dev (v0.1.0) [path][gem]" type="rubylib">
|
|
16
|
-
<properties>
|
|
17
|
-
<option name="version" value="4" />
|
|
18
|
-
</properties>
|
|
19
|
-
<CLASSES>
|
|
20
|
-
<root url="file://$MODULE_DIR$/../rrx_dev/bin" />
|
|
21
|
-
<root url="file://$MODULE_DIR$/../rrx_dev/exe" />
|
|
22
|
-
<root url="file://$MODULE_DIR$/../rrx_dev/lib" />
|
|
23
|
-
<root url="file://$MODULE_DIR$/../rrx_dev/pkg" />
|
|
24
|
-
<root url="file://$MODULE_DIR$/../rrx_dev/sig" />
|
|
25
|
-
<root url="file://$MODULE_DIR$/../rrx_dev/.git" />
|
|
26
|
-
<root url="file://$MODULE_DIR$/../rrx_dev/spec" />
|
|
27
|
-
<root url="file://$MODULE_DIR$/../rrx_dev/.idea" />
|
|
28
|
-
<root url="file://$MODULE_DIR$/../rrx_dev/config" />
|
|
29
|
-
</CLASSES>
|
|
30
|
-
<JAVADOC />
|
|
31
|
-
<SOURCES>
|
|
32
|
-
<root url="file://$MODULE_DIR$/../rrx_dev/bin" />
|
|
33
|
-
<root url="file://$MODULE_DIR$/../rrx_dev/exe" />
|
|
34
|
-
<root url="file://$MODULE_DIR$/../rrx_dev/lib" />
|
|
35
|
-
<root url="file://$MODULE_DIR$/../rrx_dev/pkg" />
|
|
36
|
-
<root url="file://$MODULE_DIR$/../rrx_dev/sig" />
|
|
37
|
-
<root url="file://$MODULE_DIR$/../rrx_dev/.git" />
|
|
38
|
-
<root url="file://$MODULE_DIR$/../rrx_dev/spec" />
|
|
39
|
-
<root url="file://$MODULE_DIR$/../rrx_dev/.idea" />
|
|
40
|
-
<root url="file://$MODULE_DIR$/../rrx_dev/config" />
|
|
41
|
-
</SOURCES>
|
|
42
|
-
<excluded>
|
|
43
|
-
<root url="file://$MODULE_DIR$/../rrx_dev/bin" />
|
|
44
|
-
<root url="file://$MODULE_DIR$/../rrx_dev/exe" />
|
|
45
|
-
<root url="file://$MODULE_DIR$/../rrx_dev/pkg" />
|
|
46
|
-
<root url="file://$MODULE_DIR$/../rrx_dev/.git" />
|
|
47
|
-
<root url="file://$MODULE_DIR$/../rrx_dev/spec" />
|
|
48
|
-
<root url="file://$MODULE_DIR$/../rrx_dev/.idea" />
|
|
49
|
-
</excluded>
|
|
50
|
-
</library>
|
|
51
|
-
</orderEntry>
|
|
52
|
-
<orderEntry type="library" scope="PROVIDED" name="actionpack (v7.1.2, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
53
|
-
<orderEntry type="library" scope="PROVIDED" name="actionview (v7.1.2, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
54
|
-
<orderEntry type="library" scope="PROVIDED" name="active_record_query_trace (v1.8.2, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
55
|
-
<orderEntry type="library" scope="PROVIDED" name="activemodel (v7.1.2, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
56
|
-
<orderEntry type="library" scope="PROVIDED" name="activerecord (v7.1.2, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
57
|
-
<orderEntry type="library" scope="PROVIDED" name="activesupport (v7.1.2, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
58
|
-
<orderEntry type="library" scope="PROVIDED" name="addressable (v2.8.6, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
59
|
-
<orderEntry type="library" scope="PROVIDED" name="ast (v2.4.2, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
60
|
-
<orderEntry type="library" scope="PROVIDED" name="base64 (v0.2.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
61
|
-
<orderEntry type="library" scope="PROVIDED" name="bigdecimal (v3.1.5, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
62
|
-
<orderEntry type="library" scope="PROVIDED" name="binding_of_caller (v1.0.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
63
|
-
<orderEntry type="library" scope="PROVIDED" name="bootsnap (v1.17.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
64
|
-
<orderEntry type="library" scope="PROVIDED" name="builder (v3.2.4, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
65
|
-
<orderEntry type="library" scope="PROVIDED" name="bundler (v2.4.10, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
66
|
-
<orderEntry type="library" scope="PROVIDED" name="coderay (v1.1.3, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
67
|
-
<orderEntry type="library" scope="PROVIDED" name="concurrent-ruby (v1.2.2, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
68
|
-
<orderEntry type="library" scope="PROVIDED" name="connection_pool (v2.4.1, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
69
|
-
<orderEntry type="library" scope="PROVIDED" name="crass (v1.0.6, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
70
|
-
<orderEntry type="library" scope="PROVIDED" name="debug (v1.9.1, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
71
|
-
<orderEntry type="library" scope="PROVIDED" name="debug_inspector (v1.2.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
72
|
-
<orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.5.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
73
|
-
<orderEntry type="library" scope="PROVIDED" name="drb (v2.2.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
74
|
-
<orderEntry type="library" scope="PROVIDED" name="erubi (v1.12.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
75
|
-
<orderEntry type="library" scope="PROVIDED" name="factory_bot (v6.4.5, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
76
|
-
<orderEntry type="library" scope="PROVIDED" name="factory_bot_rails (v6.4.3, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
77
|
-
<orderEntry type="library" scope="PROVIDED" name="ffi (v1.16.3, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
78
|
-
<orderEntry type="library" scope="PROVIDED" name="i18n (v1.14.1, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
79
|
-
<orderEntry type="library" scope="PROVIDED" name="io-console (v0.7.1, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
80
|
-
<orderEntry type="library" scope="PROVIDED" name="irb (v1.11.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
81
|
-
<orderEntry type="library" scope="PROVIDED" name="json (v2.7.1, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
82
|
-
<orderEntry type="library" scope="PROVIDED" name="json-schema (v4.1.1, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
83
|
-
<orderEntry type="library" scope="PROVIDED" name="language_server-protocol (v3.17.0.3, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
84
|
-
<orderEntry type="library" scope="PROVIDED" name="listen (v3.8.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
85
|
-
<orderEntry type="library" scope="PROVIDED" name="loofah (v2.22.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
86
|
-
<orderEntry type="library" scope="PROVIDED" name="minitest (v5.20.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
87
|
-
<orderEntry type="library" scope="PROVIDED" name="msgpack (v1.7.2, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
88
|
-
<orderEntry type="library" scope="PROVIDED" name="mutex_m (v0.2.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
89
|
-
<orderEntry type="library" scope="PROVIDED" name="nokogiri (v1.16.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
90
|
-
<orderEntry type="library" scope="PROVIDED" name="parallel (v1.24.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
91
|
-
<orderEntry type="library" scope="PROVIDED" name="parser (v3.2.2.4, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
92
|
-
<orderEntry type="library" scope="PROVIDED" name="proc_to_ast (v0.1.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
93
|
-
<orderEntry type="library" scope="PROVIDED" name="psych (v5.1.2, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
94
|
-
<orderEntry type="library" scope="PROVIDED" name="public_suffix (v5.0.4, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
95
|
-
<orderEntry type="library" scope="PROVIDED" name="racc (v1.7.3, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
96
|
-
<orderEntry type="library" scope="PROVIDED" name="rack (v3.0.8, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
97
|
-
<orderEntry type="library" scope="PROVIDED" name="rack-session (v2.0.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
98
|
-
<orderEntry type="library" scope="PROVIDED" name="rack-test (v2.1.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
99
|
-
<orderEntry type="library" scope="PROVIDED" name="rackup (v2.1.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
100
|
-
<orderEntry type="library" scope="PROVIDED" name="rails-dom-testing (v2.2.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
101
|
-
<orderEntry type="library" scope="PROVIDED" name="rails-html-sanitizer (v1.6.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
102
|
-
<orderEntry type="library" scope="PROVIDED" name="railties (v7.1.2, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
103
|
-
<orderEntry type="library" scope="PROVIDED" name="rainbow (v3.1.1, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
104
|
-
<orderEntry type="library" scope="PROVIDED" name="rake (v13.1.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
105
|
-
<orderEntry type="library" scope="PROVIDED" name="rb-fsevent (v0.11.2, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
106
|
-
<orderEntry type="library" scope="PROVIDED" name="rb-inotify (v0.10.1, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
107
|
-
<orderEntry type="library" scope="PROVIDED" name="rdoc (v6.6.2, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
108
|
-
<orderEntry type="library" scope="PROVIDED" name="regexp_parser (v2.8.3, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
109
|
-
<orderEntry type="library" scope="PROVIDED" name="reline (v0.4.1, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
110
|
-
<orderEntry type="library" scope="PROVIDED" name="rexml (v3.2.6, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
111
|
-
<orderEntry type="library" scope="PROVIDED" name="rrx_config (v0.1.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
112
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec (v3.12.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
113
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec-core (v3.12.2, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
114
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v3.12.3, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
115
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v3.12.6, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
116
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec-parameterized (v1.0.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
117
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec-parameterized-core (v1.0.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
118
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec-parameterized-table_syntax (v1.0.1, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
119
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec-rails (v6.1.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
120
|
-
<orderEntry type="library" scope="PROVIDED" name="rspec-support (v3.12.1, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
121
|
-
<orderEntry type="library" scope="PROVIDED" name="rswag-specs (v2.13.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
122
|
-
<orderEntry type="library" scope="PROVIDED" name="rubocop (v1.59.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
123
|
-
<orderEntry type="library" scope="PROVIDED" name="rubocop-ast (v1.30.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
124
|
-
<orderEntry type="library" scope="PROVIDED" name="rubocop-rails (v2.23.1, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
125
|
-
<orderEntry type="library" scope="PROVIDED" name="ruby-progressbar (v1.13.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
126
|
-
<orderEntry type="library" scope="PROVIDED" name="spring (v4.1.3, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
127
|
-
<orderEntry type="library" scope="PROVIDED" name="sqlite3 (v1.7.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
128
|
-
<orderEntry type="library" scope="PROVIDED" name="stringio (v3.1.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
129
|
-
<orderEntry type="library" scope="PROVIDED" name="thor (v1.3.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
130
|
-
<orderEntry type="library" scope="PROVIDED" name="timeout (v0.4.1, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
131
|
-
<orderEntry type="library" scope="PROVIDED" name="tzinfo (v2.0.6, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
132
|
-
<orderEntry type="library" scope="PROVIDED" name="unicode-display_width (v2.5.0, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
133
|
-
<orderEntry type="library" scope="PROVIDED" name="unparser (v0.6.10, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
134
|
-
<orderEntry type="library" scope="PROVIDED" name="webrick (v1.8.1, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
135
|
-
<orderEntry type="library" scope="PROVIDED" name="zeitwerk (v2.6.12, Remote-asdf: ruby-3.2.2 (-p53) [gem]" level="application" />
|
|
136
|
-
</component>
|
|
137
|
-
<component name="RakeTasksCache">
|
|
138
|
-
<option name="myRootTask">
|
|
139
|
-
<RakeTaskImpl id="rake">
|
|
140
|
-
<subtasks>
|
|
141
|
-
<RakeTaskImpl description="Build rrx_logging-0.1.0.gem into the pkg directory" fullCommand="build" id="build" />
|
|
142
|
-
<RakeTaskImpl id="build">
|
|
143
|
-
<subtasks>
|
|
144
|
-
<RakeTaskImpl description="Generate SHA512 checksum if rrx_logging-0.1.0.gem into the checksums directory" fullCommand="build:checksum" id="checksum" />
|
|
145
|
-
</subtasks>
|
|
146
|
-
</RakeTaskImpl>
|
|
147
|
-
<RakeTaskImpl description="Remove any temporary products" fullCommand="clean" id="clean" />
|
|
148
|
-
<RakeTaskImpl description="Remove any generated files" fullCommand="clobber" id="clobber" />
|
|
149
|
-
<RakeTaskImpl description="Build and install rrx_logging-0.1.0.gem into system gems" fullCommand="install" id="install" />
|
|
150
|
-
<RakeTaskImpl id="install">
|
|
151
|
-
<subtasks>
|
|
152
|
-
<RakeTaskImpl description="Build and install rrx_logging-0.1.0.gem into system gems without network access" fullCommand="install:local" id="local" />
|
|
153
|
-
</subtasks>
|
|
154
|
-
</RakeTaskImpl>
|
|
155
|
-
<RakeTaskImpl description="Create tag v0.1.0 and build and push rrx_logging-0.1.0.gem to rubygems.org" fullCommand="release[remote]" id="release[remote]" />
|
|
156
|
-
<RakeTaskImpl description="Run RuboCop" fullCommand="rubocop" id="rubocop" />
|
|
157
|
-
<RakeTaskImpl id="rubocop">
|
|
158
|
-
<subtasks>
|
|
159
|
-
<RakeTaskImpl description="Autocorrect RuboCop offenses (only when it's safe)" fullCommand="rubocop:autocorrect" id="autocorrect" />
|
|
160
|
-
<RakeTaskImpl description="Autocorrect RuboCop offenses (safe and unsafe)" fullCommand="rubocop:autocorrect_all" id="autocorrect_all" />
|
|
161
|
-
<RakeTaskImpl description="" fullCommand="rubocop:auto_correct" id="auto_correct" />
|
|
162
|
-
</subtasks>
|
|
163
|
-
</RakeTaskImpl>
|
|
164
|
-
<RakeTaskImpl description="Run RSpec code examples" fullCommand="spec" id="spec" />
|
|
165
|
-
<RakeTaskImpl description="" fullCommand="default" id="default" />
|
|
166
|
-
<RakeTaskImpl description="" fullCommand="release" id="release" />
|
|
167
|
-
<RakeTaskImpl id="release">
|
|
168
|
-
<subtasks>
|
|
169
|
-
<RakeTaskImpl description="" fullCommand="release:guard_clean" id="guard_clean" />
|
|
170
|
-
<RakeTaskImpl description="" fullCommand="release:rubygem_push" id="rubygem_push" />
|
|
171
|
-
<RakeTaskImpl description="" fullCommand="release:source_control_push" id="source_control_push" />
|
|
172
|
-
</subtasks>
|
|
173
|
-
</RakeTaskImpl>
|
|
174
|
-
</subtasks>
|
|
175
|
-
</RakeTaskImpl>
|
|
176
|
-
</option>
|
|
177
|
-
</component>
|
|
178
|
-
</module>
|