comma 3.2.4 → 4.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (53) hide show
  1. checksums.yaml +7 -0
  2. data/.travis.yml +25 -62
  3. data/Appraisals +2 -13
  4. data/Gemfile +0 -5
  5. data/Gemfile.lock +49 -25
  6. data/README.markdown +3 -9
  7. data/comma.gemspec +7 -5
  8. data/gemfiles/active4.0.13.gemfile +2 -4
  9. data/gemfiles/active4.0.13.gemfile.lock +53 -42
  10. data/gemfiles/active4.1.16.gemfile +9 -0
  11. data/gemfiles/active4.1.16.gemfile.lock +91 -0
  12. data/gemfiles/active4.2.7.1.gemfile +9 -0
  13. data/gemfiles/active4.2.7.1.gemfile.lock +91 -0
  14. data/gemfiles/active5.0.0.1.gemfile +9 -0
  15. data/gemfiles/active5.0.0.1.gemfile.lock +89 -0
  16. data/gemfiles/rails4.0.13.gemfile +3 -4
  17. data/gemfiles/rails4.0.13.gemfile.lock +73 -55
  18. data/gemfiles/rails4.1.16.gemfile +10 -0
  19. data/gemfiles/rails4.1.16.gemfile.lock +148 -0
  20. data/gemfiles/rails4.2.7.1.gemfile +10 -0
  21. data/gemfiles/rails4.2.7.1.gemfile.lock +175 -0
  22. data/gemfiles/rails5.0.0.1.gemfile +10 -0
  23. data/gemfiles/rails5.0.0.1.gemfile.lock +181 -0
  24. data/lib/comma.rb +9 -1
  25. data/lib/comma/version.rb +1 -1
  26. data/spec/controllers/users_controller_spec.rb +2 -2
  27. data/spec/rails_app/active_record/config.rb +2 -2
  28. data/spec/spec_helper.rb +6 -3
  29. metadata +129 -138
  30. data/gemfiles/active3.0.20.gemfile +0 -11
  31. data/gemfiles/active3.0.20.gemfile.lock +0 -75
  32. data/gemfiles/active3.1.12.gemfile +0 -11
  33. data/gemfiles/active3.1.12.gemfile.lock +0 -76
  34. data/gemfiles/active3.2.20.gemfile +0 -11
  35. data/gemfiles/active3.2.20.gemfile.lock +0 -76
  36. data/gemfiles/active4.1.10.gemfile +0 -11
  37. data/gemfiles/active4.1.10.gemfile.lock +0 -81
  38. data/gemfiles/active4.2.1.gemfile +0 -11
  39. data/gemfiles/active4.2.1.gemfile.lock +0 -81
  40. data/gemfiles/data_mapper1.2.0.gemfile +0 -11
  41. data/gemfiles/data_mapper1.2.0.gemfile.lock +0 -118
  42. data/gemfiles/mongoid3.1.6.gemfile +0 -10
  43. data/gemfiles/mongoid3.1.6.gemfile.lock +0 -76
  44. data/gemfiles/rails3.0.20.gemfile +0 -11
  45. data/gemfiles/rails3.0.20.gemfile.lock +0 -127
  46. data/gemfiles/rails3.1.12.gemfile +0 -11
  47. data/gemfiles/rails3.1.12.gemfile.lock +0 -137
  48. data/gemfiles/rails3.2.20.gemfile +0 -11
  49. data/gemfiles/rails3.2.20.gemfile.lock +0 -135
  50. data/gemfiles/rails4.1.10.gemfile +0 -11
  51. data/gemfiles/rails4.1.10.gemfile.lock +0 -131
  52. data/gemfiles/rails4.2.1.gemfile +0 -11
  53. data/gemfiles/rails4.2.1.gemfile.lock +0 -156
@@ -0,0 +1,10 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "coveralls", :require => false
6
+ gem "rails", "4.1.16"
7
+ gem "rspec-rails"
8
+ gem "test-unit"
9
+
10
+ gemspec :path => "../"
@@ -0,0 +1,148 @@
1
+ PATH
2
+ remote: ../
3
+ specs:
4
+ comma (4.0.0)
5
+ activesupport (>= 4.0.0, < 5.1)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ actionmailer (4.1.16)
11
+ actionpack (= 4.1.16)
12
+ actionview (= 4.1.16)
13
+ mail (~> 2.5, >= 2.5.4)
14
+ actionpack (4.1.16)
15
+ actionview (= 4.1.16)
16
+ activesupport (= 4.1.16)
17
+ rack (~> 1.5.2)
18
+ rack-test (~> 0.6.2)
19
+ actionview (4.1.16)
20
+ activesupport (= 4.1.16)
21
+ builder (~> 3.1)
22
+ erubis (~> 2.7.0)
23
+ activemodel (4.1.16)
24
+ activesupport (= 4.1.16)
25
+ builder (~> 3.1)
26
+ activerecord (4.1.16)
27
+ activemodel (= 4.1.16)
28
+ activesupport (= 4.1.16)
29
+ arel (~> 5.0.0)
30
+ activesupport (4.1.16)
31
+ i18n (~> 0.6, >= 0.6.9)
32
+ json (~> 1.7, >= 1.7.7)
33
+ minitest (~> 5.1)
34
+ thread_safe (~> 0.1)
35
+ tzinfo (~> 1.1)
36
+ appraisal (1.0.3)
37
+ bundler
38
+ rake
39
+ thor (>= 0.14.0)
40
+ arel (5.0.1.20140414130214)
41
+ builder (3.2.2)
42
+ concurrent-ruby (1.0.2)
43
+ coveralls (0.8.15)
44
+ json (>= 1.8, < 3)
45
+ simplecov (~> 0.12.0)
46
+ term-ansicolor (~> 1.3)
47
+ thor (~> 0.19.1)
48
+ tins (>= 1.6.0, < 2)
49
+ diff-lcs (1.2.5)
50
+ docile (1.1.5)
51
+ erubis (2.7.0)
52
+ i18n (0.7.0)
53
+ json (1.8.3)
54
+ mail (2.6.4)
55
+ mime-types (>= 1.16, < 4)
56
+ mime-types (3.1)
57
+ mime-types-data (~> 3.2015)
58
+ mime-types-data (3.2016.0521)
59
+ minitest (5.9.0)
60
+ power_assert (0.3.0)
61
+ rack (1.5.5)
62
+ rack-test (0.6.3)
63
+ rack (>= 1.0)
64
+ rails (4.1.16)
65
+ actionmailer (= 4.1.16)
66
+ actionpack (= 4.1.16)
67
+ actionview (= 4.1.16)
68
+ activemodel (= 4.1.16)
69
+ activerecord (= 4.1.16)
70
+ activesupport (= 4.1.16)
71
+ bundler (>= 1.3.0, < 2.0)
72
+ railties (= 4.1.16)
73
+ sprockets-rails (~> 2.0)
74
+ railties (4.1.16)
75
+ actionpack (= 4.1.16)
76
+ activesupport (= 4.1.16)
77
+ rake (>= 0.8.7)
78
+ thor (>= 0.18.1, < 2.0)
79
+ rake (10.5.0)
80
+ rspec (3.5.0)
81
+ rspec-core (~> 3.5.0)
82
+ rspec-expectations (~> 3.5.0)
83
+ rspec-mocks (~> 3.5.0)
84
+ rspec-activemodel-mocks (1.0.3)
85
+ activemodel (>= 3.0)
86
+ activesupport (>= 3.0)
87
+ rspec-mocks (>= 2.99, < 4.0)
88
+ rspec-core (3.5.2)
89
+ rspec-support (~> 3.5.0)
90
+ rspec-expectations (3.5.0)
91
+ diff-lcs (>= 1.2.0, < 2.0)
92
+ rspec-support (~> 3.5.0)
93
+ rspec-its (1.2.0)
94
+ rspec-core (>= 3.0.0)
95
+ rspec-expectations (>= 3.0.0)
96
+ rspec-mocks (3.5.0)
97
+ diff-lcs (>= 1.2.0, < 2.0)
98
+ rspec-support (~> 3.5.0)
99
+ rspec-rails (3.5.1)
100
+ actionpack (>= 3.0)
101
+ activesupport (>= 3.0)
102
+ railties (>= 3.0)
103
+ rspec-core (~> 3.5.0)
104
+ rspec-expectations (~> 3.5.0)
105
+ rspec-mocks (~> 3.5.0)
106
+ rspec-support (~> 3.5.0)
107
+ rspec-support (3.5.0)
108
+ simplecov (0.12.0)
109
+ docile (~> 1.1.0)
110
+ json (>= 1.8, < 3)
111
+ simplecov-html (~> 0.10.0)
112
+ simplecov-html (0.10.0)
113
+ sprockets (3.7.0)
114
+ concurrent-ruby (~> 1.0)
115
+ rack (> 1, < 3)
116
+ sprockets-rails (2.3.3)
117
+ actionpack (>= 3.0)
118
+ activesupport (>= 3.0)
119
+ sprockets (>= 2.8, < 4.0)
120
+ sqlite3 (1.3.11)
121
+ term-ansicolor (1.3.2)
122
+ tins (~> 1.0)
123
+ test-unit (3.2.1)
124
+ power_assert
125
+ thor (0.19.1)
126
+ thread_safe (0.3.5)
127
+ tins (1.12.0)
128
+ tzinfo (1.2.2)
129
+ thread_safe (~> 0.1)
130
+
131
+ PLATFORMS
132
+ ruby
133
+
134
+ DEPENDENCIES
135
+ appraisal (~> 1.0.0)
136
+ comma!
137
+ coveralls
138
+ rails (= 4.1.16)
139
+ rake (~> 10.5.0)
140
+ rspec (~> 3.5.0)
141
+ rspec-activemodel-mocks
142
+ rspec-its
143
+ rspec-rails
144
+ sqlite3 (~> 1.3.11)
145
+ test-unit
146
+
147
+ BUNDLED WITH
148
+ 1.11.2
@@ -0,0 +1,10 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "coveralls", :require => false
6
+ gem "rails", "4.2.7.1"
7
+ gem "rspec-rails"
8
+ gem "test-unit"
9
+
10
+ gemspec :path => "../"
@@ -0,0 +1,175 @@
1
+ PATH
2
+ remote: ../
3
+ specs:
4
+ comma (4.0.0)
5
+ activesupport (>= 4.0.0, < 5.1)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ actionmailer (4.2.7.1)
11
+ actionpack (= 4.2.7.1)
12
+ actionview (= 4.2.7.1)
13
+ activejob (= 4.2.7.1)
14
+ mail (~> 2.5, >= 2.5.4)
15
+ rails-dom-testing (~> 1.0, >= 1.0.5)
16
+ actionpack (4.2.7.1)
17
+ actionview (= 4.2.7.1)
18
+ activesupport (= 4.2.7.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.7.1)
24
+ activesupport (= 4.2.7.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.2)
29
+ activejob (4.2.7.1)
30
+ activesupport (= 4.2.7.1)
31
+ globalid (>= 0.3.0)
32
+ activemodel (4.2.7.1)
33
+ activesupport (= 4.2.7.1)
34
+ builder (~> 3.1)
35
+ activerecord (4.2.7.1)
36
+ activemodel (= 4.2.7.1)
37
+ activesupport (= 4.2.7.1)
38
+ arel (~> 6.0)
39
+ activesupport (4.2.7.1)
40
+ i18n (~> 0.7)
41
+ json (~> 1.7, >= 1.7.7)
42
+ minitest (~> 5.1)
43
+ thread_safe (~> 0.3, >= 0.3.4)
44
+ tzinfo (~> 1.1)
45
+ appraisal (1.0.3)
46
+ bundler
47
+ rake
48
+ thor (>= 0.14.0)
49
+ arel (6.0.3)
50
+ builder (3.2.2)
51
+ concurrent-ruby (1.0.2)
52
+ coveralls (0.8.15)
53
+ json (>= 1.8, < 3)
54
+ simplecov (~> 0.12.0)
55
+ term-ansicolor (~> 1.3)
56
+ thor (~> 0.19.1)
57
+ tins (>= 1.6.0, < 2)
58
+ diff-lcs (1.2.5)
59
+ docile (1.1.5)
60
+ erubis (2.7.0)
61
+ globalid (0.3.7)
62
+ activesupport (>= 4.1.0)
63
+ i18n (0.7.0)
64
+ json (1.8.3)
65
+ loofah (2.0.3)
66
+ nokogiri (>= 1.5.9)
67
+ mail (2.6.4)
68
+ mime-types (>= 1.16, < 4)
69
+ mime-types (3.1)
70
+ mime-types-data (~> 3.2015)
71
+ mime-types-data (3.2016.0521)
72
+ mini_portile2 (2.1.0)
73
+ minitest (5.9.0)
74
+ nokogiri (1.6.8)
75
+ mini_portile2 (~> 2.1.0)
76
+ pkg-config (~> 1.1.7)
77
+ pkg-config (1.1.7)
78
+ power_assert (0.3.0)
79
+ rack (1.6.4)
80
+ rack-test (0.6.3)
81
+ rack (>= 1.0)
82
+ rails (4.2.7.1)
83
+ actionmailer (= 4.2.7.1)
84
+ actionpack (= 4.2.7.1)
85
+ actionview (= 4.2.7.1)
86
+ activejob (= 4.2.7.1)
87
+ activemodel (= 4.2.7.1)
88
+ activerecord (= 4.2.7.1)
89
+ activesupport (= 4.2.7.1)
90
+ bundler (>= 1.3.0, < 2.0)
91
+ railties (= 4.2.7.1)
92
+ sprockets-rails
93
+ rails-deprecated_sanitizer (1.0.3)
94
+ activesupport (>= 4.2.0.alpha)
95
+ rails-dom-testing (1.0.7)
96
+ activesupport (>= 4.2.0.beta, < 5.0)
97
+ nokogiri (~> 1.6.0)
98
+ rails-deprecated_sanitizer (>= 1.0.1)
99
+ rails-html-sanitizer (1.0.3)
100
+ loofah (~> 2.0)
101
+ railties (4.2.7.1)
102
+ actionpack (= 4.2.7.1)
103
+ activesupport (= 4.2.7.1)
104
+ rake (>= 0.8.7)
105
+ thor (>= 0.18.1, < 2.0)
106
+ rake (10.5.0)
107
+ rspec (3.5.0)
108
+ rspec-core (~> 3.5.0)
109
+ rspec-expectations (~> 3.5.0)
110
+ rspec-mocks (~> 3.5.0)
111
+ rspec-activemodel-mocks (1.0.3)
112
+ activemodel (>= 3.0)
113
+ activesupport (>= 3.0)
114
+ rspec-mocks (>= 2.99, < 4.0)
115
+ rspec-core (3.5.2)
116
+ rspec-support (~> 3.5.0)
117
+ rspec-expectations (3.5.0)
118
+ diff-lcs (>= 1.2.0, < 2.0)
119
+ rspec-support (~> 3.5.0)
120
+ rspec-its (1.2.0)
121
+ rspec-core (>= 3.0.0)
122
+ rspec-expectations (>= 3.0.0)
123
+ rspec-mocks (3.5.0)
124
+ diff-lcs (>= 1.2.0, < 2.0)
125
+ rspec-support (~> 3.5.0)
126
+ rspec-rails (3.5.1)
127
+ actionpack (>= 3.0)
128
+ activesupport (>= 3.0)
129
+ railties (>= 3.0)
130
+ rspec-core (~> 3.5.0)
131
+ rspec-expectations (~> 3.5.0)
132
+ rspec-mocks (~> 3.5.0)
133
+ rspec-support (~> 3.5.0)
134
+ rspec-support (3.5.0)
135
+ simplecov (0.12.0)
136
+ docile (~> 1.1.0)
137
+ json (>= 1.8, < 3)
138
+ simplecov-html (~> 0.10.0)
139
+ simplecov-html (0.10.0)
140
+ sprockets (3.7.0)
141
+ concurrent-ruby (~> 1.0)
142
+ rack (> 1, < 3)
143
+ sprockets-rails (3.1.1)
144
+ actionpack (>= 4.0)
145
+ activesupport (>= 4.0)
146
+ sprockets (>= 3.0.0)
147
+ sqlite3 (1.3.11)
148
+ term-ansicolor (1.3.2)
149
+ tins (~> 1.0)
150
+ test-unit (3.2.1)
151
+ power_assert
152
+ thor (0.19.1)
153
+ thread_safe (0.3.5)
154
+ tins (1.12.0)
155
+ tzinfo (1.2.2)
156
+ thread_safe (~> 0.1)
157
+
158
+ PLATFORMS
159
+ ruby
160
+
161
+ DEPENDENCIES
162
+ appraisal (~> 1.0.0)
163
+ comma!
164
+ coveralls
165
+ rails (= 4.2.7.1)
166
+ rake (~> 10.5.0)
167
+ rspec (~> 3.5.0)
168
+ rspec-activemodel-mocks
169
+ rspec-its
170
+ rspec-rails
171
+ sqlite3 (~> 1.3.11)
172
+ test-unit
173
+
174
+ BUNDLED WITH
175
+ 1.11.2
@@ -0,0 +1,10 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "coveralls", :require => false
6
+ gem "rails", "5.0.0.1"
7
+ gem "rspec-rails"
8
+ gem "test-unit"
9
+
10
+ gemspec :path => "../"
@@ -0,0 +1,181 @@
1
+ PATH
2
+ remote: ../
3
+ specs:
4
+ comma (4.0.0)
5
+ activesupport (>= 4.0.0, < 5.1)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ actioncable (5.0.0.1)
11
+ actionpack (= 5.0.0.1)
12
+ nio4r (~> 1.2)
13
+ websocket-driver (~> 0.6.1)
14
+ actionmailer (5.0.0.1)
15
+ actionpack (= 5.0.0.1)
16
+ actionview (= 5.0.0.1)
17
+ activejob (= 5.0.0.1)
18
+ mail (~> 2.5, >= 2.5.4)
19
+ rails-dom-testing (~> 2.0)
20
+ actionpack (5.0.0.1)
21
+ actionview (= 5.0.0.1)
22
+ activesupport (= 5.0.0.1)
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.0.1)
28
+ activesupport (= 5.0.0.1)
29
+ builder (~> 3.1)
30
+ erubis (~> 2.7.0)
31
+ rails-dom-testing (~> 2.0)
32
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
33
+ activejob (5.0.0.1)
34
+ activesupport (= 5.0.0.1)
35
+ globalid (>= 0.3.6)
36
+ activemodel (5.0.0.1)
37
+ activesupport (= 5.0.0.1)
38
+ activerecord (5.0.0.1)
39
+ activemodel (= 5.0.0.1)
40
+ activesupport (= 5.0.0.1)
41
+ arel (~> 7.0)
42
+ activesupport (5.0.0.1)
43
+ concurrent-ruby (~> 1.0, >= 1.0.2)
44
+ i18n (~> 0.7)
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.1)
52
+ builder (3.2.2)
53
+ concurrent-ruby (1.0.2)
54
+ coveralls (0.8.15)
55
+ json (>= 1.8, < 3)
56
+ simplecov (~> 0.12.0)
57
+ term-ansicolor (~> 1.3)
58
+ thor (~> 0.19.1)
59
+ tins (>= 1.6.0, < 2)
60
+ diff-lcs (1.2.5)
61
+ docile (1.1.5)
62
+ erubis (2.7.0)
63
+ globalid (0.3.7)
64
+ activesupport (>= 4.1.0)
65
+ i18n (0.7.0)
66
+ json (2.0.2)
67
+ loofah (2.0.3)
68
+ nokogiri (>= 1.5.9)
69
+ mail (2.6.4)
70
+ mime-types (>= 1.16, < 4)
71
+ method_source (0.8.2)
72
+ mime-types (3.1)
73
+ mime-types-data (~> 3.2015)
74
+ mime-types-data (3.2016.0521)
75
+ mini_portile2 (2.1.0)
76
+ minitest (5.9.0)
77
+ nio4r (1.2.1)
78
+ nokogiri (1.6.8)
79
+ mini_portile2 (~> 2.1.0)
80
+ pkg-config (~> 1.1.7)
81
+ pkg-config (1.1.7)
82
+ power_assert (0.3.0)
83
+ rack (2.0.1)
84
+ rack-test (0.6.3)
85
+ rack (>= 1.0)
86
+ rails (5.0.0.1)
87
+ actioncable (= 5.0.0.1)
88
+ actionmailer (= 5.0.0.1)
89
+ actionpack (= 5.0.0.1)
90
+ actionview (= 5.0.0.1)
91
+ activejob (= 5.0.0.1)
92
+ activemodel (= 5.0.0.1)
93
+ activerecord (= 5.0.0.1)
94
+ activesupport (= 5.0.0.1)
95
+ bundler (>= 1.3.0, < 2.0)
96
+ railties (= 5.0.0.1)
97
+ sprockets-rails (>= 2.0.0)
98
+ rails-dom-testing (2.0.1)
99
+ activesupport (>= 4.2.0, < 6.0)
100
+ nokogiri (~> 1.6.0)
101
+ rails-html-sanitizer (1.0.3)
102
+ loofah (~> 2.0)
103
+ railties (5.0.0.1)
104
+ actionpack (= 5.0.0.1)
105
+ activesupport (= 5.0.0.1)
106
+ method_source
107
+ rake (>= 0.8.7)
108
+ thor (>= 0.18.1, < 2.0)
109
+ rake (10.5.0)
110
+ rspec (3.5.0)
111
+ rspec-core (~> 3.5.0)
112
+ rspec-expectations (~> 3.5.0)
113
+ rspec-mocks (~> 3.5.0)
114
+ rspec-activemodel-mocks (1.0.3)
115
+ activemodel (>= 3.0)
116
+ activesupport (>= 3.0)
117
+ rspec-mocks (>= 2.99, < 4.0)
118
+ rspec-core (3.5.2)
119
+ rspec-support (~> 3.5.0)
120
+ rspec-expectations (3.5.0)
121
+ diff-lcs (>= 1.2.0, < 2.0)
122
+ rspec-support (~> 3.5.0)
123
+ rspec-its (1.2.0)
124
+ rspec-core (>= 3.0.0)
125
+ rspec-expectations (>= 3.0.0)
126
+ rspec-mocks (3.5.0)
127
+ diff-lcs (>= 1.2.0, < 2.0)
128
+ rspec-support (~> 3.5.0)
129
+ rspec-rails (3.5.1)
130
+ actionpack (>= 3.0)
131
+ activesupport (>= 3.0)
132
+ railties (>= 3.0)
133
+ rspec-core (~> 3.5.0)
134
+ rspec-expectations (~> 3.5.0)
135
+ rspec-mocks (~> 3.5.0)
136
+ rspec-support (~> 3.5.0)
137
+ rspec-support (3.5.0)
138
+ simplecov (0.12.0)
139
+ docile (~> 1.1.0)
140
+ json (>= 1.8, < 3)
141
+ simplecov-html (~> 0.10.0)
142
+ simplecov-html (0.10.0)
143
+ sprockets (3.7.0)
144
+ concurrent-ruby (~> 1.0)
145
+ rack (> 1, < 3)
146
+ sprockets-rails (3.1.1)
147
+ actionpack (>= 4.0)
148
+ activesupport (>= 4.0)
149
+ sprockets (>= 3.0.0)
150
+ sqlite3 (1.3.11)
151
+ term-ansicolor (1.3.2)
152
+ tins (~> 1.0)
153
+ test-unit (3.2.1)
154
+ power_assert
155
+ thor (0.19.1)
156
+ thread_safe (0.3.5)
157
+ tins (1.12.0)
158
+ tzinfo (1.2.2)
159
+ thread_safe (~> 0.1)
160
+ websocket-driver (0.6.4)
161
+ websocket-extensions (>= 0.1.0)
162
+ websocket-extensions (0.1.2)
163
+
164
+ PLATFORMS
165
+ ruby
166
+
167
+ DEPENDENCIES
168
+ appraisal (~> 1.0.0)
169
+ comma!
170
+ coveralls
171
+ rails (= 5.0.0.1)
172
+ rake (~> 10.5.0)
173
+ rspec (~> 3.5.0)
174
+ rspec-activemodel-mocks
175
+ rspec-its
176
+ rspec-rails
177
+ sqlite3 (~> 1.3.11)
178
+ test-unit
179
+
180
+ BUNDLED WITH
181
+ 1.11.2