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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: comma
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.9.0
4
+ version: 5.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcus Crafter
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2026-05-17 00:00:00.000000000 Z
12
+ date: 2026-09-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport
@@ -67,6 +67,20 @@ dependencies:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
69
  version: '0'
70
+ - !ruby/object:Gem::Dependency
71
+ name: benchmark
72
+ requirement: !ruby/object:Gem::Requirement
73
+ requirements:
74
+ - - ">="
75
+ - !ruby/object:Gem::Version
76
+ version: '0'
77
+ type: :development
78
+ prerelease: false
79
+ version_requirements: !ruby/object:Gem::Requirement
80
+ requirements:
81
+ - - ">="
82
+ - !ruby/object:Gem::Version
83
+ version: '0'
70
84
  - !ruby/object:Gem::Dependency
71
85
  name: bigdecimal
72
86
  requirement: !ruby/object:Gem::Requirement
@@ -81,6 +95,20 @@ dependencies:
81
95
  - - ">="
82
96
  - !ruby/object:Gem::Version
83
97
  version: '0'
98
+ - !ruby/object:Gem::Dependency
99
+ name: cgi
100
+ requirement: !ruby/object:Gem::Requirement
101
+ requirements:
102
+ - - ">="
103
+ - !ruby/object:Gem::Version
104
+ version: '0'
105
+ type: :development
106
+ prerelease: false
107
+ version_requirements: !ruby/object:Gem::Requirement
108
+ requirements:
109
+ - - ">="
110
+ - !ruby/object:Gem::Version
111
+ version: '0'
84
112
  - !ruby/object:Gem::Dependency
85
113
  name: drb
86
114
  requirement: !ruby/object:Gem::Requirement
@@ -95,20 +123,34 @@ dependencies:
95
123
  - - ">="
96
124
  - !ruby/object:Gem::Version
97
125
  version: '0'
126
+ - !ruby/object:Gem::Dependency
127
+ name: logger
128
+ requirement: !ruby/object:Gem::Requirement
129
+ requirements:
130
+ - - ">="
131
+ - !ruby/object:Gem::Version
132
+ version: '0'
133
+ type: :development
134
+ prerelease: false
135
+ version_requirements: !ruby/object:Gem::Requirement
136
+ requirements:
137
+ - - ">="
138
+ - !ruby/object:Gem::Version
139
+ version: '0'
98
140
  - !ruby/object:Gem::Dependency
99
141
  name: minitest
100
142
  requirement: !ruby/object:Gem::Requirement
101
143
  requirements:
102
144
  - - '='
103
145
  - !ruby/object:Gem::Version
104
- version: 5.14.4
146
+ version: 5.27.0
105
147
  type: :development
106
148
  prerelease: false
107
149
  version_requirements: !ruby/object:Gem::Requirement
108
150
  requirements:
109
151
  - - '='
110
152
  - !ruby/object:Gem::Version
111
- version: 5.14.4
153
+ version: 5.27.0
112
154
  - !ruby/object:Gem::Dependency
113
155
  name: mutex_m
114
156
  requirement: !ruby/object:Gem::Requirement
@@ -123,6 +165,20 @@ dependencies:
123
165
  - - ">="
124
166
  - !ruby/object:Gem::Version
125
167
  version: '0'
168
+ - !ruby/object:Gem::Dependency
169
+ name: ostruct
170
+ requirement: !ruby/object:Gem::Requirement
171
+ requirements:
172
+ - - ">="
173
+ - !ruby/object:Gem::Version
174
+ version: '0'
175
+ type: :development
176
+ prerelease: false
177
+ version_requirements: !ruby/object:Gem::Requirement
178
+ requirements:
179
+ - - ">="
180
+ - !ruby/object:Gem::Version
181
+ version: '0'
126
182
  - !ruby/object:Gem::Dependency
127
183
  name: rake
128
184
  requirement: !ruby/object:Gem::Requirement
@@ -143,14 +199,14 @@ dependencies:
143
199
  requirements:
144
200
  - - "~>"
145
201
  - !ruby/object:Gem::Version
146
- version: 3.5.0
202
+ version: '3.13'
147
203
  type: :development
148
204
  prerelease: false
149
205
  version_requirements: !ruby/object:Gem::Requirement
150
206
  requirements:
151
207
  - - "~>"
152
208
  - !ruby/object:Gem::Version
153
- version: 3.5.0
209
+ version: '3.13'
154
210
  - !ruby/object:Gem::Dependency
155
211
  name: rspec-activemodel-mocks
156
212
  requirement: !ruby/object:Gem::Requirement
@@ -188,6 +244,7 @@ extensions: []
188
244
  extra_rdoc_files: []
189
245
  files:
190
246
  - ".coveralls.yml"
247
+ - ".github/copilot-instructions.md"
191
248
  - ".github/workflows/build.yml"
192
249
  - ".gitignore"
193
250
  - ".rspec"
@@ -201,25 +258,26 @@ files:
201
258
  - README.md
202
259
  - Rakefile
203
260
  - comma.gemspec
204
- - gemfiles/active6.0.6.gemfile
205
- - gemfiles/active6.0.6.gemfile.lock
206
- - gemfiles/active6.1.7.6.gemfile
207
- - gemfiles/active6.1.7.6.gemfile.lock
208
- - gemfiles/active7.0.8.gemfile
209
- - gemfiles/active7.0.8.gemfile.lock
210
- - gemfiles/active7.1.3.gemfile
211
- - gemfiles/active7.1.3.gemfile.lock
212
- - gemfiles/rails6.0.6.gemfile
213
- - gemfiles/rails6.0.6.gemfile.lock
214
- - gemfiles/rails6.1.7.6.gemfile
215
- - gemfiles/rails6.1.7.6.gemfile.lock
216
- - gemfiles/rails7.0.8.gemfile
217
- - gemfiles/rails7.0.8.gemfile.lock
218
- - gemfiles/rails7.1.3.gemfile
219
- - gemfiles/rails7.1.3.gemfile.lock
261
+ - gemfiles/active7.1.6.gemfile
262
+ - gemfiles/active7.1.6.gemfile.lock
263
+ - gemfiles/active7.2.3.2.gemfile
264
+ - gemfiles/active7.2.3.2.gemfile.lock
265
+ - gemfiles/active8.0.5.1.gemfile
266
+ - gemfiles/active8.0.5.1.gemfile.lock
267
+ - gemfiles/active8.1.3.1.gemfile
268
+ - gemfiles/active8.1.3.1.gemfile.lock
269
+ - gemfiles/rails7.1.6.gemfile
270
+ - gemfiles/rails7.1.6.gemfile.lock
271
+ - gemfiles/rails7.2.3.2.gemfile
272
+ - gemfiles/rails7.2.3.2.gemfile.lock
273
+ - gemfiles/rails8.0.5.1.gemfile
274
+ - gemfiles/rails8.0.5.1.gemfile.lock
275
+ - gemfiles/rails8.1.3.1.gemfile
276
+ - gemfiles/rails8.1.3.1.gemfile.lock
220
277
  - init.rb
221
278
  - lib/comma.rb
222
279
  - lib/comma/array.rb
280
+ - lib/comma/collection_export.rb
223
281
  - lib/comma/data_extractor.rb
224
282
  - lib/comma/data_mapper_collection.rb
225
283
  - lib/comma/extractor.rb
@@ -227,15 +285,20 @@ files:
227
285
  - lib/comma/header_extractor.rb
228
286
  - lib/comma/mongoid.rb
229
287
  - lib/comma/object.rb
288
+ - lib/comma/options.rb
289
+ - lib/comma/rails.rb
290
+ - lib/comma/rails/renderer.rb
230
291
  - lib/comma/relation.rb
231
292
  - lib/comma/version.rb
232
293
  - spec/comma/comma_spec.rb
233
294
  - spec/comma/data_extractor_spec.rb
234
295
  - spec/comma/header_extractor_spec.rb
296
+ - spec/comma/options_spec.rb
235
297
  - spec/comma/rails/active_record_spec.rb
236
298
  - spec/comma/rails/data_mapper_collection_spec.rb
237
299
  - spec/comma/rails/mongoid_spec.rb
238
300
  - spec/controllers/users_controller_spec.rb
301
+ - spec/gemspec_spec.rb
239
302
  - spec/non_rails_app/ruby_classes.rb
240
303
  - spec/rails_app/active_record/config.rb
241
304
  - spec/rails_app/active_record/models.rb
@@ -244,6 +307,8 @@ files:
244
307
  - spec/rails_app/rails_app.rb
245
308
  - spec/rails_app/tmp/.gitkeep
246
309
  - spec/spec_helper.rb
310
+ - spec/support/comma_class_helper.rb
311
+ - spec/support/csv_expectation_helper.rb
247
312
  homepage: http://github.com/comma-csv/comma
248
313
  licenses:
249
314
  - MIT
@@ -256,7 +321,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
256
321
  requirements:
257
322
  - - ">="
258
323
  - !ruby/object:Gem::Version
259
- version: '0'
324
+ version: '3.1'
260
325
  required_rubygems_version: !ruby/object:Gem::Requirement
261
326
  requirements:
262
327
  - - ">="
@@ -271,10 +336,12 @@ test_files:
271
336
  - spec/comma/comma_spec.rb
272
337
  - spec/comma/data_extractor_spec.rb
273
338
  - spec/comma/header_extractor_spec.rb
339
+ - spec/comma/options_spec.rb
274
340
  - spec/comma/rails/active_record_spec.rb
275
341
  - spec/comma/rails/data_mapper_collection_spec.rb
276
342
  - spec/comma/rails/mongoid_spec.rb
277
343
  - spec/controllers/users_controller_spec.rb
344
+ - spec/gemspec_spec.rb
278
345
  - spec/non_rails_app/ruby_classes.rb
279
346
  - spec/rails_app/active_record/config.rb
280
347
  - spec/rails_app/active_record/models.rb
@@ -283,3 +350,5 @@ test_files:
283
350
  - spec/rails_app/rails_app.rb
284
351
  - spec/rails_app/tmp/.gitkeep
285
352
  - spec/spec_helper.rb
353
+ - spec/support/comma_class_helper.rb
354
+ - spec/support/csv_expectation_helper.rb
@@ -1,136 +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 (6.0.6)
12
- activesupport (= 6.0.6)
13
- activerecord (6.0.6)
14
- activemodel (= 6.0.6)
15
- activesupport (= 6.0.6)
16
- activesupport (6.0.6)
17
- concurrent-ruby (~> 1.0, >= 1.0.2)
18
- i18n (>= 0.7, < 2)
19
- minitest (~> 5.1)
20
- tzinfo (~> 1.1)
21
- zeitwerk (~> 2.2, >= 2.2.2)
22
- appraisal (1.0.3)
23
- bundler
24
- rake
25
- thor (>= 0.14.0)
26
- ast (2.4.2)
27
- base64 (0.3.0)
28
- bigdecimal (4.1.2)
29
- concurrent-ruby (1.3.6)
30
- coveralls (0.8.23)
31
- json (>= 1.8, < 3)
32
- simplecov (~> 0.16.1)
33
- term-ansicolor (~> 1.3)
34
- thor (>= 0.19.4, < 2.0)
35
- tins (~> 1.6)
36
- csv (3.3.5)
37
- diff-lcs (1.5.0)
38
- docile (1.4.0)
39
- drb (2.2.3)
40
- i18n (1.14.8)
41
- concurrent-ruby (~> 1.0)
42
- json (2.7.1)
43
- mini_portile2 (2.8.9)
44
- minitest (5.14.4)
45
- mutex_m (0.3.0)
46
- parallel (1.24.0)
47
- parser (3.3.0.4)
48
- ast (~> 2.4.1)
49
- racc
50
- racc (1.7.3)
51
- rainbow (3.1.1)
52
- rake (13.0.6)
53
- regexp_parser (2.9.0)
54
- rexml (3.2.6)
55
- rspec (3.5.0)
56
- rspec-core (~> 3.5.0)
57
- rspec-expectations (~> 3.5.0)
58
- rspec-mocks (~> 3.5.0)
59
- rspec-activemodel-mocks (1.2.0)
60
- activemodel (>= 3.0)
61
- activesupport (>= 3.0)
62
- rspec-mocks (>= 2.99, < 4.0)
63
- rspec-core (3.5.4)
64
- rspec-support (~> 3.5.0)
65
- rspec-expectations (3.5.0)
66
- diff-lcs (>= 1.2.0, < 2.0)
67
- rspec-support (~> 3.5.0)
68
- rspec-its (1.3.0)
69
- rspec-core (>= 3.0.0)
70
- rspec-expectations (>= 3.0.0)
71
- rspec-mocks (3.5.0)
72
- diff-lcs (>= 1.2.0, < 2.0)
73
- rspec-support (~> 3.5.0)
74
- rspec-support (3.5.0)
75
- rubocop (1.30.1)
76
- parallel (~> 1.10)
77
- parser (>= 3.1.0.0)
78
- rainbow (>= 2.2.2, < 4.0)
79
- regexp_parser (>= 1.8, < 3.0)
80
- rexml (>= 3.2.5, < 4.0)
81
- rubocop-ast (>= 1.18.0, < 2.0)
82
- ruby-progressbar (~> 1.7)
83
- unicode-display_width (>= 1.4.0, < 3.0)
84
- rubocop-ast (1.30.0)
85
- parser (>= 3.2.1.0)
86
- rubocop-performance (1.19.1)
87
- rubocop (>= 1.7.0, < 2.0)
88
- rubocop-ast (>= 0.4.0)
89
- ruby-progressbar (1.13.0)
90
- simplecov (0.16.1)
91
- docile (~> 1.1)
92
- json (>= 1.8, < 3)
93
- simplecov-html (~> 0.10.0)
94
- simplecov-html (0.10.2)
95
- sqlite3 (1.7.0)
96
- mini_portile2 (~> 2.8.0)
97
- sqlite3 (1.7.0-x86_64-darwin)
98
- sqlite3 (1.7.0-x86_64-linux)
99
- sync (0.5.0)
100
- term-ansicolor (1.7.1)
101
- tins (~> 1.0)
102
- thor (1.3.0)
103
- thread_safe (0.3.6)
104
- tins (1.32.1)
105
- sync
106
- tzinfo (1.2.11)
107
- thread_safe (~> 0.1)
108
- unicode-display_width (2.5.0)
109
- zeitwerk (2.6.18)
110
-
111
- PLATFORMS
112
- ruby
113
- x86_64-darwin-23
114
- x86_64-linux
115
-
116
- DEPENDENCIES
117
- activerecord (= 6.0.6)
118
- activesupport (= 6.0.6)
119
- appraisal (~> 1.0.0)
120
- base64
121
- bigdecimal
122
- comma!
123
- coveralls
124
- drb
125
- minitest (= 5.14.4)
126
- mutex_m
127
- rake (~> 13.0.1)
128
- rspec (~> 3.5.0)
129
- rspec-activemodel-mocks
130
- rspec-its
131
- rubocop (~> 1.30.0)
132
- rubocop-performance
133
- sqlite3
134
-
135
- BUNDLED WITH
136
- 2.5.5
@@ -1,135 +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 (6.1.7.6)
12
- activesupport (= 6.1.7.6)
13
- activerecord (6.1.7.6)
14
- activemodel (= 6.1.7.6)
15
- activesupport (= 6.1.7.6)
16
- activesupport (6.1.7.6)
17
- concurrent-ruby (~> 1.0, >= 1.0.2)
18
- i18n (>= 1.6, < 2)
19
- minitest (>= 5.1)
20
- tzinfo (~> 2.0)
21
- zeitwerk (~> 2.3)
22
- appraisal (1.0.3)
23
- bundler
24
- rake
25
- thor (>= 0.14.0)
26
- ast (2.4.2)
27
- base64 (0.3.0)
28
- bigdecimal (4.1.2)
29
- concurrent-ruby (1.3.6)
30
- coveralls (0.8.23)
31
- json (>= 1.8, < 3)
32
- simplecov (~> 0.16.1)
33
- term-ansicolor (~> 1.3)
34
- thor (>= 0.19.4, < 2.0)
35
- tins (~> 1.6)
36
- csv (3.3.5)
37
- diff-lcs (1.5.0)
38
- docile (1.4.0)
39
- drb (2.2.3)
40
- i18n (1.14.8)
41
- concurrent-ruby (~> 1.0)
42
- json (2.7.1)
43
- mini_portile2 (2.8.9)
44
- minitest (5.14.4)
45
- mutex_m (0.3.0)
46
- parallel (1.24.0)
47
- parser (3.3.0.4)
48
- ast (~> 2.4.1)
49
- racc
50
- racc (1.7.3)
51
- rainbow (3.1.1)
52
- rake (13.0.6)
53
- regexp_parser (2.9.0)
54
- rexml (3.2.6)
55
- rspec (3.5.0)
56
- rspec-core (~> 3.5.0)
57
- rspec-expectations (~> 3.5.0)
58
- rspec-mocks (~> 3.5.0)
59
- rspec-activemodel-mocks (1.2.0)
60
- activemodel (>= 3.0)
61
- activesupport (>= 3.0)
62
- rspec-mocks (>= 2.99, < 4.0)
63
- rspec-core (3.5.4)
64
- rspec-support (~> 3.5.0)
65
- rspec-expectations (3.5.0)
66
- diff-lcs (>= 1.2.0, < 2.0)
67
- rspec-support (~> 3.5.0)
68
- rspec-its (1.3.0)
69
- rspec-core (>= 3.0.0)
70
- rspec-expectations (>= 3.0.0)
71
- rspec-mocks (3.5.0)
72
- diff-lcs (>= 1.2.0, < 2.0)
73
- rspec-support (~> 3.5.0)
74
- rspec-support (3.5.0)
75
- rubocop (1.30.1)
76
- parallel (~> 1.10)
77
- parser (>= 3.1.0.0)
78
- rainbow (>= 2.2.2, < 4.0)
79
- regexp_parser (>= 1.8, < 3.0)
80
- rexml (>= 3.2.5, < 4.0)
81
- rubocop-ast (>= 1.18.0, < 2.0)
82
- ruby-progressbar (~> 1.7)
83
- unicode-display_width (>= 1.4.0, < 3.0)
84
- rubocop-ast (1.30.0)
85
- parser (>= 3.2.1.0)
86
- rubocop-performance (1.19.1)
87
- rubocop (>= 1.7.0, < 2.0)
88
- rubocop-ast (>= 0.4.0)
89
- ruby-progressbar (1.13.0)
90
- simplecov (0.16.1)
91
- docile (~> 1.1)
92
- json (>= 1.8, < 3)
93
- simplecov-html (~> 0.10.0)
94
- simplecov-html (0.10.2)
95
- sqlite3 (1.7.0)
96
- mini_portile2 (~> 2.8.0)
97
- sqlite3 (1.7.0-x86_64-darwin)
98
- sqlite3 (1.7.0-x86_64-linux)
99
- sync (0.5.0)
100
- term-ansicolor (1.7.1)
101
- tins (~> 1.0)
102
- thor (1.3.0)
103
- tins (1.32.1)
104
- sync
105
- tzinfo (2.0.6)
106
- concurrent-ruby (~> 1.0)
107
- unicode-display_width (2.5.0)
108
- zeitwerk (2.6.18)
109
-
110
- PLATFORMS
111
- ruby
112
- x86_64-darwin-23
113
- x86_64-linux
114
-
115
- DEPENDENCIES
116
- activerecord (= 6.1.7.6)
117
- activesupport (= 6.1.7.6)
118
- appraisal (~> 1.0.0)
119
- base64
120
- bigdecimal
121
- comma!
122
- coveralls
123
- drb
124
- minitest (= 5.14.4)
125
- mutex_m
126
- rake (~> 13.0.1)
127
- rspec (~> 3.5.0)
128
- rspec-activemodel-mocks
129
- rspec-its
130
- rubocop (~> 1.30.0)
131
- rubocop-performance
132
- sqlite3
133
-
134
- BUNDLED WITH
135
- 2.5.5
@@ -1,133 +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.0.8)
12
- activesupport (= 7.0.8)
13
- activerecord (7.0.8)
14
- activemodel (= 7.0.8)
15
- activesupport (= 7.0.8)
16
- activesupport (7.0.8)
17
- concurrent-ruby (~> 1.0, >= 1.0.2)
18
- i18n (>= 1.6, < 2)
19
- minitest (>= 5.1)
20
- tzinfo (~> 2.0)
21
- appraisal (1.0.3)
22
- bundler
23
- rake
24
- thor (>= 0.14.0)
25
- ast (2.4.2)
26
- base64 (0.3.0)
27
- bigdecimal (4.1.2)
28
- concurrent-ruby (1.3.6)
29
- coveralls (0.8.23)
30
- json (>= 1.8, < 3)
31
- simplecov (~> 0.16.1)
32
- term-ansicolor (~> 1.3)
33
- thor (>= 0.19.4, < 2.0)
34
- tins (~> 1.6)
35
- csv (3.3.5)
36
- diff-lcs (1.5.0)
37
- docile (1.4.0)
38
- drb (2.2.3)
39
- i18n (1.14.8)
40
- concurrent-ruby (~> 1.0)
41
- json (2.7.1)
42
- mini_portile2 (2.8.9)
43
- minitest (5.14.4)
44
- mutex_m (0.3.0)
45
- parallel (1.24.0)
46
- parser (3.3.0.4)
47
- ast (~> 2.4.1)
48
- racc
49
- racc (1.7.3)
50
- rainbow (3.1.1)
51
- rake (13.0.6)
52
- regexp_parser (2.9.0)
53
- rexml (3.2.6)
54
- rspec (3.5.0)
55
- rspec-core (~> 3.5.0)
56
- rspec-expectations (~> 3.5.0)
57
- rspec-mocks (~> 3.5.0)
58
- rspec-activemodel-mocks (1.2.0)
59
- activemodel (>= 3.0)
60
- activesupport (>= 3.0)
61
- rspec-mocks (>= 2.99, < 4.0)
62
- rspec-core (3.5.4)
63
- rspec-support (~> 3.5.0)
64
- rspec-expectations (3.5.0)
65
- diff-lcs (>= 1.2.0, < 2.0)
66
- rspec-support (~> 3.5.0)
67
- rspec-its (1.3.0)
68
- rspec-core (>= 3.0.0)
69
- rspec-expectations (>= 3.0.0)
70
- rspec-mocks (3.5.0)
71
- diff-lcs (>= 1.2.0, < 2.0)
72
- rspec-support (~> 3.5.0)
73
- rspec-support (3.5.0)
74
- rubocop (1.30.1)
75
- parallel (~> 1.10)
76
- parser (>= 3.1.0.0)
77
- rainbow (>= 2.2.2, < 4.0)
78
- regexp_parser (>= 1.8, < 3.0)
79
- rexml (>= 3.2.5, < 4.0)
80
- rubocop-ast (>= 1.18.0, < 2.0)
81
- ruby-progressbar (~> 1.7)
82
- unicode-display_width (>= 1.4.0, < 3.0)
83
- rubocop-ast (1.30.0)
84
- parser (>= 3.2.1.0)
85
- rubocop-performance (1.19.1)
86
- rubocop (>= 1.7.0, < 2.0)
87
- rubocop-ast (>= 0.4.0)
88
- ruby-progressbar (1.13.0)
89
- simplecov (0.16.1)
90
- docile (~> 1.1)
91
- json (>= 1.8, < 3)
92
- simplecov-html (~> 0.10.0)
93
- simplecov-html (0.10.2)
94
- sqlite3 (1.7.0)
95
- mini_portile2 (~> 2.8.0)
96
- sqlite3 (1.7.0-x86_64-darwin)
97
- sqlite3 (1.7.0-x86_64-linux)
98
- sync (0.5.0)
99
- term-ansicolor (1.7.1)
100
- tins (~> 1.0)
101
- thor (1.3.0)
102
- tins (1.32.1)
103
- sync
104
- tzinfo (2.0.6)
105
- concurrent-ruby (~> 1.0)
106
- unicode-display_width (2.5.0)
107
-
108
- PLATFORMS
109
- ruby
110
- x86_64-darwin-23
111
- x86_64-linux
112
-
113
- DEPENDENCIES
114
- activerecord (= 7.0.8)
115
- activesupport (= 7.0.8)
116
- appraisal (~> 1.0.0)
117
- base64
118
- bigdecimal
119
- comma!
120
- coveralls
121
- drb
122
- minitest (= 5.14.4)
123
- mutex_m
124
- rake (~> 13.0.1)
125
- rspec (~> 3.5.0)
126
- rspec-activemodel-mocks
127
- rspec-its
128
- rubocop (~> 1.30.0)
129
- rubocop-performance
130
- sqlite3
131
-
132
- BUNDLED WITH
133
- 2.5.5