comma 4.8.0 → 5.0.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.
- checksums.yaml +4 -4
- data/.github/copilot-instructions.md +56 -0
- data/.github/workflows/build.yml +3 -1
- data/Gemfile.lock +49 -34
- data/README.md +89 -9
- data/comma.gemspec +12 -2
- data/gemfiles/active6.0.6.gemfile.lock +41 -19
- data/gemfiles/active6.1.7.6.gemfile.lock +41 -19
- data/gemfiles/active7.0.8.gemfile.lock +40 -18
- data/gemfiles/active7.1.3.gemfile.lock +38 -24
- data/gemfiles/rails6.0.6.gemfile.lock +48 -42
- data/gemfiles/rails6.1.7.6.gemfile.lock +48 -42
- data/gemfiles/rails7.0.8.gemfile.lock +52 -26
- data/gemfiles/rails7.1.3.gemfile.lock +48 -32
- data/lib/comma/version.rb +1 -1
- data/lib/comma.rb +1 -0
- data/spec/gemspec_spec.rb +11 -0
- data/spec/spec_helper.rb +1 -0
- metadata +137 -8
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: ..
|
|
3
3
|
specs:
|
|
4
|
-
comma (
|
|
4
|
+
comma (5.0.0)
|
|
5
5
|
activesupport (>= 4.2.0)
|
|
6
|
+
csv (>= 3.3)
|
|
6
7
|
|
|
7
8
|
GEM
|
|
8
9
|
remote: https://rubygems.org/
|
|
@@ -77,8 +78,12 @@ GEM
|
|
|
77
78
|
rake
|
|
78
79
|
thor (>= 0.14.0)
|
|
79
80
|
ast (2.4.2)
|
|
81
|
+
base64 (0.3.0)
|
|
82
|
+
benchmark (0.5.0)
|
|
83
|
+
bigdecimal (4.1.2)
|
|
80
84
|
builder (3.2.4)
|
|
81
|
-
|
|
85
|
+
cgi (0.3.6)
|
|
86
|
+
concurrent-ruby (1.3.6)
|
|
82
87
|
coveralls (0.8.23)
|
|
83
88
|
json (>= 1.8, < 3)
|
|
84
89
|
simplecov (~> 0.16.1)
|
|
@@ -86,15 +91,18 @@ GEM
|
|
|
86
91
|
thor (>= 0.19.4, < 2.0)
|
|
87
92
|
tins (~> 1.6)
|
|
88
93
|
crass (1.0.6)
|
|
94
|
+
csv (3.3.5)
|
|
89
95
|
date (3.3.4)
|
|
90
96
|
diff-lcs (1.5.0)
|
|
91
97
|
docile (1.4.0)
|
|
98
|
+
drb (2.2.3)
|
|
92
99
|
erubi (1.12.0)
|
|
93
100
|
globalid (1.2.1)
|
|
94
101
|
activesupport (>= 6.1)
|
|
95
|
-
i18n (1.14.
|
|
102
|
+
i18n (1.14.8)
|
|
96
103
|
concurrent-ruby (~> 1.0)
|
|
97
104
|
json (2.7.1)
|
|
105
|
+
logger (1.7.0)
|
|
98
106
|
loofah (2.22.0)
|
|
99
107
|
crass (~> 1.0.2)
|
|
100
108
|
nokogiri (>= 1.12.0)
|
|
@@ -106,8 +114,9 @@ GEM
|
|
|
106
114
|
marcel (1.0.2)
|
|
107
115
|
method_source (1.0.0)
|
|
108
116
|
mini_mime (1.1.5)
|
|
109
|
-
mini_portile2 (2.8.
|
|
110
|
-
minitest (5.
|
|
117
|
+
mini_portile2 (2.8.9)
|
|
118
|
+
minitest (5.27.0)
|
|
119
|
+
mutex_m (0.3.0)
|
|
111
120
|
net-imap (0.4.9.1)
|
|
112
121
|
date
|
|
113
122
|
net-protocol
|
|
@@ -121,6 +130,11 @@ GEM
|
|
|
121
130
|
nokogiri (1.16.0)
|
|
122
131
|
mini_portile2 (~> 2.8.2)
|
|
123
132
|
racc (~> 1.4)
|
|
133
|
+
nokogiri (1.16.0-x86_64-darwin)
|
|
134
|
+
racc (~> 1.4)
|
|
135
|
+
nokogiri (1.16.0-x86_64-linux)
|
|
136
|
+
racc (~> 1.4)
|
|
137
|
+
ostruct (0.5.2)
|
|
124
138
|
parallel (1.24.0)
|
|
125
139
|
parser (3.3.0.4)
|
|
126
140
|
ast (~> 2.4.1)
|
|
@@ -161,34 +175,34 @@ GEM
|
|
|
161
175
|
rake (13.0.6)
|
|
162
176
|
regexp_parser (2.9.0)
|
|
163
177
|
rexml (3.2.6)
|
|
164
|
-
rspec (3.
|
|
165
|
-
rspec-core (~> 3.
|
|
166
|
-
rspec-expectations (~> 3.
|
|
167
|
-
rspec-mocks (~> 3.
|
|
178
|
+
rspec (3.13.0)
|
|
179
|
+
rspec-core (~> 3.13.0)
|
|
180
|
+
rspec-expectations (~> 3.13.0)
|
|
181
|
+
rspec-mocks (~> 3.13.0)
|
|
168
182
|
rspec-activemodel-mocks (1.2.0)
|
|
169
183
|
activemodel (>= 3.0)
|
|
170
184
|
activesupport (>= 3.0)
|
|
171
185
|
rspec-mocks (>= 2.99, < 4.0)
|
|
172
|
-
rspec-core (3.
|
|
173
|
-
rspec-support (~> 3.
|
|
174
|
-
rspec-expectations (3.
|
|
186
|
+
rspec-core (3.13.1)
|
|
187
|
+
rspec-support (~> 3.13.0)
|
|
188
|
+
rspec-expectations (3.13.3)
|
|
175
189
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
176
|
-
rspec-support (~> 3.
|
|
190
|
+
rspec-support (~> 3.13.0)
|
|
177
191
|
rspec-its (1.3.0)
|
|
178
192
|
rspec-core (>= 3.0.0)
|
|
179
193
|
rspec-expectations (>= 3.0.0)
|
|
180
|
-
rspec-mocks (3.
|
|
194
|
+
rspec-mocks (3.13.1)
|
|
181
195
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
182
|
-
rspec-support (~> 3.
|
|
183
|
-
rspec-rails (
|
|
184
|
-
actionpack (>=
|
|
185
|
-
activesupport (>=
|
|
186
|
-
railties (>=
|
|
187
|
-
rspec-core (~> 3.
|
|
188
|
-
rspec-expectations (~> 3.
|
|
189
|
-
rspec-mocks (~> 3.
|
|
190
|
-
rspec-support (~> 3.
|
|
191
|
-
rspec-support (3.
|
|
196
|
+
rspec-support (~> 3.13.0)
|
|
197
|
+
rspec-rails (6.1.5)
|
|
198
|
+
actionpack (>= 6.1)
|
|
199
|
+
activesupport (>= 6.1)
|
|
200
|
+
railties (>= 6.1)
|
|
201
|
+
rspec-core (~> 3.13)
|
|
202
|
+
rspec-expectations (~> 3.13)
|
|
203
|
+
rspec-mocks (~> 3.13)
|
|
204
|
+
rspec-support (~> 3.13)
|
|
205
|
+
rspec-support (3.13.1)
|
|
192
206
|
rubocop (1.30.1)
|
|
193
207
|
parallel (~> 1.10)
|
|
194
208
|
parser (>= 3.1.0.0)
|
|
@@ -211,6 +225,8 @@ GEM
|
|
|
211
225
|
simplecov-html (0.10.2)
|
|
212
226
|
sqlite3 (1.7.0)
|
|
213
227
|
mini_portile2 (~> 2.8.0)
|
|
228
|
+
sqlite3 (1.7.0-x86_64-darwin)
|
|
229
|
+
sqlite3 (1.7.0-x86_64-linux)
|
|
214
230
|
sync (0.5.0)
|
|
215
231
|
term-ansicolor (1.7.1)
|
|
216
232
|
tins (~> 1.0)
|
|
@@ -228,15 +244,25 @@ GEM
|
|
|
228
244
|
|
|
229
245
|
PLATFORMS
|
|
230
246
|
ruby
|
|
247
|
+
x86_64-darwin-23
|
|
248
|
+
x86_64-linux
|
|
231
249
|
|
|
232
250
|
DEPENDENCIES
|
|
233
251
|
appraisal (~> 1.0.0)
|
|
252
|
+
base64
|
|
253
|
+
benchmark
|
|
254
|
+
bigdecimal
|
|
255
|
+
cgi
|
|
234
256
|
comma!
|
|
235
257
|
coveralls
|
|
236
|
-
|
|
258
|
+
drb
|
|
259
|
+
logger
|
|
260
|
+
minitest (= 5.27.0)
|
|
261
|
+
mutex_m
|
|
262
|
+
ostruct
|
|
237
263
|
rails (= 7.0.8)
|
|
238
264
|
rake (~> 13.0.1)
|
|
239
|
-
rspec (~> 3.
|
|
265
|
+
rspec (~> 3.13)
|
|
240
266
|
rspec-activemodel-mocks
|
|
241
267
|
rspec-its
|
|
242
268
|
rspec-rails
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: ..
|
|
3
3
|
specs:
|
|
4
|
-
comma (
|
|
4
|
+
comma (5.0.0)
|
|
5
5
|
activesupport (>= 4.2.0)
|
|
6
|
+
csv (>= 3.3)
|
|
6
7
|
|
|
7
8
|
GEM
|
|
8
9
|
remote: https://rubygems.org/
|
|
@@ -86,11 +87,13 @@ GEM
|
|
|
86
87
|
rake
|
|
87
88
|
thor (>= 0.14.0)
|
|
88
89
|
ast (2.4.2)
|
|
89
|
-
base64 (0.
|
|
90
|
-
|
|
90
|
+
base64 (0.3.0)
|
|
91
|
+
benchmark (0.5.0)
|
|
92
|
+
bigdecimal (4.1.2)
|
|
91
93
|
builder (3.2.4)
|
|
92
|
-
|
|
93
|
-
|
|
94
|
+
cgi (0.3.6)
|
|
95
|
+
concurrent-ruby (1.3.6)
|
|
96
|
+
connection_pool (2.5.5)
|
|
94
97
|
coveralls (0.8.23)
|
|
95
98
|
json (>= 1.8, < 3)
|
|
96
99
|
simplecov (~> 0.16.1)
|
|
@@ -98,21 +101,22 @@ GEM
|
|
|
98
101
|
thor (>= 0.19.4, < 2.0)
|
|
99
102
|
tins (~> 1.6)
|
|
100
103
|
crass (1.0.6)
|
|
104
|
+
csv (3.3.5)
|
|
101
105
|
date (3.3.4)
|
|
102
106
|
diff-lcs (1.5.0)
|
|
103
107
|
docile (1.4.0)
|
|
104
|
-
drb (2.2.
|
|
105
|
-
ruby2_keywords
|
|
108
|
+
drb (2.2.3)
|
|
106
109
|
erubi (1.12.0)
|
|
107
110
|
globalid (1.2.1)
|
|
108
111
|
activesupport (>= 6.1)
|
|
109
|
-
i18n (1.14.
|
|
112
|
+
i18n (1.14.8)
|
|
110
113
|
concurrent-ruby (~> 1.0)
|
|
111
114
|
io-console (0.7.2)
|
|
112
115
|
irb (1.11.1)
|
|
113
116
|
rdoc
|
|
114
117
|
reline (>= 0.4.2)
|
|
115
118
|
json (2.7.1)
|
|
119
|
+
logger (1.7.0)
|
|
116
120
|
loofah (2.22.0)
|
|
117
121
|
crass (~> 1.0.2)
|
|
118
122
|
nokogiri (>= 1.12.0)
|
|
@@ -124,8 +128,8 @@ GEM
|
|
|
124
128
|
marcel (1.0.2)
|
|
125
129
|
mini_mime (1.1.5)
|
|
126
130
|
mini_portile2 (2.8.5)
|
|
127
|
-
minitest (5.
|
|
128
|
-
mutex_m (0.
|
|
131
|
+
minitest (5.27.0)
|
|
132
|
+
mutex_m (0.3.0)
|
|
129
133
|
net-imap (0.4.9.1)
|
|
130
134
|
date
|
|
131
135
|
net-protocol
|
|
@@ -139,6 +143,9 @@ GEM
|
|
|
139
143
|
nokogiri (1.16.0)
|
|
140
144
|
mini_portile2 (~> 2.8.2)
|
|
141
145
|
racc (~> 1.4)
|
|
146
|
+
nokogiri (1.16.0-x86_64-linux)
|
|
147
|
+
racc (~> 1.4)
|
|
148
|
+
ostruct (0.5.2)
|
|
142
149
|
parallel (1.24.0)
|
|
143
150
|
parser (3.3.0.4)
|
|
144
151
|
ast (~> 2.4.1)
|
|
@@ -191,34 +198,34 @@ GEM
|
|
|
191
198
|
reline (0.4.2)
|
|
192
199
|
io-console (~> 0.5)
|
|
193
200
|
rexml (3.2.6)
|
|
194
|
-
rspec (3.
|
|
195
|
-
rspec-core (~> 3.
|
|
196
|
-
rspec-expectations (~> 3.
|
|
197
|
-
rspec-mocks (~> 3.
|
|
201
|
+
rspec (3.13.0)
|
|
202
|
+
rspec-core (~> 3.13.0)
|
|
203
|
+
rspec-expectations (~> 3.13.0)
|
|
204
|
+
rspec-mocks (~> 3.13.0)
|
|
198
205
|
rspec-activemodel-mocks (1.2.0)
|
|
199
206
|
activemodel (>= 3.0)
|
|
200
207
|
activesupport (>= 3.0)
|
|
201
208
|
rspec-mocks (>= 2.99, < 4.0)
|
|
202
|
-
rspec-core (3.
|
|
203
|
-
rspec-support (~> 3.
|
|
204
|
-
rspec-expectations (3.
|
|
209
|
+
rspec-core (3.13.1)
|
|
210
|
+
rspec-support (~> 3.13.0)
|
|
211
|
+
rspec-expectations (3.13.3)
|
|
205
212
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
206
|
-
rspec-support (~> 3.
|
|
213
|
+
rspec-support (~> 3.13.0)
|
|
207
214
|
rspec-its (1.3.0)
|
|
208
215
|
rspec-core (>= 3.0.0)
|
|
209
216
|
rspec-expectations (>= 3.0.0)
|
|
210
|
-
rspec-mocks (3.
|
|
217
|
+
rspec-mocks (3.13.1)
|
|
211
218
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
212
|
-
rspec-support (~> 3.
|
|
213
|
-
rspec-rails (
|
|
214
|
-
actionpack (>=
|
|
215
|
-
activesupport (>=
|
|
216
|
-
railties (>=
|
|
217
|
-
rspec-core (~> 3.
|
|
218
|
-
rspec-expectations (~> 3.
|
|
219
|
-
rspec-mocks (~> 3.
|
|
220
|
-
rspec-support (~> 3.
|
|
221
|
-
rspec-support (3.
|
|
219
|
+
rspec-support (~> 3.13.0)
|
|
220
|
+
rspec-rails (6.1.5)
|
|
221
|
+
actionpack (>= 6.1)
|
|
222
|
+
activesupport (>= 6.1)
|
|
223
|
+
railties (>= 6.1)
|
|
224
|
+
rspec-core (~> 3.13)
|
|
225
|
+
rspec-expectations (~> 3.13)
|
|
226
|
+
rspec-mocks (~> 3.13)
|
|
227
|
+
rspec-support (~> 3.13)
|
|
228
|
+
rspec-support (3.13.1)
|
|
222
229
|
rubocop (1.30.1)
|
|
223
230
|
parallel (~> 1.10)
|
|
224
231
|
parser (>= 3.1.0.0)
|
|
@@ -234,7 +241,6 @@ GEM
|
|
|
234
241
|
rubocop (>= 1.7.0, < 2.0)
|
|
235
242
|
rubocop-ast (>= 0.4.0)
|
|
236
243
|
ruby-progressbar (1.13.0)
|
|
237
|
-
ruby2_keywords (0.0.5)
|
|
238
244
|
simplecov (0.16.1)
|
|
239
245
|
docile (~> 1.1)
|
|
240
246
|
json (>= 1.8, < 3)
|
|
@@ -242,6 +248,7 @@ GEM
|
|
|
242
248
|
simplecov-html (0.10.2)
|
|
243
249
|
sqlite3 (1.7.0)
|
|
244
250
|
mini_portile2 (~> 2.8.0)
|
|
251
|
+
sqlite3 (1.7.0-x86_64-linux)
|
|
245
252
|
stringio (3.1.0)
|
|
246
253
|
sync (0.5.0)
|
|
247
254
|
term-ansicolor (1.7.1)
|
|
@@ -261,15 +268,24 @@ GEM
|
|
|
261
268
|
|
|
262
269
|
PLATFORMS
|
|
263
270
|
ruby
|
|
271
|
+
x86_64-linux
|
|
264
272
|
|
|
265
273
|
DEPENDENCIES
|
|
266
274
|
appraisal (~> 1.0.0)
|
|
275
|
+
base64
|
|
276
|
+
benchmark
|
|
277
|
+
bigdecimal
|
|
278
|
+
cgi
|
|
267
279
|
comma!
|
|
268
280
|
coveralls
|
|
269
|
-
|
|
281
|
+
drb
|
|
282
|
+
logger
|
|
283
|
+
minitest (= 5.27.0)
|
|
284
|
+
mutex_m
|
|
285
|
+
ostruct
|
|
270
286
|
rails (= 7.1.3)
|
|
271
287
|
rake (~> 13.0.1)
|
|
272
|
-
rspec (~> 3.
|
|
288
|
+
rspec (~> 3.13)
|
|
273
289
|
rspec-activemodel-mocks
|
|
274
290
|
rspec-its
|
|
275
291
|
rspec-rails
|
data/lib/comma/version.rb
CHANGED
data/lib/comma.rb
CHANGED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
require_relative 'spec_helper'
|
|
4
|
+
|
|
5
|
+
RSpec.describe 'comma.gemspec' do
|
|
6
|
+
it 'requires Ruby 3.1 or later' do
|
|
7
|
+
specification = Gem::Specification.load(File.expand_path('../comma.gemspec', __dir__))
|
|
8
|
+
|
|
9
|
+
expect(specification.required_ruby_version.to_s).to eq('>= 3.1')
|
|
10
|
+
end
|
|
11
|
+
end
|
data/spec/spec_helper.rb
CHANGED
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
|
+
version: 5.0.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:
|
|
12
|
+
date: 2026-08-22 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: activesupport
|
|
@@ -25,6 +25,20 @@ dependencies:
|
|
|
25
25
|
- - ">="
|
|
26
26
|
- !ruby/object:Gem::Version
|
|
27
27
|
version: 4.2.0
|
|
28
|
+
- !ruby/object:Gem::Dependency
|
|
29
|
+
name: csv
|
|
30
|
+
requirement: !ruby/object:Gem::Requirement
|
|
31
|
+
requirements:
|
|
32
|
+
- - ">="
|
|
33
|
+
- !ruby/object:Gem::Version
|
|
34
|
+
version: '3.3'
|
|
35
|
+
type: :runtime
|
|
36
|
+
prerelease: false
|
|
37
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
38
|
+
requirements:
|
|
39
|
+
- - ">="
|
|
40
|
+
- !ruby/object:Gem::Version
|
|
41
|
+
version: '3.3'
|
|
28
42
|
- !ruby/object:Gem::Dependency
|
|
29
43
|
name: appraisal
|
|
30
44
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -39,20 +53,132 @@ dependencies:
|
|
|
39
53
|
- - "~>"
|
|
40
54
|
- !ruby/object:Gem::Version
|
|
41
55
|
version: 1.0.0
|
|
56
|
+
- !ruby/object:Gem::Dependency
|
|
57
|
+
name: base64
|
|
58
|
+
requirement: !ruby/object:Gem::Requirement
|
|
59
|
+
requirements:
|
|
60
|
+
- - ">="
|
|
61
|
+
- !ruby/object:Gem::Version
|
|
62
|
+
version: '0'
|
|
63
|
+
type: :development
|
|
64
|
+
prerelease: false
|
|
65
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
66
|
+
requirements:
|
|
67
|
+
- - ">="
|
|
68
|
+
- !ruby/object:Gem::Version
|
|
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'
|
|
84
|
+
- !ruby/object:Gem::Dependency
|
|
85
|
+
name: bigdecimal
|
|
86
|
+
requirement: !ruby/object:Gem::Requirement
|
|
87
|
+
requirements:
|
|
88
|
+
- - ">="
|
|
89
|
+
- !ruby/object:Gem::Version
|
|
90
|
+
version: '0'
|
|
91
|
+
type: :development
|
|
92
|
+
prerelease: false
|
|
93
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
94
|
+
requirements:
|
|
95
|
+
- - ">="
|
|
96
|
+
- !ruby/object:Gem::Version
|
|
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'
|
|
112
|
+
- !ruby/object:Gem::Dependency
|
|
113
|
+
name: drb
|
|
114
|
+
requirement: !ruby/object:Gem::Requirement
|
|
115
|
+
requirements:
|
|
116
|
+
- - ">="
|
|
117
|
+
- !ruby/object:Gem::Version
|
|
118
|
+
version: '0'
|
|
119
|
+
type: :development
|
|
120
|
+
prerelease: false
|
|
121
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
122
|
+
requirements:
|
|
123
|
+
- - ">="
|
|
124
|
+
- !ruby/object:Gem::Version
|
|
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'
|
|
42
140
|
- !ruby/object:Gem::Dependency
|
|
43
141
|
name: minitest
|
|
44
142
|
requirement: !ruby/object:Gem::Requirement
|
|
45
143
|
requirements:
|
|
46
144
|
- - '='
|
|
47
145
|
- !ruby/object:Gem::Version
|
|
48
|
-
version: 5.
|
|
146
|
+
version: 5.27.0
|
|
49
147
|
type: :development
|
|
50
148
|
prerelease: false
|
|
51
149
|
version_requirements: !ruby/object:Gem::Requirement
|
|
52
150
|
requirements:
|
|
53
151
|
- - '='
|
|
54
152
|
- !ruby/object:Gem::Version
|
|
55
|
-
version: 5.
|
|
153
|
+
version: 5.27.0
|
|
154
|
+
- !ruby/object:Gem::Dependency
|
|
155
|
+
name: mutex_m
|
|
156
|
+
requirement: !ruby/object:Gem::Requirement
|
|
157
|
+
requirements:
|
|
158
|
+
- - ">="
|
|
159
|
+
- !ruby/object:Gem::Version
|
|
160
|
+
version: '0'
|
|
161
|
+
type: :development
|
|
162
|
+
prerelease: false
|
|
163
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
164
|
+
requirements:
|
|
165
|
+
- - ">="
|
|
166
|
+
- !ruby/object:Gem::Version
|
|
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'
|
|
56
182
|
- !ruby/object:Gem::Dependency
|
|
57
183
|
name: rake
|
|
58
184
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -73,14 +199,14 @@ dependencies:
|
|
|
73
199
|
requirements:
|
|
74
200
|
- - "~>"
|
|
75
201
|
- !ruby/object:Gem::Version
|
|
76
|
-
version: 3.
|
|
202
|
+
version: '3.13'
|
|
77
203
|
type: :development
|
|
78
204
|
prerelease: false
|
|
79
205
|
version_requirements: !ruby/object:Gem::Requirement
|
|
80
206
|
requirements:
|
|
81
207
|
- - "~>"
|
|
82
208
|
- !ruby/object:Gem::Version
|
|
83
|
-
version: 3.
|
|
209
|
+
version: '3.13'
|
|
84
210
|
- !ruby/object:Gem::Dependency
|
|
85
211
|
name: rspec-activemodel-mocks
|
|
86
212
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -118,6 +244,7 @@ extensions: []
|
|
|
118
244
|
extra_rdoc_files: []
|
|
119
245
|
files:
|
|
120
246
|
- ".coveralls.yml"
|
|
247
|
+
- ".github/copilot-instructions.md"
|
|
121
248
|
- ".github/workflows/build.yml"
|
|
122
249
|
- ".gitignore"
|
|
123
250
|
- ".rspec"
|
|
@@ -166,6 +293,7 @@ files:
|
|
|
166
293
|
- spec/comma/rails/data_mapper_collection_spec.rb
|
|
167
294
|
- spec/comma/rails/mongoid_spec.rb
|
|
168
295
|
- spec/controllers/users_controller_spec.rb
|
|
296
|
+
- spec/gemspec_spec.rb
|
|
169
297
|
- spec/non_rails_app/ruby_classes.rb
|
|
170
298
|
- spec/rails_app/active_record/config.rb
|
|
171
299
|
- spec/rails_app/active_record/models.rb
|
|
@@ -186,14 +314,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
186
314
|
requirements:
|
|
187
315
|
- - ">="
|
|
188
316
|
- !ruby/object:Gem::Version
|
|
189
|
-
version: '
|
|
317
|
+
version: '3.1'
|
|
190
318
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
191
319
|
requirements:
|
|
192
320
|
- - ">="
|
|
193
321
|
- !ruby/object:Gem::Version
|
|
194
322
|
version: '0'
|
|
195
323
|
requirements: []
|
|
196
|
-
rubygems_version: 3.
|
|
324
|
+
rubygems_version: 3.5.15
|
|
197
325
|
signing_key:
|
|
198
326
|
specification_version: 4
|
|
199
327
|
summary: Ruby Comma Seperated Values generation library
|
|
@@ -205,6 +333,7 @@ test_files:
|
|
|
205
333
|
- spec/comma/rails/data_mapper_collection_spec.rb
|
|
206
334
|
- spec/comma/rails/mongoid_spec.rb
|
|
207
335
|
- spec/controllers/users_controller_spec.rb
|
|
336
|
+
- spec/gemspec_spec.rb
|
|
208
337
|
- spec/non_rails_app/ruby_classes.rb
|
|
209
338
|
- spec/rails_app/active_record/config.rb
|
|
210
339
|
- spec/rails_app/active_record/models.rb
|