rrx_logging 0.1.0 → 8.0.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 75914acb9362c2abb51b05e5e95d2d1e509267bce0ee44bb93505740ec92ff33
4
- data.tar.gz: 66b61b0abd08e58dc5cdab35d7342207133e6bf8592da47b63e1223bb49f39ce
3
+ metadata.gz: 35456e9c8540abd03020dbf40c3f43f5e5fd981cdf5abf9bb87dc7827b1680c6
4
+ data.tar.gz: 80330afefabe86b0a587ba64c002b4ad5e2076403aa6be0f5120966550c28cdc
5
5
  SHA512:
6
- metadata.gz: 56f25afe7f6cb8f3c86d5e51244fea9a93ba8ec393211d448293ae2b5560d2a76df628c66df02d779079e58381144b9e0c25a08816fceb74d088c176b36e9208
7
- data.tar.gz: 7f513e8c15e75a98a54bae8e0fd6668dd054a5855f37343c88e2a22cc7782020383ec0f6273b3756b42d5c66e43b6fb2945de027236d12d660d19d6b96adef3c
6
+ metadata.gz: bd6084d84baf4d90634d4225973136332cf76dce495cc6f921291a23f779b938cb97eff4d85427efa9065a2023e0639cc06f70f9fee26c90772b7e486625c159
7
+ data.tar.gz: dd528aba531dbf10c68687b14baf1e9cb74d4017dac0a0f353979bc6a81b207bb57551da513ace6118e7cb7a11145d9c7730324999fd7b37b49e05d8f9daaffd
data/Gemfile CHANGED
@@ -3,4 +3,5 @@
3
3
  source "https://rubygems.org"
4
4
  gemspec
5
5
 
6
- gem 'rrx_dev', path: '../rrx_dev'
6
+ require 'pathname'
7
+ gem 'rrx_dev', path: '../rrx_dev' if Pathname(__FILE__).join('../../rrx_dev').exist?
data/Gemfile.lock CHANGED
@@ -1,14 +1,15 @@
1
1
  PATH
2
2
  remote: ../rrx_dev
3
3
  specs:
4
- rrx_dev (0.1.1)
4
+ rrx_dev (8.0.2)
5
5
  active_record_query_trace
6
- activesupport (~> 7.1.0)
6
+ activesupport (~> 8.0.2)
7
7
  bootsnap
8
8
  debug
9
+ factory_bot
9
10
  factory_bot_rails
10
11
  listen
11
- railties (~> 7.1.0)
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.1.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 (7.1.2)
34
- actionview (= 7.1.2)
35
- activesupport (= 7.1.2)
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
- actionview (7.1.2)
44
- activesupport (= 7.1.2)
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.2)
50
+ active_record_query_trace (1.8.3)
50
51
  activerecord (>= 6.0.0)
51
- activemodel (7.1.2)
52
- activesupport (= 7.1.2)
53
- activerecord (7.1.2)
54
- activemodel (= 7.1.2)
55
- activesupport (= 7.1.2)
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 (7.1.2)
58
+ activesupport (8.0.2)
58
59
  base64
60
+ benchmark (>= 0.3)
59
61
  bigdecimal
60
- concurrent-ruby (~> 1.0, >= 1.0.2)
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
- mutex_m
66
- tzinfo (~> 2.0)
67
- addressable (2.8.6)
68
- public_suffix (>= 2.0.2, < 6.0)
69
- ast (2.4.2)
70
- base64 (0.2.0)
71
- bigdecimal (3.1.5)
72
- binding_of_caller (1.0.0)
73
- debug_inspector (>= 0.0.1)
74
- bootsnap (1.17.0)
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.2.4)
77
- coderay (1.1.3)
78
- concurrent-ruby (1.2.2)
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
- debug (1.9.1)
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.5.0)
86
- drb (2.2.0)
87
- ruby2_keywords
88
- erubi (1.12.0)
89
- factory_bot (6.4.5)
90
- activesupport (>= 5.0.0)
91
- factory_bot_rails (6.4.3)
92
- factory_bot (~> 6.4)
93
- railties (>= 5.0.0)
94
- ffi (1.16.3)
95
- i18n (1.14.1)
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.7.1)
98
- irb (1.11.0)
99
- rdoc
100
- reline (>= 0.3.8)
101
- json (2.7.1)
102
- json-schema (4.1.1)
103
- addressable (>= 2.8)
104
- language_server-protocol (3.17.0.3)
105
- listen (3.8.0)
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
- loofah (2.22.0)
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.20.0)
112
- msgpack (1.7.2)
113
- mutex_m (0.2.0)
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.24.0)
117
- parser (3.2.2.4)
124
+ parallel (1.27.0)
125
+ parser (3.3.8.0)
118
126
  ast (~> 2.4.1)
119
127
  racc
120
- proc_to_ast (0.1.0)
121
- coderay
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.1.2)
136
+ psych (5.2.6)
137
+ date
125
138
  stringio
126
- public_suffix (5.0.4)
127
- racc (1.7.3)
128
- rack (3.0.8)
129
- rack-session (2.0.0)
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.1.0)
145
+ rack-test (2.2.0)
132
146
  rack (>= 1.3)
133
- rackup (2.1.0)
147
+ rackup (2.2.1)
134
148
  rack (>= 3)
135
- webrick (~> 1.8)
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.0)
153
+ rails-html-sanitizer (1.6.2)
141
154
  loofah (~> 2.21)
142
- nokogiri (~> 1.14)
143
- railties (7.1.2)
144
- actionpack (= 7.1.2)
145
- activesupport (= 7.1.2)
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.1.0)
165
+ rake (13.3.0)
153
166
  rb-fsevent (0.11.2)
154
- rb-inotify (0.10.1)
167
+ rb-inotify (0.11.1)
155
168
  ffi (~> 1.0)
156
- rdoc (6.6.2)
169
+ rdoc (6.14.2)
170
+ erb
157
171
  psych (>= 4.0.0)
158
- regexp_parser (2.8.3)
159
- reline (0.4.1)
172
+ regexp_parser (2.10.0)
173
+ reline (0.6.1)
160
174
  io-console (~> 0.5)
161
- rexml (3.2.6)
162
- rrx_config (0.1.0)
175
+ rouge (4.5.2)
176
+ rrx_config (8.0.2)
177
+ activesupport
163
178
  railties
164
- rspec (3.12.0)
165
- rspec-core (~> 3.12.0)
166
- rspec-expectations (~> 3.12.0)
167
- rspec-mocks (~> 3.12.0)
168
- rspec-core (3.12.2)
169
- rspec-support (~> 3.12.0)
170
- rspec-expectations (3.12.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.12.0)
173
- rspec-mocks (3.12.6)
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.12.0)
176
- rspec-parameterized (1.0.0)
177
- rspec-parameterized-core (< 2)
178
- rspec-parameterized-table_syntax (< 2)
179
- rspec-parameterized-core (1.0.0)
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
- proc_to_ast
196
+ prism
197
+ proc_to_ast (>= 0.2.0)
182
198
  rspec (>= 2.13, < 4)
183
199
  unparser
184
- rspec-parameterized-table_syntax (1.0.1)
200
+ rspec-parameterized-table_syntax (2.0.0)
185
201
  binding_of_caller
186
- rspec-parameterized-core (< 2)
187
- rspec-rails (6.1.0)
188
- actionpack (>= 6.1)
189
- activesupport (>= 6.1)
190
- railties (>= 6.1)
191
- rspec-core (~> 3.12)
192
- rspec-expectations (~> 3.12)
193
- rspec-mocks (~> 3.12)
194
- rspec-support (~> 3.12)
195
- rspec-support (3.12.1)
196
- rswag-specs (2.13.0)
197
- activesupport (>= 3.1, < 7.2)
198
- json-schema (>= 2.2, < 5.0)
199
- railties (>= 3.1, < 7.2)
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.59.0)
217
+ rubocop (1.78.0)
202
218
  json (~> 2.3)
203
- language_server-protocol (>= 3.17.0)
219
+ language_server-protocol (~> 3.17.0.2)
220
+ lint_roller (~> 1.1.0)
204
221
  parallel (~> 1.10)
205
- parser (>= 3.2.2.4)
222
+ parser (>= 3.3.0.2)
206
223
  rainbow (>= 2.2.2, < 4.0)
207
- regexp_parser (>= 1.8, < 3.0)
208
- rexml (>= 3.2.5, < 4.0)
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, < 3.0)
212
- rubocop-ast (1.30.0)
213
- parser (>= 3.2.1.0)
214
- rubocop-rails (2.23.1)
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.33.0, < 2.0)
218
- rubocop-ast (>= 1.30.0, < 2.0)
235
+ rubocop (>= 1.75.0, < 2.0)
236
+ rubocop-ast (>= 1.44.0, < 2.0)
219
237
  ruby-progressbar (1.13.0)
220
- ruby2_keywords (0.0.5)
221
- spring (4.1.3)
222
- sqlite3 (1.7.0-x86_64-linux)
223
- stringio (3.1.0)
224
- thor (1.3.0)
225
- timeout (0.4.1)
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 (2.5.0)
229
- unparser (0.6.10)
230
- diff-lcs (~> 1.3)
231
- parser (>= 3.2.2.4)
232
- webrick (1.8.1)
233
- zeitwerk (2.6.12)
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
@@ -1,5 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RrxLogging
4
- VERSION = "0.1.0"
4
+ VERSION = '8.0.3'
5
+ DEPENDENCY_VERSION = "~> #{VERSION}"
5
6
  end
metadata CHANGED
@@ -1,71 +1,70 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rrx_logging
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 8.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Drew
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2024-01-10 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: activesupport
15
14
  requirement: !ruby/object:Gem::Requirement
16
15
  requirements:
17
- - - ">="
16
+ - - "~>"
18
17
  - !ruby/object:Gem::Version
19
- version: '0'
18
+ version: 8.0.3
20
19
  type: :runtime
21
20
  prerelease: false
22
21
  version_requirements: !ruby/object:Gem::Requirement
23
22
  requirements:
24
- - - ">="
23
+ - - "~>"
25
24
  - !ruby/object:Gem::Version
26
- version: '0'
25
+ version: 8.0.3
27
26
  - !ruby/object:Gem::Dependency
28
27
  name: railties
29
28
  requirement: !ruby/object:Gem::Requirement
30
29
  requirements:
31
- - - ">="
30
+ - - "~>"
32
31
  - !ruby/object:Gem::Version
33
- version: '0'
32
+ version: 8.0.3
34
33
  type: :runtime
35
34
  prerelease: false
36
35
  version_requirements: !ruby/object:Gem::Requirement
37
36
  requirements:
38
- - - ">="
37
+ - - "~>"
39
38
  - !ruby/object:Gem::Version
40
- version: '0'
39
+ version: 8.0.3
41
40
  - !ruby/object:Gem::Dependency
42
41
  name: rrx_config
43
42
  requirement: !ruby/object:Gem::Requirement
44
43
  requirements:
45
- - - ">="
44
+ - - "~>"
46
45
  - !ruby/object:Gem::Version
47
- version: '0'
46
+ version: 8.0.3
48
47
  type: :runtime
49
48
  prerelease: false
50
49
  version_requirements: !ruby/object:Gem::Requirement
51
50
  requirements:
52
- - - ">="
51
+ - - "~>"
53
52
  - !ruby/object:Gem::Version
54
- version: '0'
53
+ version: 8.0.3
55
54
  - !ruby/object:Gem::Dependency
56
55
  name: rrx_dev
57
56
  requirement: !ruby/object:Gem::Requirement
58
57
  requirements:
59
- - - ">="
58
+ - - "~>"
60
59
  - !ruby/object:Gem::Version
61
- version: '0'
60
+ version: 8.0.3
62
61
  type: :development
63
62
  prerelease: false
64
63
  version_requirements: !ruby/object:Gem::Requirement
65
64
  requirements:
66
- - - ">="
65
+ - - "~>"
67
66
  - !ruby/object:Gem::Version
68
- version: '0'
67
+ version: 8.0.3
69
68
  - !ruby/object:Gem::Dependency
70
69
  name: sqlite3
71
70
  requirement: !ruby/object:Gem::Requirement
@@ -80,7 +79,6 @@ dependencies:
80
79
  - - ">="
81
80
  - !ruby/object:Gem::Version
82
81
  version: '0'
83
- description:
84
82
  email:
85
83
  - dan.drew@hotmail.com
86
84
  executables: []
@@ -88,11 +86,6 @@ extensions: []
88
86
  extra_rdoc_files: []
89
87
  files:
90
88
  - ".editorconfig"
91
- - ".idea/.gitignore"
92
- - ".idea/inspectionProfiles/Project_Default.xml"
93
- - ".idea/modules.xml"
94
- - ".idea/rrx_logging.iml"
95
- - ".idea/vcs.xml"
96
89
  - ".rspec"
97
90
  - ".rubocop.yml"
98
91
  - CODE_OF_CONDUCT.md
@@ -115,7 +108,6 @@ licenses:
115
108
  metadata:
116
109
  homepage_uri: https://github.com/rails-rrx/rrx_logging
117
110
  source_code_uri: https://github.com/rails-rrx/rrx_logging
118
- post_install_message:
119
111
  rdoc_options: []
120
112
  require_paths:
121
113
  - lib
@@ -130,8 +122,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
130
122
  - !ruby/object:Gem::Version
131
123
  version: '0'
132
124
  requirements: []
133
- rubygems_version: 3.4.10
134
- signing_key:
125
+ rubygems_version: 3.6.7
135
126
  specification_version: 4
136
127
  summary: Ruby on Rails API core logging support
137
128
  test_files: []
data/.idea/.gitignore DELETED
@@ -1,8 +0,0 @@
1
- # Default ignored files
2
- /shelf/
3
- /workspace.xml
4
- # Editor-based HTTP Client requests
5
- /httpRequests/
6
- # Datasource local storage ignored files
7
- /dataSources/
8
- /dataSources.local.xml
@@ -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>
@@ -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>
data/.idea/vcs.xml DELETED
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="VcsDirectoryMappings">
4
- <mapping directory="$PROJECT_DIR$" vcs="Git" />
5
- </component>
6
- </project>