comma 4.3.1 → 4.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (48) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/build.yml +47 -0
  3. data/.rubocop.yml +3 -0
  4. data/.travis.yml +25 -32
  5. data/Appraisals +31 -6
  6. data/Gemfile +3 -1
  7. data/Gemfile.lock +39 -23
  8. data/README.md +3 -3
  9. data/comma.gemspec +3 -5
  10. data/gemfiles/active5.2.5.gemfile +12 -0
  11. data/gemfiles/{active5.2.3.gemfile.lock → active5.2.5.gemfile.lock} +40 -34
  12. data/gemfiles/active6.0.3.6.gemfile +12 -0
  13. data/gemfiles/{active5.1.7.gemfile.lock → active6.0.3.6.gemfile.lock} +42 -36
  14. data/gemfiles/active6.1.3.1.gemfile +12 -0
  15. data/gemfiles/{active4.2.11.1.gemfile.lock → active6.1.3.1.gemfile.lock} +47 -44
  16. data/gemfiles/active7.0.0.gemfile +12 -0
  17. data/gemfiles/{active5.0.7.2.gemfile.lock → active7.0.0.gemfile.lock} +44 -41
  18. data/gemfiles/{rails5.2.3.gemfile → rails5.2.5.gemfile} +5 -2
  19. data/gemfiles/{rails5.2.3.gemfile.lock → rails5.2.5.gemfile.lock} +93 -86
  20. data/gemfiles/{rails4.2.11.1.gemfile → rails6.0.3.6.gemfile} +4 -2
  21. data/gemfiles/rails6.0.3.6.gemfile.lock +228 -0
  22. data/gemfiles/{rails5.0.7.2.gemfile → rails6.1.3.1.gemfile} +4 -2
  23. data/gemfiles/rails6.1.3.1.gemfile.lock +231 -0
  24. data/gemfiles/{rails5.1.7.gemfile → rails7.0.0.gemfile} +4 -3
  25. data/gemfiles/rails7.0.0.gemfile.lock +220 -0
  26. data/lib/comma/generator.rb +2 -2
  27. data/lib/comma/header_extractor.rb +2 -1
  28. data/lib/comma/version.rb +1 -1
  29. data/lib/comma.rb +2 -1
  30. data/spec/comma/comma_spec.rb +3 -3
  31. data/spec/comma/data_extractor_spec.rb +8 -8
  32. data/spec/comma/header_extractor_spec.rb +5 -5
  33. data/spec/comma/rails/active_record_spec.rb +13 -14
  34. data/spec/controllers/users_controller_spec.rb +45 -33
  35. data/spec/rails_app/active_record/models.rb +1 -8
  36. data/spec/spec_helper.rb +14 -1
  37. metadata +36 -45
  38. data/gemfiles/active4.2.11.1.gemfile +0 -10
  39. data/gemfiles/active5.0.7.2.gemfile +0 -10
  40. data/gemfiles/active5.1.7.gemfile +0 -10
  41. data/gemfiles/active5.2.3.gemfile +0 -10
  42. data/gemfiles/active6.0.0.gemfile +0 -10
  43. data/gemfiles/active6.0.0.gemfile.lock +0 -108
  44. data/gemfiles/rails4.2.11.1.gemfile.lock +0 -191
  45. data/gemfiles/rails5.0.7.2.gemfile.lock +0 -198
  46. data/gemfiles/rails5.1.7.gemfile.lock +0 -198
  47. data/gemfiles/rails6.0.0.gemfile +0 -11
  48. data/gemfiles/rails6.0.0.gemfile.lock +0 -237
@@ -1,237 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- comma (4.3.1)
5
- activesupport (>= 4.2.0, < 6.1)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- actioncable (6.0.0.beta3)
11
- actionpack (= 6.0.0.beta3)
12
- nio4r (~> 2.0)
13
- websocket-driver (>= 0.6.1)
14
- actionmailbox (6.0.0.beta3)
15
- actionpack (= 6.0.0.beta3)
16
- activejob (= 6.0.0.beta3)
17
- activerecord (= 6.0.0.beta3)
18
- activestorage (= 6.0.0.beta3)
19
- activesupport (= 6.0.0.beta3)
20
- mail (>= 2.7.1)
21
- actionmailer (6.0.0.beta3)
22
- actionpack (= 6.0.0.beta3)
23
- actionview (= 6.0.0.beta3)
24
- activejob (= 6.0.0.beta3)
25
- mail (~> 2.5, >= 2.5.4)
26
- rails-dom-testing (~> 2.0)
27
- actionpack (6.0.0.beta3)
28
- actionview (= 6.0.0.beta3)
29
- activesupport (= 6.0.0.beta3)
30
- rack (~> 2.0)
31
- rack-test (>= 0.6.3)
32
- rails-dom-testing (~> 2.0)
33
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
34
- actiontext (6.0.0.beta3)
35
- actionpack (= 6.0.0.beta3)
36
- activerecord (= 6.0.0.beta3)
37
- activestorage (= 6.0.0.beta3)
38
- activesupport (= 6.0.0.beta3)
39
- nokogiri (>= 1.8.5)
40
- actionview (6.0.0.beta3)
41
- activesupport (= 6.0.0.beta3)
42
- builder (~> 3.1)
43
- erubi (~> 1.4)
44
- rails-dom-testing (~> 2.0)
45
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
46
- activejob (6.0.0.beta3)
47
- activesupport (= 6.0.0.beta3)
48
- globalid (>= 0.3.6)
49
- activemodel (6.0.0.beta3)
50
- activesupport (= 6.0.0.beta3)
51
- activerecord (6.0.0.beta3)
52
- activemodel (= 6.0.0.beta3)
53
- activesupport (= 6.0.0.beta3)
54
- activestorage (6.0.0.beta3)
55
- actionpack (= 6.0.0.beta3)
56
- activerecord (= 6.0.0.beta3)
57
- marcel (~> 0.3.1)
58
- activesupport (6.0.0.beta3)
59
- concurrent-ruby (~> 1.0, >= 1.0.2)
60
- i18n (>= 0.7, < 2)
61
- minitest (~> 5.1)
62
- tzinfo (~> 1.1)
63
- zeitwerk (~> 1.3, >= 1.3.1)
64
- appraisal (1.0.3)
65
- bundler
66
- rake
67
- thor (>= 0.14.0)
68
- ast (2.4.0)
69
- builder (3.2.3)
70
- concurrent-ruby (1.1.5)
71
- coveralls (0.7.1)
72
- multi_json (~> 1.3)
73
- rest-client
74
- simplecov (>= 0.7)
75
- term-ansicolor
76
- thor
77
- crass (1.0.4)
78
- diff-lcs (1.3)
79
- docile (1.3.1)
80
- domain_name (0.5.20180417)
81
- unf (>= 0.0.5, < 1.0.0)
82
- erubi (1.8.0)
83
- globalid (0.4.2)
84
- activesupport (>= 4.2.0)
85
- http-cookie (1.0.3)
86
- domain_name (~> 0.5)
87
- i18n (1.6.0)
88
- concurrent-ruby (~> 1.0)
89
- jaro_winkler (1.5.2)
90
- json (2.2.0)
91
- loofah (2.2.3)
92
- crass (~> 1.0.2)
93
- nokogiri (>= 1.5.9)
94
- mail (2.7.1)
95
- mini_mime (>= 0.1.1)
96
- marcel (0.3.3)
97
- mimemagic (~> 0.3.2)
98
- method_source (0.9.2)
99
- mime-types (3.2.2)
100
- mime-types-data (~> 3.2015)
101
- mime-types-data (3.2019.0331)
102
- mimemagic (0.3.3)
103
- mini_mime (1.0.1)
104
- mini_portile2 (2.4.0)
105
- minitest (5.11.3)
106
- multi_json (1.13.1)
107
- netrc (0.11.0)
108
- nio4r (2.3.1)
109
- nokogiri (1.10.2)
110
- mini_portile2 (~> 2.4.0)
111
- parallel (1.17.0)
112
- parser (2.6.2.1)
113
- ast (~> 2.4.0)
114
- power_assert (1.1.4)
115
- psych (3.1.0)
116
- rack (2.0.7)
117
- rack-test (1.1.0)
118
- rack (>= 1.0, < 3)
119
- rails (6.0.0.beta3)
120
- actioncable (= 6.0.0.beta3)
121
- actionmailbox (= 6.0.0.beta3)
122
- actionmailer (= 6.0.0.beta3)
123
- actionpack (= 6.0.0.beta3)
124
- actiontext (= 6.0.0.beta3)
125
- actionview (= 6.0.0.beta3)
126
- activejob (= 6.0.0.beta3)
127
- activemodel (= 6.0.0.beta3)
128
- activerecord (= 6.0.0.beta3)
129
- activestorage (= 6.0.0.beta3)
130
- activesupport (= 6.0.0.beta3)
131
- bundler (>= 1.3.0)
132
- railties (= 6.0.0.beta3)
133
- sprockets-rails (>= 2.0.0)
134
- rails-dom-testing (2.0.3)
135
- activesupport (>= 4.2.0)
136
- nokogiri (>= 1.6)
137
- rails-html-sanitizer (1.0.4)
138
- loofah (~> 2.2, >= 2.2.2)
139
- railties (6.0.0.beta3)
140
- actionpack (= 6.0.0.beta3)
141
- activesupport (= 6.0.0.beta3)
142
- method_source
143
- rake (>= 0.8.7)
144
- thor (>= 0.20.3, < 2.0)
145
- rainbow (3.0.0)
146
- rake (10.5.0)
147
- rest-client (2.0.2)
148
- http-cookie (>= 1.0.2, < 2.0)
149
- mime-types (>= 1.16, < 4.0)
150
- netrc (~> 0.8)
151
- rspec (3.5.0)
152
- rspec-core (~> 3.5.0)
153
- rspec-expectations (~> 3.5.0)
154
- rspec-mocks (~> 3.5.0)
155
- rspec-activemodel-mocks (1.1.0)
156
- activemodel (>= 3.0)
157
- activesupport (>= 3.0)
158
- rspec-mocks (>= 2.99, < 4.0)
159
- rspec-core (3.5.4)
160
- rspec-support (~> 3.5.0)
161
- rspec-expectations (3.5.0)
162
- diff-lcs (>= 1.2.0, < 2.0)
163
- rspec-support (~> 3.5.0)
164
- rspec-its (1.3.0)
165
- rspec-core (>= 3.0.0)
166
- rspec-expectations (>= 3.0.0)
167
- rspec-mocks (3.5.0)
168
- diff-lcs (>= 1.2.0, < 2.0)
169
- rspec-support (~> 3.5.0)
170
- rspec-rails (3.5.2)
171
- actionpack (>= 3.0)
172
- activesupport (>= 3.0)
173
- railties (>= 3.0)
174
- rspec-core (~> 3.5.0)
175
- rspec-expectations (~> 3.5.0)
176
- rspec-mocks (~> 3.5.0)
177
- rspec-support (~> 3.5.0)
178
- rspec-support (3.5.0)
179
- rubocop (0.67.2)
180
- jaro_winkler (~> 1.5.1)
181
- parallel (~> 1.10)
182
- parser (>= 2.5, != 2.5.1.1)
183
- psych (>= 3.1.0)
184
- rainbow (>= 2.2.2, < 4.0)
185
- ruby-progressbar (~> 1.7)
186
- unicode-display_width (>= 1.4.0, < 1.6)
187
- ruby-progressbar (1.10.0)
188
- simplecov (0.16.1)
189
- docile (~> 1.1)
190
- json (>= 1.8, < 3)
191
- simplecov-html (~> 0.10.0)
192
- simplecov-html (0.10.2)
193
- sprockets (3.7.2)
194
- concurrent-ruby (~> 1.0)
195
- rack (> 1, < 3)
196
- sprockets-rails (3.2.1)
197
- actionpack (>= 4.0)
198
- activesupport (>= 4.0)
199
- sprockets (>= 3.0.0)
200
- sqlite3 (1.3.13)
201
- term-ansicolor (1.7.1)
202
- tins (~> 1.0)
203
- test-unit (3.3.2)
204
- power_assert
205
- thor (0.20.3)
206
- thread_safe (0.3.6)
207
- tins (1.20.2)
208
- tzinfo (1.2.5)
209
- thread_safe (~> 0.1)
210
- unf (0.1.4)
211
- unf_ext
212
- unf_ext (0.0.7.5)
213
- unicode-display_width (1.5.0)
214
- websocket-driver (0.7.0)
215
- websocket-extensions (>= 0.1.0)
216
- websocket-extensions (0.1.3)
217
- zeitwerk (1.4.3)
218
-
219
- PLATFORMS
220
- ruby
221
-
222
- DEPENDENCIES
223
- appraisal (~> 1.0.0)
224
- comma!
225
- coveralls
226
- rails (= 6.0.0.beta3)
227
- rake (~> 10.5.0)
228
- rspec (~> 3.5.0)
229
- rspec-activemodel-mocks
230
- rspec-its
231
- rspec-rails
232
- rubocop
233
- sqlite3 (~> 1.3.11)
234
- test-unit
235
-
236
- BUNDLED WITH
237
- 1.17.3