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,10 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "coveralls", :require => false
6
- gem "rubocop", :require => false
7
- gem "activesupport", "6.0.0.beta3"
8
- gem "activerecord", "6.0.0.beta3"
9
-
10
- gemspec :path => "../"
@@ -1,108 +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
- activemodel (6.0.0.beta3)
11
- activesupport (= 6.0.0.beta3)
12
- activerecord (6.0.0.beta3)
13
- activemodel (= 6.0.0.beta3)
14
- activesupport (= 6.0.0.beta3)
15
- activesupport (6.0.0.beta3)
16
- concurrent-ruby (~> 1.0, >= 1.0.2)
17
- i18n (>= 0.7, < 2)
18
- minitest (~> 5.1)
19
- tzinfo (~> 1.1)
20
- zeitwerk (~> 1.3, >= 1.3.1)
21
- appraisal (1.0.3)
22
- bundler
23
- rake
24
- thor (>= 0.14.0)
25
- ast (2.4.0)
26
- concurrent-ruby (1.1.5)
27
- coveralls (0.8.21)
28
- json (>= 1.8, < 3)
29
- simplecov (~> 0.14.1)
30
- term-ansicolor (~> 1.3)
31
- thor (~> 0.19.4)
32
- tins (~> 1.6)
33
- diff-lcs (1.3)
34
- docile (1.1.5)
35
- i18n (1.6.0)
36
- concurrent-ruby (~> 1.0)
37
- jaro_winkler (1.5.2)
38
- json (2.2.0)
39
- minitest (5.11.3)
40
- parallel (1.17.0)
41
- parser (2.6.2.1)
42
- ast (~> 2.4.0)
43
- psych (3.1.0)
44
- rainbow (3.0.0)
45
- rake (10.5.0)
46
- rspec (3.5.0)
47
- rspec-core (~> 3.5.0)
48
- rspec-expectations (~> 3.5.0)
49
- rspec-mocks (~> 3.5.0)
50
- rspec-activemodel-mocks (1.1.0)
51
- activemodel (>= 3.0)
52
- activesupport (>= 3.0)
53
- rspec-mocks (>= 2.99, < 4.0)
54
- rspec-core (3.5.4)
55
- rspec-support (~> 3.5.0)
56
- rspec-expectations (3.5.0)
57
- diff-lcs (>= 1.2.0, < 2.0)
58
- rspec-support (~> 3.5.0)
59
- rspec-its (1.3.0)
60
- rspec-core (>= 3.0.0)
61
- rspec-expectations (>= 3.0.0)
62
- rspec-mocks (3.5.0)
63
- diff-lcs (>= 1.2.0, < 2.0)
64
- rspec-support (~> 3.5.0)
65
- rspec-support (3.5.0)
66
- rubocop (0.67.2)
67
- jaro_winkler (~> 1.5.1)
68
- parallel (~> 1.10)
69
- parser (>= 2.5, != 2.5.1.1)
70
- psych (>= 3.1.0)
71
- rainbow (>= 2.2.2, < 4.0)
72
- ruby-progressbar (~> 1.7)
73
- unicode-display_width (>= 1.4.0, < 1.6)
74
- ruby-progressbar (1.10.0)
75
- simplecov (0.14.1)
76
- docile (~> 1.1.0)
77
- json (>= 1.8, < 3)
78
- simplecov-html (~> 0.10.0)
79
- simplecov-html (0.10.2)
80
- sqlite3 (1.3.13)
81
- term-ansicolor (1.7.1)
82
- tins (~> 1.0)
83
- thor (0.19.4)
84
- thread_safe (0.3.6)
85
- tins (1.20.2)
86
- tzinfo (1.2.5)
87
- thread_safe (~> 0.1)
88
- unicode-display_width (1.5.0)
89
- zeitwerk (1.4.3)
90
-
91
- PLATFORMS
92
- ruby
93
-
94
- DEPENDENCIES
95
- activerecord (= 6.0.0.beta3)
96
- activesupport (= 6.0.0.beta3)
97
- appraisal (~> 1.0.0)
98
- comma!
99
- coveralls
100
- rake (~> 10.5.0)
101
- rspec (~> 3.5.0)
102
- rspec-activemodel-mocks
103
- rspec-its
104
- rubocop
105
- sqlite3 (~> 1.3.11)
106
-
107
- BUNDLED WITH
108
- 1.17.3
@@ -1,191 +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
- actionmailer (4.2.11.1)
11
- actionpack (= 4.2.11.1)
12
- actionview (= 4.2.11.1)
13
- activejob (= 4.2.11.1)
14
- mail (~> 2.5, >= 2.5.4)
15
- rails-dom-testing (~> 1.0, >= 1.0.5)
16
- actionpack (4.2.11.1)
17
- actionview (= 4.2.11.1)
18
- activesupport (= 4.2.11.1)
19
- rack (~> 1.6)
20
- rack-test (~> 0.6.2)
21
- rails-dom-testing (~> 1.0, >= 1.0.5)
22
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
23
- actionview (4.2.11.1)
24
- activesupport (= 4.2.11.1)
25
- builder (~> 3.1)
26
- erubis (~> 2.7.0)
27
- rails-dom-testing (~> 1.0, >= 1.0.5)
28
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
29
- activejob (4.2.11.1)
30
- activesupport (= 4.2.11.1)
31
- globalid (>= 0.3.0)
32
- activemodel (4.2.11.1)
33
- activesupport (= 4.2.11.1)
34
- builder (~> 3.1)
35
- activerecord (4.2.11.1)
36
- activemodel (= 4.2.11.1)
37
- activesupport (= 4.2.11.1)
38
- arel (~> 6.0)
39
- activesupport (4.2.11.1)
40
- i18n (~> 0.7)
41
- minitest (~> 5.1)
42
- thread_safe (~> 0.3, >= 0.3.4)
43
- tzinfo (~> 1.1)
44
- appraisal (1.0.3)
45
- bundler
46
- rake
47
- thor (>= 0.14.0)
48
- arel (6.0.4)
49
- ast (2.4.0)
50
- builder (3.2.3)
51
- concurrent-ruby (1.1.5)
52
- coveralls (0.8.22)
53
- json (>= 1.8, < 3)
54
- simplecov (~> 0.16.1)
55
- term-ansicolor (~> 1.3)
56
- thor (~> 0.19.4)
57
- tins (~> 1.6)
58
- crass (1.0.4)
59
- diff-lcs (1.3)
60
- docile (1.3.1)
61
- erubis (2.7.0)
62
- globalid (0.4.2)
63
- activesupport (>= 4.2.0)
64
- i18n (0.9.5)
65
- concurrent-ruby (~> 1.0)
66
- jaro_winkler (1.5.2)
67
- json (2.2.0)
68
- loofah (2.2.3)
69
- crass (~> 1.0.2)
70
- nokogiri (>= 1.5.9)
71
- mail (2.7.1)
72
- mini_mime (>= 0.1.1)
73
- mini_mime (1.0.1)
74
- mini_portile2 (2.4.0)
75
- minitest (5.11.3)
76
- nokogiri (1.10.2)
77
- mini_portile2 (~> 2.4.0)
78
- parallel (1.17.0)
79
- parser (2.6.2.1)
80
- ast (~> 2.4.0)
81
- power_assert (1.1.4)
82
- psych (3.1.0)
83
- rack (1.6.11)
84
- rack-test (0.6.3)
85
- rack (>= 1.0)
86
- rails (4.2.11.1)
87
- actionmailer (= 4.2.11.1)
88
- actionpack (= 4.2.11.1)
89
- actionview (= 4.2.11.1)
90
- activejob (= 4.2.11.1)
91
- activemodel (= 4.2.11.1)
92
- activerecord (= 4.2.11.1)
93
- activesupport (= 4.2.11.1)
94
- bundler (>= 1.3.0, < 2.0)
95
- railties (= 4.2.11.1)
96
- sprockets-rails
97
- rails-deprecated_sanitizer (1.0.3)
98
- activesupport (>= 4.2.0.alpha)
99
- rails-dom-testing (1.0.9)
100
- activesupport (>= 4.2.0, < 5.0)
101
- nokogiri (~> 1.6)
102
- rails-deprecated_sanitizer (>= 1.0.1)
103
- rails-html-sanitizer (1.0.4)
104
- loofah (~> 2.2, >= 2.2.2)
105
- railties (4.2.11.1)
106
- actionpack (= 4.2.11.1)
107
- activesupport (= 4.2.11.1)
108
- rake (>= 0.8.7)
109
- thor (>= 0.18.1, < 2.0)
110
- rainbow (3.0.0)
111
- rake (10.5.0)
112
- rspec (3.5.0)
113
- rspec-core (~> 3.5.0)
114
- rspec-expectations (~> 3.5.0)
115
- rspec-mocks (~> 3.5.0)
116
- rspec-activemodel-mocks (1.1.0)
117
- activemodel (>= 3.0)
118
- activesupport (>= 3.0)
119
- rspec-mocks (>= 2.99, < 4.0)
120
- rspec-core (3.5.4)
121
- rspec-support (~> 3.5.0)
122
- rspec-expectations (3.5.0)
123
- diff-lcs (>= 1.2.0, < 2.0)
124
- rspec-support (~> 3.5.0)
125
- rspec-its (1.3.0)
126
- rspec-core (>= 3.0.0)
127
- rspec-expectations (>= 3.0.0)
128
- rspec-mocks (3.5.0)
129
- diff-lcs (>= 1.2.0, < 2.0)
130
- rspec-support (~> 3.5.0)
131
- rspec-rails (3.5.2)
132
- actionpack (>= 3.0)
133
- activesupport (>= 3.0)
134
- railties (>= 3.0)
135
- rspec-core (~> 3.5.0)
136
- rspec-expectations (~> 3.5.0)
137
- rspec-mocks (~> 3.5.0)
138
- rspec-support (~> 3.5.0)
139
- rspec-support (3.5.0)
140
- rubocop (0.67.2)
141
- jaro_winkler (~> 1.5.1)
142
- parallel (~> 1.10)
143
- parser (>= 2.5, != 2.5.1.1)
144
- psych (>= 3.1.0)
145
- rainbow (>= 2.2.2, < 4.0)
146
- ruby-progressbar (~> 1.7)
147
- unicode-display_width (>= 1.4.0, < 1.6)
148
- ruby-progressbar (1.10.0)
149
- simplecov (0.16.1)
150
- docile (~> 1.1)
151
- json (>= 1.8, < 3)
152
- simplecov-html (~> 0.10.0)
153
- simplecov-html (0.10.2)
154
- sprockets (3.7.2)
155
- concurrent-ruby (~> 1.0)
156
- rack (> 1, < 3)
157
- sprockets-rails (3.2.1)
158
- actionpack (>= 4.0)
159
- activesupport (>= 4.0)
160
- sprockets (>= 3.0.0)
161
- sqlite3 (1.3.13)
162
- term-ansicolor (1.7.1)
163
- tins (~> 1.0)
164
- test-unit (3.3.2)
165
- power_assert
166
- thor (0.19.4)
167
- thread_safe (0.3.6)
168
- tins (1.20.2)
169
- tzinfo (1.2.5)
170
- thread_safe (~> 0.1)
171
- unicode-display_width (1.5.0)
172
-
173
- PLATFORMS
174
- ruby
175
-
176
- DEPENDENCIES
177
- appraisal (~> 1.0.0)
178
- comma!
179
- coveralls
180
- rails (= 4.2.11.1)
181
- rake (~> 10.5.0)
182
- rspec (~> 3.5.0)
183
- rspec-activemodel-mocks
184
- rspec-its
185
- rspec-rails
186
- rubocop
187
- sqlite3 (~> 1.3.11)
188
- test-unit
189
-
190
- BUNDLED WITH
191
- 1.17.3
@@ -1,198 +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 (5.0.7.2)
11
- actionpack (= 5.0.7.2)
12
- nio4r (>= 1.2, < 3.0)
13
- websocket-driver (~> 0.6.1)
14
- actionmailer (5.0.7.2)
15
- actionpack (= 5.0.7.2)
16
- actionview (= 5.0.7.2)
17
- activejob (= 5.0.7.2)
18
- mail (~> 2.5, >= 2.5.4)
19
- rails-dom-testing (~> 2.0)
20
- actionpack (5.0.7.2)
21
- actionview (= 5.0.7.2)
22
- activesupport (= 5.0.7.2)
23
- rack (~> 2.0)
24
- rack-test (~> 0.6.3)
25
- rails-dom-testing (~> 2.0)
26
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
27
- actionview (5.0.7.2)
28
- activesupport (= 5.0.7.2)
29
- builder (~> 3.1)
30
- erubis (~> 2.7.0)
31
- rails-dom-testing (~> 2.0)
32
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
33
- activejob (5.0.7.2)
34
- activesupport (= 5.0.7.2)
35
- globalid (>= 0.3.6)
36
- activemodel (5.0.7.2)
37
- activesupport (= 5.0.7.2)
38
- activerecord (5.0.7.2)
39
- activemodel (= 5.0.7.2)
40
- activesupport (= 5.0.7.2)
41
- arel (~> 7.0)
42
- activesupport (5.0.7.2)
43
- concurrent-ruby (~> 1.0, >= 1.0.2)
44
- i18n (>= 0.7, < 2)
45
- minitest (~> 5.1)
46
- tzinfo (~> 1.1)
47
- appraisal (1.0.3)
48
- bundler
49
- rake
50
- thor (>= 0.14.0)
51
- arel (7.1.4)
52
- ast (2.4.0)
53
- builder (3.2.3)
54
- concurrent-ruby (1.1.5)
55
- coveralls (0.8.22)
56
- json (>= 1.8, < 3)
57
- simplecov (~> 0.16.1)
58
- term-ansicolor (~> 1.3)
59
- thor (~> 0.19.4)
60
- tins (~> 1.6)
61
- crass (1.0.4)
62
- diff-lcs (1.3)
63
- docile (1.3.1)
64
- erubis (2.7.0)
65
- globalid (0.4.2)
66
- activesupport (>= 4.2.0)
67
- i18n (1.6.0)
68
- concurrent-ruby (~> 1.0)
69
- jaro_winkler (1.5.2)
70
- json (2.2.0)
71
- loofah (2.2.3)
72
- crass (~> 1.0.2)
73
- nokogiri (>= 1.5.9)
74
- mail (2.7.1)
75
- mini_mime (>= 0.1.1)
76
- method_source (0.9.2)
77
- mini_mime (1.0.1)
78
- mini_portile2 (2.4.0)
79
- minitest (5.11.3)
80
- nio4r (2.3.1)
81
- nokogiri (1.10.2)
82
- mini_portile2 (~> 2.4.0)
83
- parallel (1.17.0)
84
- parser (2.6.2.1)
85
- ast (~> 2.4.0)
86
- power_assert (1.1.4)
87
- psych (3.1.0)
88
- rack (2.0.7)
89
- rack-test (0.6.3)
90
- rack (>= 1.0)
91
- rails (5.0.7.2)
92
- actioncable (= 5.0.7.2)
93
- actionmailer (= 5.0.7.2)
94
- actionpack (= 5.0.7.2)
95
- actionview (= 5.0.7.2)
96
- activejob (= 5.0.7.2)
97
- activemodel (= 5.0.7.2)
98
- activerecord (= 5.0.7.2)
99
- activesupport (= 5.0.7.2)
100
- bundler (>= 1.3.0)
101
- railties (= 5.0.7.2)
102
- sprockets-rails (>= 2.0.0)
103
- rails-dom-testing (2.0.3)
104
- activesupport (>= 4.2.0)
105
- nokogiri (>= 1.6)
106
- rails-html-sanitizer (1.0.4)
107
- loofah (~> 2.2, >= 2.2.2)
108
- railties (5.0.7.2)
109
- actionpack (= 5.0.7.2)
110
- activesupport (= 5.0.7.2)
111
- method_source
112
- rake (>= 0.8.7)
113
- thor (>= 0.18.1, < 2.0)
114
- rainbow (3.0.0)
115
- rake (10.5.0)
116
- rspec (3.5.0)
117
- rspec-core (~> 3.5.0)
118
- rspec-expectations (~> 3.5.0)
119
- rspec-mocks (~> 3.5.0)
120
- rspec-activemodel-mocks (1.1.0)
121
- activemodel (>= 3.0)
122
- activesupport (>= 3.0)
123
- rspec-mocks (>= 2.99, < 4.0)
124
- rspec-core (3.5.4)
125
- rspec-support (~> 3.5.0)
126
- rspec-expectations (3.5.0)
127
- diff-lcs (>= 1.2.0, < 2.0)
128
- rspec-support (~> 3.5.0)
129
- rspec-its (1.3.0)
130
- rspec-core (>= 3.0.0)
131
- rspec-expectations (>= 3.0.0)
132
- rspec-mocks (3.5.0)
133
- diff-lcs (>= 1.2.0, < 2.0)
134
- rspec-support (~> 3.5.0)
135
- rspec-rails (3.5.2)
136
- actionpack (>= 3.0)
137
- activesupport (>= 3.0)
138
- railties (>= 3.0)
139
- rspec-core (~> 3.5.0)
140
- rspec-expectations (~> 3.5.0)
141
- rspec-mocks (~> 3.5.0)
142
- rspec-support (~> 3.5.0)
143
- rspec-support (3.5.0)
144
- rubocop (0.67.2)
145
- jaro_winkler (~> 1.5.1)
146
- parallel (~> 1.10)
147
- parser (>= 2.5, != 2.5.1.1)
148
- psych (>= 3.1.0)
149
- rainbow (>= 2.2.2, < 4.0)
150
- ruby-progressbar (~> 1.7)
151
- unicode-display_width (>= 1.4.0, < 1.6)
152
- ruby-progressbar (1.10.0)
153
- simplecov (0.16.1)
154
- docile (~> 1.1)
155
- json (>= 1.8, < 3)
156
- simplecov-html (~> 0.10.0)
157
- simplecov-html (0.10.2)
158
- sprockets (3.7.2)
159
- concurrent-ruby (~> 1.0)
160
- rack (> 1, < 3)
161
- sprockets-rails (3.2.1)
162
- actionpack (>= 4.0)
163
- activesupport (>= 4.0)
164
- sprockets (>= 3.0.0)
165
- sqlite3 (1.3.13)
166
- term-ansicolor (1.7.1)
167
- tins (~> 1.0)
168
- test-unit (3.3.2)
169
- power_assert
170
- thor (0.19.4)
171
- thread_safe (0.3.6)
172
- tins (1.20.2)
173
- tzinfo (1.2.5)
174
- thread_safe (~> 0.1)
175
- unicode-display_width (1.5.0)
176
- websocket-driver (0.6.5)
177
- websocket-extensions (>= 0.1.0)
178
- websocket-extensions (0.1.3)
179
-
180
- PLATFORMS
181
- ruby
182
-
183
- DEPENDENCIES
184
- appraisal (~> 1.0.0)
185
- comma!
186
- coveralls
187
- rails (= 5.0.7.2)
188
- rake (~> 10.5.0)
189
- rspec (~> 3.5.0)
190
- rspec-activemodel-mocks
191
- rspec-its
192
- rspec-rails
193
- rubocop
194
- sqlite3 (~> 1.3.11)
195
- test-unit
196
-
197
- BUNDLED WITH
198
- 1.17.3
@@ -1,198 +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 (5.1.7)
11
- actionpack (= 5.1.7)
12
- nio4r (~> 2.0)
13
- websocket-driver (~> 0.6.1)
14
- actionmailer (5.1.7)
15
- actionpack (= 5.1.7)
16
- actionview (= 5.1.7)
17
- activejob (= 5.1.7)
18
- mail (~> 2.5, >= 2.5.4)
19
- rails-dom-testing (~> 2.0)
20
- actionpack (5.1.7)
21
- actionview (= 5.1.7)
22
- activesupport (= 5.1.7)
23
- rack (~> 2.0)
24
- rack-test (>= 0.6.3)
25
- rails-dom-testing (~> 2.0)
26
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
27
- actionview (5.1.7)
28
- activesupport (= 5.1.7)
29
- builder (~> 3.1)
30
- erubi (~> 1.4)
31
- rails-dom-testing (~> 2.0)
32
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
33
- activejob (5.1.7)
34
- activesupport (= 5.1.7)
35
- globalid (>= 0.3.6)
36
- activemodel (5.1.7)
37
- activesupport (= 5.1.7)
38
- activerecord (5.1.7)
39
- activemodel (= 5.1.7)
40
- activesupport (= 5.1.7)
41
- arel (~> 8.0)
42
- activesupport (5.1.7)
43
- concurrent-ruby (~> 1.0, >= 1.0.2)
44
- i18n (>= 0.7, < 2)
45
- minitest (~> 5.1)
46
- tzinfo (~> 1.1)
47
- appraisal (1.0.3)
48
- bundler
49
- rake
50
- thor (>= 0.14.0)
51
- arel (8.0.0)
52
- ast (2.4.0)
53
- builder (3.2.3)
54
- concurrent-ruby (1.1.5)
55
- coveralls (0.8.22)
56
- json (>= 1.8, < 3)
57
- simplecov (~> 0.16.1)
58
- term-ansicolor (~> 1.3)
59
- thor (~> 0.19.4)
60
- tins (~> 1.6)
61
- crass (1.0.4)
62
- diff-lcs (1.3)
63
- docile (1.3.1)
64
- erubi (1.8.0)
65
- globalid (0.4.2)
66
- activesupport (>= 4.2.0)
67
- i18n (1.6.0)
68
- concurrent-ruby (~> 1.0)
69
- jaro_winkler (1.5.2)
70
- json (2.2.0)
71
- loofah (2.2.3)
72
- crass (~> 1.0.2)
73
- nokogiri (>= 1.5.9)
74
- mail (2.7.1)
75
- mini_mime (>= 0.1.1)
76
- method_source (0.9.2)
77
- mini_mime (1.0.1)
78
- mini_portile2 (2.4.0)
79
- minitest (5.11.3)
80
- nio4r (2.3.1)
81
- nokogiri (1.10.2)
82
- mini_portile2 (~> 2.4.0)
83
- parallel (1.17.0)
84
- parser (2.6.2.1)
85
- ast (~> 2.4.0)
86
- power_assert (1.1.4)
87
- psych (3.1.0)
88
- rack (2.0.7)
89
- rack-test (1.1.0)
90
- rack (>= 1.0, < 3)
91
- rails (5.1.7)
92
- actioncable (= 5.1.7)
93
- actionmailer (= 5.1.7)
94
- actionpack (= 5.1.7)
95
- actionview (= 5.1.7)
96
- activejob (= 5.1.7)
97
- activemodel (= 5.1.7)
98
- activerecord (= 5.1.7)
99
- activesupport (= 5.1.7)
100
- bundler (>= 1.3.0)
101
- railties (= 5.1.7)
102
- sprockets-rails (>= 2.0.0)
103
- rails-dom-testing (2.0.3)
104
- activesupport (>= 4.2.0)
105
- nokogiri (>= 1.6)
106
- rails-html-sanitizer (1.0.4)
107
- loofah (~> 2.2, >= 2.2.2)
108
- railties (5.1.7)
109
- actionpack (= 5.1.7)
110
- activesupport (= 5.1.7)
111
- method_source
112
- rake (>= 0.8.7)
113
- thor (>= 0.18.1, < 2.0)
114
- rainbow (3.0.0)
115
- rake (10.5.0)
116
- rspec (3.5.0)
117
- rspec-core (~> 3.5.0)
118
- rspec-expectations (~> 3.5.0)
119
- rspec-mocks (~> 3.5.0)
120
- rspec-activemodel-mocks (1.1.0)
121
- activemodel (>= 3.0)
122
- activesupport (>= 3.0)
123
- rspec-mocks (>= 2.99, < 4.0)
124
- rspec-core (3.5.4)
125
- rspec-support (~> 3.5.0)
126
- rspec-expectations (3.5.0)
127
- diff-lcs (>= 1.2.0, < 2.0)
128
- rspec-support (~> 3.5.0)
129
- rspec-its (1.3.0)
130
- rspec-core (>= 3.0.0)
131
- rspec-expectations (>= 3.0.0)
132
- rspec-mocks (3.5.0)
133
- diff-lcs (>= 1.2.0, < 2.0)
134
- rspec-support (~> 3.5.0)
135
- rspec-rails (3.5.2)
136
- actionpack (>= 3.0)
137
- activesupport (>= 3.0)
138
- railties (>= 3.0)
139
- rspec-core (~> 3.5.0)
140
- rspec-expectations (~> 3.5.0)
141
- rspec-mocks (~> 3.5.0)
142
- rspec-support (~> 3.5.0)
143
- rspec-support (3.5.0)
144
- rubocop (0.67.2)
145
- jaro_winkler (~> 1.5.1)
146
- parallel (~> 1.10)
147
- parser (>= 2.5, != 2.5.1.1)
148
- psych (>= 3.1.0)
149
- rainbow (>= 2.2.2, < 4.0)
150
- ruby-progressbar (~> 1.7)
151
- unicode-display_width (>= 1.4.0, < 1.6)
152
- ruby-progressbar (1.10.0)
153
- simplecov (0.16.1)
154
- docile (~> 1.1)
155
- json (>= 1.8, < 3)
156
- simplecov-html (~> 0.10.0)
157
- simplecov-html (0.10.2)
158
- sprockets (3.7.2)
159
- concurrent-ruby (~> 1.0)
160
- rack (> 1, < 3)
161
- sprockets-rails (3.2.1)
162
- actionpack (>= 4.0)
163
- activesupport (>= 4.0)
164
- sprockets (>= 3.0.0)
165
- sqlite3 (1.3.13)
166
- term-ansicolor (1.7.1)
167
- tins (~> 1.0)
168
- test-unit (3.3.2)
169
- power_assert
170
- thor (0.19.4)
171
- thread_safe (0.3.6)
172
- tins (1.20.2)
173
- tzinfo (1.2.5)
174
- thread_safe (~> 0.1)
175
- unicode-display_width (1.5.0)
176
- websocket-driver (0.6.5)
177
- websocket-extensions (>= 0.1.0)
178
- websocket-extensions (0.1.3)
179
-
180
- PLATFORMS
181
- ruby
182
-
183
- DEPENDENCIES
184
- appraisal (~> 1.0.0)
185
- comma!
186
- coveralls
187
- rails (= 5.1.7)
188
- rake (~> 10.5.0)
189
- rspec (~> 3.5.0)
190
- rspec-activemodel-mocks
191
- rspec-its
192
- rspec-rails
193
- rubocop
194
- sqlite3 (~> 1.3.11)
195
- test-unit
196
-
197
- BUNDLED WITH
198
- 1.17.3
@@ -1,11 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "coveralls", :require => false
6
- gem "rubocop", :require => false
7
- gem "rails", "6.0.0.beta3"
8
- gem "rspec-rails"
9
- gem "test-unit"
10
-
11
- gemspec :path => "../"