comma 4.9.0 → 5.1.0

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.
Files changed (56) hide show
  1. checksums.yaml +4 -4
  2. data/.github/copilot-instructions.md +56 -0
  3. data/.github/workflows/build.yml +12 -3
  4. data/.rubocop_todo.yml +5 -4
  5. data/Appraisals +20 -22
  6. data/Gemfile.lock +36 -25
  7. data/README.md +161 -9
  8. data/comma.gemspec +7 -2
  9. data/gemfiles/{active6.0.6.gemfile → active7.1.6.gemfile} +2 -2
  10. data/gemfiles/active7.1.6.gemfile.lock +183 -0
  11. data/gemfiles/{active7.0.8.gemfile → active7.2.3.2.gemfile} +2 -2
  12. data/gemfiles/active7.2.3.2.gemfile.lock +182 -0
  13. data/gemfiles/{active6.1.7.6.gemfile → active8.0.5.1.gemfile} +2 -2
  14. data/gemfiles/active8.0.5.1.gemfile.lock +183 -0
  15. data/gemfiles/{active7.1.3.gemfile → active8.1.3.1.gemfile} +2 -2
  16. data/gemfiles/active8.1.3.1.gemfile.lock +183 -0
  17. data/gemfiles/{rails7.0.8.gemfile → rails7.1.6.gemfile} +1 -1
  18. data/gemfiles/rails7.1.6.gemfile.lock +326 -0
  19. data/gemfiles/{rails7.1.3.gemfile → rails7.2.3.2.gemfile} +1 -1
  20. data/gemfiles/rails7.2.3.2.gemfile.lock +321 -0
  21. data/gemfiles/{rails6.0.6.gemfile → rails8.0.5.1.gemfile} +1 -2
  22. data/gemfiles/rails8.0.5.1.gemfile.lock +319 -0
  23. data/gemfiles/{rails6.1.7.6.gemfile → rails8.1.3.1.gemfile} +1 -2
  24. data/gemfiles/rails8.1.3.1.gemfile.lock +322 -0
  25. data/lib/comma/array.rb +1 -3
  26. data/lib/comma/collection_export.rb +9 -0
  27. data/lib/comma/data_extractor.rb +16 -20
  28. data/lib/comma/data_mapper_collection.rb +1 -3
  29. data/lib/comma/extractor.rb +33 -2
  30. data/lib/comma/generator.rb +4 -8
  31. data/lib/comma/header_extractor.rb +10 -19
  32. data/lib/comma/mongoid.rb +1 -3
  33. data/lib/comma/object.rb +37 -11
  34. data/lib/comma/options.rb +18 -0
  35. data/lib/comma/rails/renderer.rb +21 -0
  36. data/lib/comma/rails.rb +16 -0
  37. data/lib/comma/version.rb +1 -1
  38. data/lib/comma.rb +4 -43
  39. data/spec/comma/comma_spec.rb +93 -34
  40. data/spec/comma/data_extractor_spec.rb +3 -3
  41. data/spec/comma/header_extractor_spec.rb +1 -1
  42. data/spec/comma/options_spec.rb +63 -0
  43. data/spec/comma/rails/active_record_spec.rb +0 -1
  44. data/spec/controllers/users_controller_spec.rb +13 -28
  45. data/spec/gemspec_spec.rb +11 -0
  46. data/spec/support/comma_class_helper.rb +12 -0
  47. data/spec/support/csv_expectation_helper.rb +14 -0
  48. metadata +92 -23
  49. data/gemfiles/active6.0.6.gemfile.lock +0 -136
  50. data/gemfiles/active6.1.7.6.gemfile.lock +0 -135
  51. data/gemfiles/active7.0.8.gemfile.lock +0 -133
  52. data/gemfiles/active7.1.3.gemfile.lock +0 -139
  53. data/gemfiles/rails6.0.6.gemfile.lock +0 -268
  54. data/gemfiles/rails6.1.7.6.gemfile.lock +0 -271
  55. data/gemfiles/rails7.0.8.gemfile.lock +0 -266
  56. data/gemfiles/rails7.1.3.gemfile.lock +0 -289
@@ -1,139 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- comma (4.9.0)
5
- activesupport (>= 4.2.0)
6
- csv (>= 3.3)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- activemodel (7.1.3)
12
- activesupport (= 7.1.3)
13
- activerecord (7.1.3)
14
- activemodel (= 7.1.3)
15
- activesupport (= 7.1.3)
16
- timeout (>= 0.4.0)
17
- activesupport (7.1.3)
18
- base64
19
- bigdecimal
20
- concurrent-ruby (~> 1.0, >= 1.0.2)
21
- connection_pool (>= 2.2.5)
22
- drb
23
- i18n (>= 1.6, < 2)
24
- minitest (>= 5.1)
25
- mutex_m
26
- tzinfo (~> 2.0)
27
- appraisal (1.0.3)
28
- bundler
29
- rake
30
- thor (>= 0.14.0)
31
- ast (2.4.2)
32
- base64 (0.3.0)
33
- bigdecimal (4.1.2)
34
- concurrent-ruby (1.3.6)
35
- connection_pool (2.5.5)
36
- coveralls (0.8.23)
37
- json (>= 1.8, < 3)
38
- simplecov (~> 0.16.1)
39
- term-ansicolor (~> 1.3)
40
- thor (>= 0.19.4, < 2.0)
41
- tins (~> 1.6)
42
- csv (3.3.5)
43
- diff-lcs (1.5.0)
44
- docile (1.4.0)
45
- drb (2.2.3)
46
- i18n (1.14.8)
47
- concurrent-ruby (~> 1.0)
48
- json (2.7.1)
49
- mini_portile2 (2.8.5)
50
- minitest (5.14.4)
51
- mutex_m (0.3.0)
52
- parallel (1.24.0)
53
- parser (3.3.0.4)
54
- ast (~> 2.4.1)
55
- racc
56
- racc (1.7.3)
57
- rainbow (3.1.1)
58
- rake (13.0.6)
59
- regexp_parser (2.9.0)
60
- rexml (3.2.6)
61
- rspec (3.5.0)
62
- rspec-core (~> 3.5.0)
63
- rspec-expectations (~> 3.5.0)
64
- rspec-mocks (~> 3.5.0)
65
- rspec-activemodel-mocks (1.2.0)
66
- activemodel (>= 3.0)
67
- activesupport (>= 3.0)
68
- rspec-mocks (>= 2.99, < 4.0)
69
- rspec-core (3.5.4)
70
- rspec-support (~> 3.5.0)
71
- rspec-expectations (3.5.0)
72
- diff-lcs (>= 1.2.0, < 2.0)
73
- rspec-support (~> 3.5.0)
74
- rspec-its (1.3.0)
75
- rspec-core (>= 3.0.0)
76
- rspec-expectations (>= 3.0.0)
77
- rspec-mocks (3.5.0)
78
- diff-lcs (>= 1.2.0, < 2.0)
79
- rspec-support (~> 3.5.0)
80
- rspec-support (3.5.0)
81
- rubocop (1.30.1)
82
- parallel (~> 1.10)
83
- parser (>= 3.1.0.0)
84
- rainbow (>= 2.2.2, < 4.0)
85
- regexp_parser (>= 1.8, < 3.0)
86
- rexml (>= 3.2.5, < 4.0)
87
- rubocop-ast (>= 1.18.0, < 2.0)
88
- ruby-progressbar (~> 1.7)
89
- unicode-display_width (>= 1.4.0, < 3.0)
90
- rubocop-ast (1.30.0)
91
- parser (>= 3.2.1.0)
92
- rubocop-performance (1.19.1)
93
- rubocop (>= 1.7.0, < 2.0)
94
- rubocop-ast (>= 0.4.0)
95
- ruby-progressbar (1.13.0)
96
- simplecov (0.16.1)
97
- docile (~> 1.1)
98
- json (>= 1.8, < 3)
99
- simplecov-html (~> 0.10.0)
100
- simplecov-html (0.10.2)
101
- sqlite3 (1.7.0)
102
- mini_portile2 (~> 2.8.0)
103
- sqlite3 (1.7.0-x86_64-linux)
104
- sync (0.5.0)
105
- term-ansicolor (1.7.1)
106
- tins (~> 1.0)
107
- thor (1.3.0)
108
- timeout (0.4.1)
109
- tins (1.32.1)
110
- sync
111
- tzinfo (2.0.6)
112
- concurrent-ruby (~> 1.0)
113
- unicode-display_width (2.5.0)
114
-
115
- PLATFORMS
116
- ruby
117
- x86_64-linux
118
-
119
- DEPENDENCIES
120
- activerecord (= 7.1.3)
121
- activesupport (= 7.1.3)
122
- appraisal (~> 1.0.0)
123
- base64
124
- bigdecimal
125
- comma!
126
- coveralls
127
- drb
128
- minitest (= 5.14.4)
129
- mutex_m
130
- rake (~> 13.0.1)
131
- rspec (~> 3.5.0)
132
- rspec-activemodel-mocks
133
- rspec-its
134
- rubocop (~> 1.30.0)
135
- rubocop-performance
136
- sqlite3
137
-
138
- BUNDLED WITH
139
- 2.5.5
@@ -1,268 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- comma (4.9.0)
5
- activesupport (>= 4.2.0)
6
- csv (>= 3.3)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- actioncable (6.0.6)
12
- actionpack (= 6.0.6)
13
- nio4r (~> 2.0)
14
- websocket-driver (>= 0.6.1)
15
- actionmailbox (6.0.6)
16
- actionpack (= 6.0.6)
17
- activejob (= 6.0.6)
18
- activerecord (= 6.0.6)
19
- activestorage (= 6.0.6)
20
- activesupport (= 6.0.6)
21
- mail (>= 2.7.1)
22
- actionmailer (6.0.6)
23
- actionpack (= 6.0.6)
24
- actionview (= 6.0.6)
25
- activejob (= 6.0.6)
26
- mail (~> 2.5, >= 2.5.4)
27
- rails-dom-testing (~> 2.0)
28
- actionpack (6.0.6)
29
- actionview (= 6.0.6)
30
- activesupport (= 6.0.6)
31
- rack (~> 2.0, >= 2.0.8)
32
- rack-test (>= 0.6.3)
33
- rails-dom-testing (~> 2.0)
34
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
35
- actiontext (6.0.6)
36
- actionpack (= 6.0.6)
37
- activerecord (= 6.0.6)
38
- activestorage (= 6.0.6)
39
- activesupport (= 6.0.6)
40
- nokogiri (>= 1.8.5)
41
- actionview (6.0.6)
42
- activesupport (= 6.0.6)
43
- builder (~> 3.1)
44
- erubi (~> 1.4)
45
- rails-dom-testing (~> 2.0)
46
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
47
- activejob (6.0.6)
48
- activesupport (= 6.0.6)
49
- globalid (>= 0.3.6)
50
- activemodel (6.0.6)
51
- activesupport (= 6.0.6)
52
- activerecord (6.0.6)
53
- activemodel (= 6.0.6)
54
- activesupport (= 6.0.6)
55
- activestorage (6.0.6)
56
- actionpack (= 6.0.6)
57
- activejob (= 6.0.6)
58
- activerecord (= 6.0.6)
59
- marcel (~> 1.0)
60
- activesupport (6.0.6)
61
- concurrent-ruby (~> 1.0, >= 1.0.2)
62
- i18n (>= 0.7, < 2)
63
- minitest (~> 5.1)
64
- tzinfo (~> 1.1)
65
- zeitwerk (~> 2.2, >= 2.2.2)
66
- appraisal (1.0.3)
67
- bundler
68
- rake
69
- thor (>= 0.14.0)
70
- ast (2.4.2)
71
- base64 (0.3.0)
72
- bigdecimal (4.1.2)
73
- builder (3.2.4)
74
- concurrent-ruby (1.3.6)
75
- coveralls (0.8.23)
76
- json (>= 1.8, < 3)
77
- simplecov (~> 0.16.1)
78
- term-ansicolor (~> 1.3)
79
- thor (>= 0.19.4, < 2.0)
80
- tins (~> 1.6)
81
- crass (1.0.6)
82
- csv (3.3.5)
83
- date (3.3.4)
84
- diff-lcs (1.5.0)
85
- docile (1.4.0)
86
- drb (2.2.3)
87
- erubi (1.12.0)
88
- globalid (1.1.0)
89
- activesupport (>= 5.0)
90
- i18n (1.14.8)
91
- concurrent-ruby (~> 1.0)
92
- json (2.7.1)
93
- loofah (2.22.0)
94
- crass (~> 1.0.2)
95
- nokogiri (>= 1.12.0)
96
- mail (2.8.1)
97
- mini_mime (>= 0.1.1)
98
- net-imap
99
- net-pop
100
- net-smtp
101
- marcel (1.0.2)
102
- method_source (1.0.0)
103
- mini_mime (1.1.5)
104
- mini_portile2 (2.8.9)
105
- minitest (5.14.4)
106
- mutex_m (0.3.0)
107
- net-imap (0.4.9.1)
108
- date
109
- net-protocol
110
- net-pop (0.1.2)
111
- net-protocol
112
- net-protocol (0.2.2)
113
- timeout
114
- net-smtp (0.4.0.1)
115
- net-protocol
116
- nio4r (2.7.0)
117
- nokogiri (1.16.0)
118
- mini_portile2 (~> 2.8.2)
119
- racc (~> 1.4)
120
- nokogiri (1.16.0-x86_64-darwin)
121
- racc (~> 1.4)
122
- nokogiri (1.16.0-x86_64-linux)
123
- racc (~> 1.4)
124
- parallel (1.24.0)
125
- parser (3.3.0.4)
126
- ast (~> 2.4.1)
127
- racc
128
- power_assert (2.0.3)
129
- racc (1.7.3)
130
- rack (2.2.8)
131
- rack-test (2.1.0)
132
- rack (>= 1.3)
133
- rails (6.0.6)
134
- actioncable (= 6.0.6)
135
- actionmailbox (= 6.0.6)
136
- actionmailer (= 6.0.6)
137
- actionpack (= 6.0.6)
138
- actiontext (= 6.0.6)
139
- actionview (= 6.0.6)
140
- activejob (= 6.0.6)
141
- activemodel (= 6.0.6)
142
- activerecord (= 6.0.6)
143
- activestorage (= 6.0.6)
144
- activesupport (= 6.0.6)
145
- bundler (>= 1.3.0)
146
- railties (= 6.0.6)
147
- sprockets-rails (>= 2.0.0)
148
- rails-dom-testing (2.2.0)
149
- activesupport (>= 5.0.0)
150
- minitest
151
- nokogiri (>= 1.6)
152
- rails-html-sanitizer (1.6.0)
153
- loofah (~> 2.21)
154
- nokogiri (~> 1.14)
155
- railties (6.0.6)
156
- actionpack (= 6.0.6)
157
- activesupport (= 6.0.6)
158
- method_source
159
- rake (>= 0.8.7)
160
- thor (>= 0.20.3, < 2.0)
161
- rainbow (3.1.1)
162
- rake (13.0.6)
163
- regexp_parser (2.9.0)
164
- rexml (3.2.6)
165
- rspec (3.5.0)
166
- rspec-core (~> 3.5.0)
167
- rspec-expectations (~> 3.5.0)
168
- rspec-mocks (~> 3.5.0)
169
- rspec-activemodel-mocks (1.2.0)
170
- activemodel (>= 3.0)
171
- activesupport (>= 3.0)
172
- rspec-mocks (>= 2.99, < 4.0)
173
- rspec-core (3.5.4)
174
- rspec-support (~> 3.5.0)
175
- rspec-expectations (3.5.0)
176
- diff-lcs (>= 1.2.0, < 2.0)
177
- rspec-support (~> 3.5.0)
178
- rspec-its (1.3.0)
179
- rspec-core (>= 3.0.0)
180
- rspec-expectations (>= 3.0.0)
181
- rspec-mocks (3.5.0)
182
- diff-lcs (>= 1.2.0, < 2.0)
183
- rspec-support (~> 3.5.0)
184
- rspec-rails (3.5.2)
185
- actionpack (>= 3.0)
186
- activesupport (>= 3.0)
187
- railties (>= 3.0)
188
- rspec-core (~> 3.5.0)
189
- rspec-expectations (~> 3.5.0)
190
- rspec-mocks (~> 3.5.0)
191
- rspec-support (~> 3.5.0)
192
- rspec-support (3.5.0)
193
- rubocop (1.30.1)
194
- parallel (~> 1.10)
195
- parser (>= 3.1.0.0)
196
- rainbow (>= 2.2.2, < 4.0)
197
- regexp_parser (>= 1.8, < 3.0)
198
- rexml (>= 3.2.5, < 4.0)
199
- rubocop-ast (>= 1.18.0, < 2.0)
200
- ruby-progressbar (~> 1.7)
201
- unicode-display_width (>= 1.4.0, < 3.0)
202
- rubocop-ast (1.30.0)
203
- parser (>= 3.2.1.0)
204
- rubocop-performance (1.19.1)
205
- rubocop (>= 1.7.0, < 2.0)
206
- rubocop-ast (>= 0.4.0)
207
- ruby-progressbar (1.13.0)
208
- simplecov (0.16.1)
209
- docile (~> 1.1)
210
- json (>= 1.8, < 3)
211
- simplecov-html (~> 0.10.0)
212
- simplecov-html (0.10.2)
213
- sprockets (4.2.1)
214
- concurrent-ruby (~> 1.0)
215
- rack (>= 2.2.4, < 4)
216
- sprockets-rails (3.4.2)
217
- actionpack (>= 5.2)
218
- activesupport (>= 5.2)
219
- sprockets (>= 3.0.0)
220
- sqlite3 (1.7.0)
221
- mini_portile2 (~> 2.8.0)
222
- sqlite3 (1.7.0-x86_64-darwin)
223
- sqlite3 (1.7.0-x86_64-linux)
224
- sync (0.5.0)
225
- term-ansicolor (1.7.1)
226
- tins (~> 1.0)
227
- test-unit (3.6.1)
228
- power_assert
229
- thor (1.3.0)
230
- thread_safe (0.3.6)
231
- timeout (0.4.1)
232
- tins (1.32.1)
233
- sync
234
- tzinfo (1.2.11)
235
- thread_safe (~> 0.1)
236
- unicode-display_width (2.5.0)
237
- websocket-driver (0.7.6)
238
- websocket-extensions (>= 0.1.0)
239
- websocket-extensions (0.1.5)
240
- zeitwerk (2.6.18)
241
-
242
- PLATFORMS
243
- ruby
244
- x86_64-darwin-23
245
- x86_64-linux
246
-
247
- DEPENDENCIES
248
- appraisal (~> 1.0.0)
249
- base64
250
- bigdecimal
251
- comma!
252
- coveralls
253
- drb
254
- minitest (= 5.14.4)
255
- mutex_m
256
- rails (= 6.0.6)
257
- rake (~> 13.0.1)
258
- rspec (~> 3.5.0)
259
- rspec-activemodel-mocks
260
- rspec-its
261
- rspec-rails
262
- rubocop (~> 1.30.0)
263
- rubocop-performance
264
- sqlite3
265
- test-unit
266
-
267
- BUNDLED WITH
268
- 2.5.5
@@ -1,271 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- comma (4.9.0)
5
- activesupport (>= 4.2.0)
6
- csv (>= 3.3)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- actioncable (6.1.7.6)
12
- actionpack (= 6.1.7.6)
13
- activesupport (= 6.1.7.6)
14
- nio4r (~> 2.0)
15
- websocket-driver (>= 0.6.1)
16
- actionmailbox (6.1.7.6)
17
- actionpack (= 6.1.7.6)
18
- activejob (= 6.1.7.6)
19
- activerecord (= 6.1.7.6)
20
- activestorage (= 6.1.7.6)
21
- activesupport (= 6.1.7.6)
22
- mail (>= 2.7.1)
23
- actionmailer (6.1.7.6)
24
- actionpack (= 6.1.7.6)
25
- actionview (= 6.1.7.6)
26
- activejob (= 6.1.7.6)
27
- activesupport (= 6.1.7.6)
28
- mail (~> 2.5, >= 2.5.4)
29
- rails-dom-testing (~> 2.0)
30
- actionpack (6.1.7.6)
31
- actionview (= 6.1.7.6)
32
- activesupport (= 6.1.7.6)
33
- rack (~> 2.0, >= 2.0.9)
34
- rack-test (>= 0.6.3)
35
- rails-dom-testing (~> 2.0)
36
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
37
- actiontext (6.1.7.6)
38
- actionpack (= 6.1.7.6)
39
- activerecord (= 6.1.7.6)
40
- activestorage (= 6.1.7.6)
41
- activesupport (= 6.1.7.6)
42
- nokogiri (>= 1.8.5)
43
- actionview (6.1.7.6)
44
- activesupport (= 6.1.7.6)
45
- builder (~> 3.1)
46
- erubi (~> 1.4)
47
- rails-dom-testing (~> 2.0)
48
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
49
- activejob (6.1.7.6)
50
- activesupport (= 6.1.7.6)
51
- globalid (>= 0.3.6)
52
- activemodel (6.1.7.6)
53
- activesupport (= 6.1.7.6)
54
- activerecord (6.1.7.6)
55
- activemodel (= 6.1.7.6)
56
- activesupport (= 6.1.7.6)
57
- activestorage (6.1.7.6)
58
- actionpack (= 6.1.7.6)
59
- activejob (= 6.1.7.6)
60
- activerecord (= 6.1.7.6)
61
- activesupport (= 6.1.7.6)
62
- marcel (~> 1.0)
63
- mini_mime (>= 1.1.0)
64
- activesupport (6.1.7.6)
65
- concurrent-ruby (~> 1.0, >= 1.0.2)
66
- i18n (>= 1.6, < 2)
67
- minitest (>= 5.1)
68
- tzinfo (~> 2.0)
69
- zeitwerk (~> 2.3)
70
- appraisal (1.0.3)
71
- bundler
72
- rake
73
- thor (>= 0.14.0)
74
- ast (2.4.2)
75
- base64 (0.3.0)
76
- bigdecimal (4.1.2)
77
- builder (3.2.4)
78
- concurrent-ruby (1.3.6)
79
- coveralls (0.8.23)
80
- json (>= 1.8, < 3)
81
- simplecov (~> 0.16.1)
82
- term-ansicolor (~> 1.3)
83
- thor (>= 0.19.4, < 2.0)
84
- tins (~> 1.6)
85
- crass (1.0.6)
86
- csv (3.3.5)
87
- date (3.3.4)
88
- diff-lcs (1.5.0)
89
- docile (1.4.0)
90
- drb (2.2.3)
91
- erubi (1.12.0)
92
- globalid (1.2.1)
93
- activesupport (>= 6.1)
94
- i18n (1.14.8)
95
- concurrent-ruby (~> 1.0)
96
- json (2.7.1)
97
- loofah (2.22.0)
98
- crass (~> 1.0.2)
99
- nokogiri (>= 1.12.0)
100
- mail (2.8.1)
101
- mini_mime (>= 0.1.1)
102
- net-imap
103
- net-pop
104
- net-smtp
105
- marcel (1.0.2)
106
- method_source (1.0.0)
107
- mini_mime (1.1.5)
108
- mini_portile2 (2.8.9)
109
- minitest (5.14.4)
110
- mutex_m (0.3.0)
111
- net-imap (0.4.9.1)
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.4.0.1)
119
- net-protocol
120
- nio4r (2.7.0)
121
- nokogiri (1.16.0)
122
- mini_portile2 (~> 2.8.2)
123
- racc (~> 1.4)
124
- nokogiri (1.16.0-x86_64-darwin)
125
- racc (~> 1.4)
126
- nokogiri (1.16.0-x86_64-linux)
127
- racc (~> 1.4)
128
- parallel (1.24.0)
129
- parser (3.3.0.4)
130
- ast (~> 2.4.1)
131
- racc
132
- power_assert (2.0.3)
133
- racc (1.7.3)
134
- rack (2.2.8)
135
- rack-test (2.1.0)
136
- rack (>= 1.3)
137
- rails (6.1.7.6)
138
- actioncable (= 6.1.7.6)
139
- actionmailbox (= 6.1.7.6)
140
- actionmailer (= 6.1.7.6)
141
- actionpack (= 6.1.7.6)
142
- actiontext (= 6.1.7.6)
143
- actionview (= 6.1.7.6)
144
- activejob (= 6.1.7.6)
145
- activemodel (= 6.1.7.6)
146
- activerecord (= 6.1.7.6)
147
- activestorage (= 6.1.7.6)
148
- activesupport (= 6.1.7.6)
149
- bundler (>= 1.15.0)
150
- railties (= 6.1.7.6)
151
- sprockets-rails (>= 2.0.0)
152
- rails-dom-testing (2.2.0)
153
- activesupport (>= 5.0.0)
154
- minitest
155
- nokogiri (>= 1.6)
156
- rails-html-sanitizer (1.6.0)
157
- loofah (~> 2.21)
158
- nokogiri (~> 1.14)
159
- railties (6.1.7.6)
160
- actionpack (= 6.1.7.6)
161
- activesupport (= 6.1.7.6)
162
- method_source
163
- rake (>= 12.2)
164
- thor (~> 1.0)
165
- rainbow (3.1.1)
166
- rake (13.0.6)
167
- regexp_parser (2.9.0)
168
- rexml (3.2.6)
169
- rspec (3.5.0)
170
- rspec-core (~> 3.5.0)
171
- rspec-expectations (~> 3.5.0)
172
- rspec-mocks (~> 3.5.0)
173
- rspec-activemodel-mocks (1.2.0)
174
- activemodel (>= 3.0)
175
- activesupport (>= 3.0)
176
- rspec-mocks (>= 2.99, < 4.0)
177
- rspec-core (3.5.4)
178
- rspec-support (~> 3.5.0)
179
- rspec-expectations (3.5.0)
180
- diff-lcs (>= 1.2.0, < 2.0)
181
- rspec-support (~> 3.5.0)
182
- rspec-its (1.3.0)
183
- rspec-core (>= 3.0.0)
184
- rspec-expectations (>= 3.0.0)
185
- rspec-mocks (3.5.0)
186
- diff-lcs (>= 1.2.0, < 2.0)
187
- rspec-support (~> 3.5.0)
188
- rspec-rails (3.5.2)
189
- actionpack (>= 3.0)
190
- activesupport (>= 3.0)
191
- railties (>= 3.0)
192
- rspec-core (~> 3.5.0)
193
- rspec-expectations (~> 3.5.0)
194
- rspec-mocks (~> 3.5.0)
195
- rspec-support (~> 3.5.0)
196
- rspec-support (3.5.0)
197
- rubocop (1.30.1)
198
- parallel (~> 1.10)
199
- parser (>= 3.1.0.0)
200
- rainbow (>= 2.2.2, < 4.0)
201
- regexp_parser (>= 1.8, < 3.0)
202
- rexml (>= 3.2.5, < 4.0)
203
- rubocop-ast (>= 1.18.0, < 2.0)
204
- ruby-progressbar (~> 1.7)
205
- unicode-display_width (>= 1.4.0, < 3.0)
206
- rubocop-ast (1.30.0)
207
- parser (>= 3.2.1.0)
208
- rubocop-performance (1.19.1)
209
- rubocop (>= 1.7.0, < 2.0)
210
- rubocop-ast (>= 0.4.0)
211
- ruby-progressbar (1.13.0)
212
- simplecov (0.16.1)
213
- docile (~> 1.1)
214
- json (>= 1.8, < 3)
215
- simplecov-html (~> 0.10.0)
216
- simplecov-html (0.10.2)
217
- sprockets (4.2.1)
218
- concurrent-ruby (~> 1.0)
219
- rack (>= 2.2.4, < 4)
220
- sprockets-rails (3.4.2)
221
- actionpack (>= 5.2)
222
- activesupport (>= 5.2)
223
- sprockets (>= 3.0.0)
224
- sqlite3 (1.7.0)
225
- mini_portile2 (~> 2.8.0)
226
- sqlite3 (1.7.0-x86_64-darwin)
227
- sqlite3 (1.7.0-x86_64-linux)
228
- sync (0.5.0)
229
- term-ansicolor (1.7.1)
230
- tins (~> 1.0)
231
- test-unit (3.6.1)
232
- power_assert
233
- thor (1.3.0)
234
- timeout (0.4.1)
235
- tins (1.32.1)
236
- sync
237
- tzinfo (2.0.6)
238
- concurrent-ruby (~> 1.0)
239
- unicode-display_width (2.5.0)
240
- websocket-driver (0.7.6)
241
- websocket-extensions (>= 0.1.0)
242
- websocket-extensions (0.1.5)
243
- zeitwerk (2.6.18)
244
-
245
- PLATFORMS
246
- ruby
247
- x86_64-darwin-23
248
- x86_64-linux
249
-
250
- DEPENDENCIES
251
- appraisal (~> 1.0.0)
252
- base64
253
- bigdecimal
254
- comma!
255
- coveralls
256
- drb
257
- minitest (= 5.14.4)
258
- mutex_m
259
- rails (= 6.1.7.6)
260
- rake (~> 13.0.1)
261
- rspec (~> 3.5.0)
262
- rspec-activemodel-mocks
263
- rspec-its
264
- rspec-rails
265
- rubocop (~> 1.30.0)
266
- rubocop-performance
267
- sqlite3
268
- test-unit
269
-
270
- BUNDLED WITH
271
- 2.5.5