comma 4.4.0 → 4.7.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 (36) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/build.yml +48 -0
  3. data/.rubocop.yml +3 -1
  4. data/.rubocop_todo.yml +40 -2
  5. data/.travis.yml +12 -1
  6. data/Appraisals +27 -8
  7. data/Gemfile +1 -1
  8. data/Gemfile.lock +34 -33
  9. data/README.md +2 -2
  10. data/comma.gemspec +2 -1
  11. data/gemfiles/{active5.1.7.gemfile → active5.2.5.gemfile} +3 -3
  12. data/gemfiles/{active5.2.4.3.gemfile.lock → active5.2.5.gemfile.lock} +44 -39
  13. data/gemfiles/{active5.2.4.3.gemfile → active6.0.3.6.gemfile} +3 -3
  14. data/gemfiles/{active6.0.3.1.gemfile.lock → active6.0.3.6.gemfile.lock} +44 -39
  15. data/gemfiles/{active6.0.3.1.gemfile → active6.1.3.1.gemfile} +3 -3
  16. data/gemfiles/{active5.0.7.2.gemfile.lock → active6.1.3.1.gemfile.lock} +50 -46
  17. data/gemfiles/active7.0.0.gemfile +12 -0
  18. data/gemfiles/{active5.1.7.gemfile.lock → active7.0.0.gemfile.lock} +47 -45
  19. data/gemfiles/{rails5.1.7.gemfile → rails5.2.5.gemfile} +2 -2
  20. data/gemfiles/{rails5.2.4.3.gemfile.lock → rails5.2.5.gemfile.lock} +90 -85
  21. data/gemfiles/{rails6.0.3.1.gemfile → rails6.0.3.6.gemfile} +2 -2
  22. data/gemfiles/{rails6.0.3.1.gemfile.lock → rails6.0.3.6.gemfile.lock} +106 -101
  23. data/gemfiles/rails6.1.3.1.gemfile +13 -0
  24. data/gemfiles/rails6.1.3.1.gemfile.lock +235 -0
  25. data/gemfiles/rails7.0.0.gemfile +12 -0
  26. data/gemfiles/rails7.0.0.gemfile.lock +224 -0
  27. data/lib/comma/mongoid.rb +2 -1
  28. data/lib/comma/version.rb +1 -1
  29. data/spec/controllers/users_controller_spec.rb +10 -10
  30. data/spec/rails_app/active_record/models.rb +1 -8
  31. metadata +35 -41
  32. data/gemfiles/active5.0.7.2.gemfile +0 -12
  33. data/gemfiles/rails5.0.7.2.gemfile +0 -14
  34. data/gemfiles/rails5.0.7.2.gemfile.lock +0 -204
  35. data/gemfiles/rails5.1.7.gemfile.lock +0 -204
  36. data/gemfiles/rails5.2.4.3.gemfile +0 -14
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.4.0
4
+ version: 4.7.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: 2020-06-23 00:00:00.000000000 Z
12
+ date: 2022-07-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport
@@ -18,9 +18,6 @@ dependencies:
18
18
  - - ">="
19
19
  - !ruby/object:Gem::Version
20
20
  version: 4.2.0
21
- - - "<"
22
- - !ruby/object:Gem::Version
23
- version: '6.1'
24
21
  type: :runtime
25
22
  prerelease: false
26
23
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,9 +25,6 @@ dependencies:
28
25
  - - ">="
29
26
  - !ruby/object:Gem::Version
30
27
  version: 4.2.0
31
- - - "<"
32
- - !ruby/object:Gem::Version
33
- version: '6.1'
34
28
  - !ruby/object:Gem::Dependency
35
29
  name: appraisal
36
30
  requirement: !ruby/object:Gem::Requirement
@@ -45,6 +39,20 @@ dependencies:
45
39
  - - "~>"
46
40
  - !ruby/object:Gem::Version
47
41
  version: 1.0.0
42
+ - !ruby/object:Gem::Dependency
43
+ name: minitest
44
+ requirement: !ruby/object:Gem::Requirement
45
+ requirements:
46
+ - - '='
47
+ - !ruby/object:Gem::Version
48
+ version: 5.14.4
49
+ type: :development
50
+ prerelease: false
51
+ version_requirements: !ruby/object:Gem::Requirement
52
+ requirements:
53
+ - - '='
54
+ - !ruby/object:Gem::Version
55
+ version: 5.14.4
48
56
  - !ruby/object:Gem::Dependency
49
57
  name: rake
50
58
  requirement: !ruby/object:Gem::Requirement
@@ -110,6 +118,7 @@ extensions: []
110
118
  extra_rdoc_files: []
111
119
  files:
112
120
  - ".coveralls.yml"
121
+ - ".github/workflows/build.yml"
113
122
  - ".gitignore"
114
123
  - ".rspec"
115
124
  - ".rubocop.yml"
@@ -122,22 +131,22 @@ files:
122
131
  - README.md
123
132
  - Rakefile
124
133
  - comma.gemspec
125
- - gemfiles/active5.0.7.2.gemfile
126
- - gemfiles/active5.0.7.2.gemfile.lock
127
- - gemfiles/active5.1.7.gemfile
128
- - gemfiles/active5.1.7.gemfile.lock
129
- - gemfiles/active5.2.4.3.gemfile
130
- - gemfiles/active5.2.4.3.gemfile.lock
131
- - gemfiles/active6.0.3.1.gemfile
132
- - gemfiles/active6.0.3.1.gemfile.lock
133
- - gemfiles/rails5.0.7.2.gemfile
134
- - gemfiles/rails5.0.7.2.gemfile.lock
135
- - gemfiles/rails5.1.7.gemfile
136
- - gemfiles/rails5.1.7.gemfile.lock
137
- - gemfiles/rails5.2.4.3.gemfile
138
- - gemfiles/rails5.2.4.3.gemfile.lock
139
- - gemfiles/rails6.0.3.1.gemfile
140
- - gemfiles/rails6.0.3.1.gemfile.lock
134
+ - gemfiles/active5.2.5.gemfile
135
+ - gemfiles/active5.2.5.gemfile.lock
136
+ - gemfiles/active6.0.3.6.gemfile
137
+ - gemfiles/active6.0.3.6.gemfile.lock
138
+ - gemfiles/active6.1.3.1.gemfile
139
+ - gemfiles/active6.1.3.1.gemfile.lock
140
+ - gemfiles/active7.0.0.gemfile
141
+ - gemfiles/active7.0.0.gemfile.lock
142
+ - gemfiles/rails5.2.5.gemfile
143
+ - gemfiles/rails5.2.5.gemfile.lock
144
+ - gemfiles/rails6.0.3.6.gemfile
145
+ - gemfiles/rails6.0.3.6.gemfile.lock
146
+ - gemfiles/rails6.1.3.1.gemfile
147
+ - gemfiles/rails6.1.3.1.gemfile.lock
148
+ - gemfiles/rails7.0.0.gemfile
149
+ - gemfiles/rails7.0.0.gemfile.lock
141
150
  - init.rb
142
151
  - lib/comma.rb
143
152
  - lib/comma/array.rb
@@ -184,23 +193,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
184
193
  - !ruby/object:Gem::Version
185
194
  version: '0'
186
195
  requirements: []
187
- rubygems_version: 3.1.2
196
+ rubygems_version: 3.1.6
188
197
  signing_key:
189
198
  specification_version: 4
190
199
  summary: Ruby Comma Seperated Values generation library
191
- test_files:
192
- - spec/comma/comma_spec.rb
193
- - spec/comma/data_extractor_spec.rb
194
- - spec/comma/header_extractor_spec.rb
195
- - spec/comma/rails/active_record_spec.rb
196
- - spec/comma/rails/data_mapper_collection_spec.rb
197
- - spec/comma/rails/mongoid_spec.rb
198
- - spec/controllers/users_controller_spec.rb
199
- - spec/non_rails_app/ruby_classes.rb
200
- - spec/rails_app/active_record/config.rb
201
- - spec/rails_app/active_record/models.rb
202
- - spec/rails_app/data_mapper/config.rb
203
- - spec/rails_app/mongoid/config.rb
204
- - spec/rails_app/rails_app.rb
205
- - spec/rails_app/tmp/.gitkeep
206
- - spec/spec_helper.rb
200
+ test_files: []
@@ -1,12 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "coveralls", :require => false
6
- gem "rubocop", "~> 0.67.2", :require => false
7
- gem "rubocop-performance", :require => false
8
- gem "sqlite3"
9
- gem "activesupport", "5.0.7.2"
10
- gem "activerecord", "5.0.7.2"
11
-
12
- gemspec :path => "../"
@@ -1,14 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "coveralls", :require => false
6
- gem "rubocop", "~> 0.67.2", :require => false
7
- gem "rubocop-performance", :require => false
8
- gem "sqlite3", "~> 1.3.11"
9
- gem "rails", "5.0.7.2"
10
- gem "rspec-rails"
11
- gem "sprockets", "< 4"
12
- gem "test-unit"
13
-
14
- gemspec :path => "../"
@@ -1,204 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- comma (4.4.0)
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.1)
53
- builder (3.2.4)
54
- concurrent-ruby (1.1.6)
55
- coveralls (0.8.23)
56
- json (>= 1.8, < 3)
57
- simplecov (~> 0.16.1)
58
- term-ansicolor (~> 1.3)
59
- thor (>= 0.19.4, < 2.0)
60
- tins (~> 1.6)
61
- crass (1.0.6)
62
- diff-lcs (1.3)
63
- docile (1.3.2)
64
- erubis (2.7.0)
65
- globalid (0.4.2)
66
- activesupport (>= 4.2.0)
67
- i18n (1.8.3)
68
- concurrent-ruby (~> 1.0)
69
- jaro_winkler (1.5.4)
70
- json (2.3.0)
71
- loofah (2.5.0)
72
- crass (~> 1.0.2)
73
- nokogiri (>= 1.5.9)
74
- mail (2.7.1)
75
- mini_mime (>= 0.1.1)
76
- method_source (1.0.0)
77
- mini_mime (1.0.2)
78
- mini_portile2 (2.4.0)
79
- minitest (5.14.1)
80
- nio4r (2.5.2)
81
- nokogiri (1.10.9)
82
- mini_portile2 (~> 2.4.0)
83
- parallel (1.19.1)
84
- parser (2.7.1.3)
85
- ast (~> 2.4.0)
86
- power_assert (1.2.0)
87
- psych (3.1.0)
88
- rack (2.2.3)
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.3.0)
107
- loofah (~> 2.3)
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 (13.0.1)
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
- rubocop-performance (1.1.0)
153
- rubocop (>= 0.67.0)
154
- ruby-progressbar (1.10.1)
155
- simplecov (0.16.1)
156
- docile (~> 1.1)
157
- json (>= 1.8, < 3)
158
- simplecov-html (~> 0.10.0)
159
- simplecov-html (0.10.2)
160
- sprockets (3.7.2)
161
- concurrent-ruby (~> 1.0)
162
- rack (> 1, < 3)
163
- sprockets-rails (3.2.1)
164
- actionpack (>= 4.0)
165
- activesupport (>= 4.0)
166
- sprockets (>= 3.0.0)
167
- sqlite3 (1.3.13)
168
- sync (0.5.0)
169
- term-ansicolor (1.7.1)
170
- tins (~> 1.0)
171
- test-unit (3.3.6)
172
- power_assert
173
- thor (1.0.1)
174
- thread_safe (0.3.6)
175
- tins (1.25.0)
176
- sync
177
- tzinfo (1.2.7)
178
- thread_safe (~> 0.1)
179
- unicode-display_width (1.5.0)
180
- websocket-driver (0.6.5)
181
- websocket-extensions (>= 0.1.0)
182
- websocket-extensions (0.1.5)
183
-
184
- PLATFORMS
185
- ruby
186
-
187
- DEPENDENCIES
188
- appraisal (~> 1.0.0)
189
- comma!
190
- coveralls
191
- rails (= 5.0.7.2)
192
- rake (~> 13.0.1)
193
- rspec (~> 3.5.0)
194
- rspec-activemodel-mocks
195
- rspec-its
196
- rspec-rails
197
- rubocop (~> 0.67.2)
198
- rubocop-performance
199
- sprockets (< 4)
200
- sqlite3 (~> 1.3.11)
201
- test-unit
202
-
203
- BUNDLED WITH
204
- 1.17.3
@@ -1,204 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- comma (4.4.0)
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.1)
53
- builder (3.2.4)
54
- concurrent-ruby (1.1.6)
55
- coveralls (0.8.23)
56
- json (>= 1.8, < 3)
57
- simplecov (~> 0.16.1)
58
- term-ansicolor (~> 1.3)
59
- thor (>= 0.19.4, < 2.0)
60
- tins (~> 1.6)
61
- crass (1.0.6)
62
- diff-lcs (1.3)
63
- docile (1.3.2)
64
- erubi (1.9.0)
65
- globalid (0.4.2)
66
- activesupport (>= 4.2.0)
67
- i18n (1.8.3)
68
- concurrent-ruby (~> 1.0)
69
- jaro_winkler (1.5.4)
70
- json (2.3.0)
71
- loofah (2.5.0)
72
- crass (~> 1.0.2)
73
- nokogiri (>= 1.5.9)
74
- mail (2.7.1)
75
- mini_mime (>= 0.1.1)
76
- method_source (1.0.0)
77
- mini_mime (1.0.2)
78
- mini_portile2 (2.4.0)
79
- minitest (5.14.1)
80
- nio4r (2.5.2)
81
- nokogiri (1.10.9)
82
- mini_portile2 (~> 2.4.0)
83
- parallel (1.19.1)
84
- parser (2.7.1.3)
85
- ast (~> 2.4.0)
86
- power_assert (1.2.0)
87
- psych (3.1.0)
88
- rack (2.2.3)
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.3.0)
107
- loofah (~> 2.3)
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 (13.0.1)
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
- rubocop-performance (1.1.0)
153
- rubocop (>= 0.67.0)
154
- ruby-progressbar (1.10.1)
155
- simplecov (0.16.1)
156
- docile (~> 1.1)
157
- json (>= 1.8, < 3)
158
- simplecov-html (~> 0.10.0)
159
- simplecov-html (0.10.2)
160
- sprockets (3.7.2)
161
- concurrent-ruby (~> 1.0)
162
- rack (> 1, < 3)
163
- sprockets-rails (3.2.1)
164
- actionpack (>= 4.0)
165
- activesupport (>= 4.0)
166
- sprockets (>= 3.0.0)
167
- sqlite3 (1.3.13)
168
- sync (0.5.0)
169
- term-ansicolor (1.7.1)
170
- tins (~> 1.0)
171
- test-unit (3.3.6)
172
- power_assert
173
- thor (1.0.1)
174
- thread_safe (0.3.6)
175
- tins (1.25.0)
176
- sync
177
- tzinfo (1.2.7)
178
- thread_safe (~> 0.1)
179
- unicode-display_width (1.5.0)
180
- websocket-driver (0.6.5)
181
- websocket-extensions (>= 0.1.0)
182
- websocket-extensions (0.1.5)
183
-
184
- PLATFORMS
185
- ruby
186
-
187
- DEPENDENCIES
188
- appraisal (~> 1.0.0)
189
- comma!
190
- coveralls
191
- rails (= 5.1.7)
192
- rake (~> 13.0.1)
193
- rspec (~> 3.5.0)
194
- rspec-activemodel-mocks
195
- rspec-its
196
- rspec-rails
197
- rubocop (~> 0.67.2)
198
- rubocop-performance
199
- sprockets (< 4)
200
- sqlite3 (~> 1.3.11)
201
- test-unit
202
-
203
- BUNDLED WITH
204
- 1.17.3
@@ -1,14 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "coveralls", :require => false
6
- gem "rubocop", "~> 0.67.2", :require => false
7
- gem "rubocop-performance", :require => false
8
- gem "sqlite3", "~> 1.3.11"
9
- gem "rails", "5.2.4.3"
10
- gem "rspec-rails"
11
- gem "sprockets", "< 4"
12
- gem "test-unit"
13
-
14
- gemspec :path => "../"