comma 4.2.0 → 4.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (66) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +10 -1
  3. data/.rubocop_todo.yml +3 -364
  4. data/.travis.yml +36 -55
  5. data/Appraisals +14 -1
  6. data/Gemfile +2 -0
  7. data/Gemfile.lock +19 -16
  8. data/README.md +2 -2
  9. data/Rakefile +2 -0
  10. data/comma.gemspec +13 -11
  11. data/gemfiles/{active4.1.16.gemfile → active4.2.11.1.gemfile} +2 -2
  12. data/gemfiles/{active4.2.8.gemfile.lock → active4.2.11.1.gemfile.lock} +43 -38
  13. data/gemfiles/{active4.0.13.gemfile → active5.0.7.2.gemfile} +2 -2
  14. data/gemfiles/{active5.0.1.gemfile.lock → active5.0.7.2.gemfile.lock} +44 -40
  15. data/gemfiles/{active5.1.0.gemfile → active5.1.7.gemfile} +2 -2
  16. data/gemfiles/{active5.1.0.gemfile.lock → active5.1.7.gemfile.lock} +44 -40
  17. data/gemfiles/{active4.2.8.gemfile → active5.2.3.gemfile} +2 -2
  18. data/gemfiles/active5.2.3.gemfile.lock +108 -0
  19. data/gemfiles/{active5.0.1.gemfile → active6.0.0.gemfile} +2 -2
  20. data/gemfiles/{active5.2.0.gemfile.lock → active6.0.0.gemfile.lock} +31 -29
  21. data/gemfiles/{rails4.1.16.gemfile → rails4.2.11.1.gemfile} +1 -1
  22. data/gemfiles/{rails4.2.8.gemfile.lock → rails4.2.11.1.gemfile.lock} +84 -80
  23. data/gemfiles/{rails4.0.13.gemfile → rails5.0.7.2.gemfile} +1 -1
  24. data/gemfiles/rails5.0.7.2.gemfile.lock +198 -0
  25. data/gemfiles/{rails5.1.0.gemfile → rails5.1.7.gemfile} +1 -1
  26. data/gemfiles/rails5.1.7.gemfile.lock +198 -0
  27. data/gemfiles/{rails5.2.0.gemfile → rails5.2.3.gemfile} +1 -1
  28. data/gemfiles/{rails5.2.0.gemfile.lock → rails5.2.3.gemfile.lock} +82 -80
  29. data/gemfiles/{rails4.2.8.gemfile → rails6.0.0.gemfile} +1 -1
  30. data/gemfiles/rails6.0.0.gemfile.lock +237 -0
  31. data/init.rb +2 -0
  32. data/lib/comma.rb +23 -33
  33. data/lib/comma/array.rb +2 -0
  34. data/lib/comma/data_extractor.rb +5 -5
  35. data/lib/comma/data_mapper_collection.rb +9 -3
  36. data/lib/comma/extractor.rb +3 -5
  37. data/lib/comma/generator.rb +11 -11
  38. data/lib/comma/header_extractor.rb +18 -14
  39. data/lib/comma/mongoid.rb +10 -7
  40. data/lib/comma/object.rb +5 -1
  41. data/lib/comma/relation.rb +16 -10
  42. data/lib/comma/version.rb +3 -1
  43. data/spec/comma/comma_spec.rb +68 -47
  44. data/spec/comma/data_extractor_spec.rb +6 -10
  45. data/spec/comma/header_extractor_spec.rb +2 -8
  46. data/spec/comma/rails/active_record_spec.rb +28 -26
  47. data/spec/comma/rails/data_mapper_collection_spec.rb +4 -3
  48. data/spec/comma/rails/mongoid_spec.rb +8 -7
  49. data/spec/controllers/users_controller_spec.rb +48 -47
  50. data/spec/non_rails_app/ruby_classes.rb +13 -6
  51. data/spec/rails_app/active_record/config.rb +3 -1
  52. data/spec/rails_app/active_record/models.rb +4 -2
  53. data/spec/rails_app/data_mapper/config.rb +2 -0
  54. data/spec/rails_app/mongoid/config.rb +4 -2
  55. data/spec/rails_app/rails_app.rb +12 -11
  56. data/spec/rails_app/tmp/.gitkeep +0 -0
  57. data/spec/spec_helper.rb +7 -3
  58. metadata +27 -30
  59. data/gemfiles/active4.0.13.gemfile.lock +0 -107
  60. data/gemfiles/active4.1.16.gemfile.lock +0 -106
  61. data/gemfiles/active5.2.0.gemfile +0 -10
  62. data/gemfiles/rails4.0.13.gemfile.lock +0 -158
  63. data/gemfiles/rails4.1.16.gemfile.lock +0 -162
  64. data/gemfiles/rails5.0.1.gemfile +0 -11
  65. data/gemfiles/rails5.0.1.gemfile.lock +0 -194
  66. data/gemfiles/rails5.1.0.gemfile.lock +0 -194
@@ -4,7 +4,7 @@ source "https://rubygems.org"
4
4
 
5
5
  gem "coveralls", :require => false
6
6
  gem "rubocop", :require => false
7
- gem "activesupport", "5.1.0"
8
- gem "activerecord", "5.1.0"
7
+ gem "activesupport", "5.1.7"
8
+ gem "activerecord", "5.1.7"
9
9
 
10
10
  gemspec :path => "../"
@@ -1,21 +1,21 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- comma (4.2.0)
5
- activesupport (>= 4.0.0, < 6)
4
+ comma (4.3.0)
5
+ activesupport (>= 4.0.0, < 6.1)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activemodel (5.1.0)
11
- activesupport (= 5.1.0)
12
- activerecord (5.1.0)
13
- activemodel (= 5.1.0)
14
- activesupport (= 5.1.0)
10
+ activemodel (5.1.7)
11
+ activesupport (= 5.1.7)
12
+ activerecord (5.1.7)
13
+ activemodel (= 5.1.7)
14
+ activesupport (= 5.1.7)
15
15
  arel (~> 8.0)
16
- activesupport (5.1.0)
16
+ activesupport (5.1.7)
17
17
  concurrent-ruby (~> 1.0, >= 1.0.2)
18
- i18n (~> 0.7)
18
+ i18n (>= 0.7, < 2)
19
19
  minitest (~> 5.1)
20
20
  tzinfo (~> 1.1)
21
21
  appraisal (1.0.3)
@@ -23,30 +23,32 @@ GEM
23
23
  rake
24
24
  thor (>= 0.14.0)
25
25
  arel (8.0.0)
26
- ast (2.3.0)
27
- concurrent-ruby (1.0.5)
28
- coveralls (0.8.21)
26
+ ast (2.4.0)
27
+ concurrent-ruby (1.1.5)
28
+ coveralls (0.8.22)
29
29
  json (>= 1.8, < 3)
30
- simplecov (~> 0.14.1)
30
+ simplecov (~> 0.16.1)
31
31
  term-ansicolor (~> 1.3)
32
32
  thor (~> 0.19.4)
33
33
  tins (~> 1.6)
34
34
  diff-lcs (1.3)
35
- docile (1.1.5)
36
- i18n (0.8.1)
37
- json (2.1.0)
38
- minitest (5.10.1)
39
- parser (2.4.0.0)
40
- ast (~> 2.2)
41
- powerpack (0.1.1)
42
- rainbow (2.2.2)
43
- rake
35
+ docile (1.3.1)
36
+ i18n (1.6.0)
37
+ concurrent-ruby (~> 1.0)
38
+ jaro_winkler (1.5.2)
39
+ json (2.2.0)
40
+ minitest (5.11.3)
41
+ parallel (1.17.0)
42
+ parser (2.6.2.1)
43
+ ast (~> 2.4.0)
44
+ psych (3.1.0)
45
+ rainbow (3.0.0)
44
46
  rake (10.5.0)
45
47
  rspec (3.5.0)
46
48
  rspec-core (~> 3.5.0)
47
49
  rspec-expectations (~> 3.5.0)
48
50
  rspec-mocks (~> 3.5.0)
49
- rspec-activemodel-mocks (1.0.3)
51
+ rspec-activemodel-mocks (1.1.0)
50
52
  activemodel (>= 3.0)
51
53
  activesupport (>= 3.0)
52
54
  rspec-mocks (>= 2.99, < 4.0)
@@ -55,41 +57,43 @@ GEM
55
57
  rspec-expectations (3.5.0)
56
58
  diff-lcs (>= 1.2.0, < 2.0)
57
59
  rspec-support (~> 3.5.0)
58
- rspec-its (1.2.0)
60
+ rspec-its (1.3.0)
59
61
  rspec-core (>= 3.0.0)
60
62
  rspec-expectations (>= 3.0.0)
61
63
  rspec-mocks (3.5.0)
62
64
  diff-lcs (>= 1.2.0, < 2.0)
63
65
  rspec-support (~> 3.5.0)
64
66
  rspec-support (3.5.0)
65
- rubocop (0.48.1)
66
- parser (>= 2.3.3.1, < 3.0)
67
- powerpack (~> 0.1)
68
- rainbow (>= 1.99.1, < 3.0)
67
+ rubocop (0.67.2)
68
+ jaro_winkler (~> 1.5.1)
69
+ parallel (~> 1.10)
70
+ parser (>= 2.5, != 2.5.1.1)
71
+ psych (>= 3.1.0)
72
+ rainbow (>= 2.2.2, < 4.0)
69
73
  ruby-progressbar (~> 1.7)
70
- unicode-display_width (~> 1.0, >= 1.0.1)
71
- ruby-progressbar (1.8.1)
72
- simplecov (0.14.1)
73
- docile (~> 1.1.0)
74
+ unicode-display_width (>= 1.4.0, < 1.6)
75
+ ruby-progressbar (1.10.0)
76
+ simplecov (0.16.1)
77
+ docile (~> 1.1)
74
78
  json (>= 1.8, < 3)
75
79
  simplecov-html (~> 0.10.0)
76
- simplecov-html (0.10.0)
80
+ simplecov-html (0.10.2)
77
81
  sqlite3 (1.3.13)
78
- term-ansicolor (1.6.0)
82
+ term-ansicolor (1.7.1)
79
83
  tins (~> 1.0)
80
84
  thor (0.19.4)
81
85
  thread_safe (0.3.6)
82
- tins (1.13.2)
83
- tzinfo (1.2.3)
86
+ tins (1.20.2)
87
+ tzinfo (1.2.5)
84
88
  thread_safe (~> 0.1)
85
- unicode-display_width (1.2.1)
89
+ unicode-display_width (1.5.0)
86
90
 
87
91
  PLATFORMS
88
92
  ruby
89
93
 
90
94
  DEPENDENCIES
91
- activerecord (= 5.1.0)
92
- activesupport (= 5.1.0)
95
+ activerecord (= 5.1.7)
96
+ activesupport (= 5.1.7)
93
97
  appraisal (~> 1.0.0)
94
98
  comma!
95
99
  coveralls
@@ -101,4 +105,4 @@ DEPENDENCIES
101
105
  sqlite3 (~> 1.3.11)
102
106
 
103
107
  BUNDLED WITH
104
- 1.16.1
108
+ 1.17.3
@@ -4,7 +4,7 @@ source "https://rubygems.org"
4
4
 
5
5
  gem "coveralls", :require => false
6
6
  gem "rubocop", :require => false
7
- gem "activesupport", "4.2.8"
8
- gem "activerecord", "4.2.8"
7
+ gem "activesupport", "5.2.3"
8
+ gem "activerecord", "5.2.3"
9
9
 
10
10
  gemspec :path => "../"
@@ -0,0 +1,108 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ comma (4.3.0)
5
+ activesupport (>= 4.0.0, < 6.1)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ activemodel (5.2.3)
11
+ activesupport (= 5.2.3)
12
+ activerecord (5.2.3)
13
+ activemodel (= 5.2.3)
14
+ activesupport (= 5.2.3)
15
+ arel (>= 9.0)
16
+ activesupport (5.2.3)
17
+ concurrent-ruby (~> 1.0, >= 1.0.2)
18
+ i18n (>= 0.7, < 2)
19
+ minitest (~> 5.1)
20
+ tzinfo (~> 1.1)
21
+ appraisal (1.0.3)
22
+ bundler
23
+ rake
24
+ thor (>= 0.14.0)
25
+ arel (9.0.0)
26
+ ast (2.4.0)
27
+ concurrent-ruby (1.1.5)
28
+ coveralls (0.8.22)
29
+ json (>= 1.8, < 3)
30
+ simplecov (~> 0.16.1)
31
+ term-ansicolor (~> 1.3)
32
+ thor (~> 0.19.4)
33
+ tins (~> 1.6)
34
+ diff-lcs (1.3)
35
+ docile (1.3.1)
36
+ i18n (1.6.0)
37
+ concurrent-ruby (~> 1.0)
38
+ jaro_winkler (1.5.2)
39
+ json (2.2.0)
40
+ minitest (5.11.3)
41
+ parallel (1.17.0)
42
+ parser (2.6.2.1)
43
+ ast (~> 2.4.0)
44
+ psych (3.1.0)
45
+ rainbow (3.0.0)
46
+ rake (10.5.0)
47
+ rspec (3.5.0)
48
+ rspec-core (~> 3.5.0)
49
+ rspec-expectations (~> 3.5.0)
50
+ rspec-mocks (~> 3.5.0)
51
+ rspec-activemodel-mocks (1.1.0)
52
+ activemodel (>= 3.0)
53
+ activesupport (>= 3.0)
54
+ rspec-mocks (>= 2.99, < 4.0)
55
+ rspec-core (3.5.4)
56
+ rspec-support (~> 3.5.0)
57
+ rspec-expectations (3.5.0)
58
+ diff-lcs (>= 1.2.0, < 2.0)
59
+ rspec-support (~> 3.5.0)
60
+ rspec-its (1.3.0)
61
+ rspec-core (>= 3.0.0)
62
+ rspec-expectations (>= 3.0.0)
63
+ rspec-mocks (3.5.0)
64
+ diff-lcs (>= 1.2.0, < 2.0)
65
+ rspec-support (~> 3.5.0)
66
+ rspec-support (3.5.0)
67
+ rubocop (0.67.2)
68
+ jaro_winkler (~> 1.5.1)
69
+ parallel (~> 1.10)
70
+ parser (>= 2.5, != 2.5.1.1)
71
+ psych (>= 3.1.0)
72
+ rainbow (>= 2.2.2, < 4.0)
73
+ ruby-progressbar (~> 1.7)
74
+ unicode-display_width (>= 1.4.0, < 1.6)
75
+ ruby-progressbar (1.10.0)
76
+ simplecov (0.16.1)
77
+ docile (~> 1.1)
78
+ json (>= 1.8, < 3)
79
+ simplecov-html (~> 0.10.0)
80
+ simplecov-html (0.10.2)
81
+ sqlite3 (1.3.13)
82
+ term-ansicolor (1.7.1)
83
+ tins (~> 1.0)
84
+ thor (0.19.4)
85
+ thread_safe (0.3.6)
86
+ tins (1.20.2)
87
+ tzinfo (1.2.5)
88
+ thread_safe (~> 0.1)
89
+ unicode-display_width (1.5.0)
90
+
91
+ PLATFORMS
92
+ ruby
93
+
94
+ DEPENDENCIES
95
+ activerecord (= 5.2.3)
96
+ activesupport (= 5.2.3)
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
@@ -4,7 +4,7 @@ source "https://rubygems.org"
4
4
 
5
5
  gem "coveralls", :require => false
6
6
  gem "rubocop", :require => false
7
- gem "activesupport", "5.0.1"
8
- gem "activerecord", "5.0.1"
7
+ gem "activesupport", "6.0.0.beta3"
8
+ gem "activerecord", "6.0.0.beta3"
9
9
 
10
10
  gemspec :path => "../"
@@ -1,30 +1,29 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- comma (4.2.0)
5
- activesupport (>= 4.0.0, < 6)
4
+ comma (4.3.0)
5
+ activesupport (>= 4.0.0, < 6.1)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activemodel (5.2.0)
11
- activesupport (= 5.2.0)
12
- activerecord (5.2.0)
13
- activemodel (= 5.2.0)
14
- activesupport (= 5.2.0)
15
- arel (>= 9.0)
16
- activesupport (5.2.0)
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)
17
16
  concurrent-ruby (~> 1.0, >= 1.0.2)
18
17
  i18n (>= 0.7, < 2)
19
18
  minitest (~> 5.1)
20
19
  tzinfo (~> 1.1)
20
+ zeitwerk (~> 1.3, >= 1.3.1)
21
21
  appraisal (1.0.3)
22
22
  bundler
23
23
  rake
24
24
  thor (>= 0.14.0)
25
- arel (9.0.0)
26
25
  ast (2.4.0)
27
- concurrent-ruby (1.0.5)
26
+ concurrent-ruby (1.1.5)
28
27
  coveralls (0.8.21)
29
28
  json (>= 1.8, < 3)
30
29
  simplecov (~> 0.14.1)
@@ -33,21 +32,22 @@ GEM
33
32
  tins (~> 1.6)
34
33
  diff-lcs (1.3)
35
34
  docile (1.1.5)
36
- i18n (1.0.0)
35
+ i18n (1.6.0)
37
36
  concurrent-ruby (~> 1.0)
38
- json (2.1.0)
37
+ jaro_winkler (1.5.2)
38
+ json (2.2.0)
39
39
  minitest (5.11.3)
40
- parallel (1.12.1)
41
- parser (2.5.0.5)
40
+ parallel (1.17.0)
41
+ parser (2.6.2.1)
42
42
  ast (~> 2.4.0)
43
- powerpack (0.1.1)
43
+ psych (3.1.0)
44
44
  rainbow (3.0.0)
45
45
  rake (10.5.0)
46
46
  rspec (3.5.0)
47
47
  rspec-core (~> 3.5.0)
48
48
  rspec-expectations (~> 3.5.0)
49
49
  rspec-mocks (~> 3.5.0)
50
- rspec-activemodel-mocks (1.0.3)
50
+ rspec-activemodel-mocks (1.1.0)
51
51
  activemodel (>= 3.0)
52
52
  activesupport (>= 3.0)
53
53
  rspec-mocks (>= 2.99, < 4.0)
@@ -56,42 +56,44 @@ GEM
56
56
  rspec-expectations (3.5.0)
57
57
  diff-lcs (>= 1.2.0, < 2.0)
58
58
  rspec-support (~> 3.5.0)
59
- rspec-its (1.2.0)
59
+ rspec-its (1.3.0)
60
60
  rspec-core (>= 3.0.0)
61
61
  rspec-expectations (>= 3.0.0)
62
62
  rspec-mocks (3.5.0)
63
63
  diff-lcs (>= 1.2.0, < 2.0)
64
64
  rspec-support (~> 3.5.0)
65
65
  rspec-support (3.5.0)
66
- rubocop (0.54.0)
66
+ rubocop (0.67.2)
67
+ jaro_winkler (~> 1.5.1)
67
68
  parallel (~> 1.10)
68
- parser (>= 2.5)
69
- powerpack (~> 0.1)
69
+ parser (>= 2.5, != 2.5.1.1)
70
+ psych (>= 3.1.0)
70
71
  rainbow (>= 2.2.2, < 4.0)
71
72
  ruby-progressbar (~> 1.7)
72
- unicode-display_width (~> 1.0, >= 1.0.1)
73
- ruby-progressbar (1.9.0)
73
+ unicode-display_width (>= 1.4.0, < 1.6)
74
+ ruby-progressbar (1.10.0)
74
75
  simplecov (0.14.1)
75
76
  docile (~> 1.1.0)
76
77
  json (>= 1.8, < 3)
77
78
  simplecov-html (~> 0.10.0)
78
79
  simplecov-html (0.10.2)
79
80
  sqlite3 (1.3.13)
80
- term-ansicolor (1.6.0)
81
+ term-ansicolor (1.7.1)
81
82
  tins (~> 1.0)
82
83
  thor (0.19.4)
83
84
  thread_safe (0.3.6)
84
- tins (1.16.3)
85
+ tins (1.20.2)
85
86
  tzinfo (1.2.5)
86
87
  thread_safe (~> 0.1)
87
- unicode-display_width (1.3.0)
88
+ unicode-display_width (1.5.0)
89
+ zeitwerk (1.4.3)
88
90
 
89
91
  PLATFORMS
90
92
  ruby
91
93
 
92
94
  DEPENDENCIES
93
- activerecord (= 5.2.0)
94
- activesupport (= 5.2.0)
95
+ activerecord (= 6.0.0.beta3)
96
+ activesupport (= 6.0.0.beta3)
95
97
  appraisal (~> 1.0.0)
96
98
  comma!
97
99
  coveralls
@@ -103,4 +105,4 @@ DEPENDENCIES
103
105
  sqlite3 (~> 1.3.11)
104
106
 
105
107
  BUNDLED WITH
106
- 1.16.1
108
+ 1.17.3
@@ -4,7 +4,7 @@ source "https://rubygems.org"
4
4
 
5
5
  gem "coveralls", :require => false
6
6
  gem "rubocop", :require => false
7
- gem "rails", "4.1.16"
7
+ gem "rails", "4.2.11.1"
8
8
  gem "rspec-rails"
9
9
  gem "test-unit"
10
10
 
@@ -1,42 +1,42 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- comma (4.2.0)
5
- activesupport (>= 4.0.0, < 6)
4
+ comma (4.3.0)
5
+ activesupport (>= 4.0.0, < 6.1)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actionmailer (4.2.8)
11
- actionpack (= 4.2.8)
12
- actionview (= 4.2.8)
13
- activejob (= 4.2.8)
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
14
  mail (~> 2.5, >= 2.5.4)
15
15
  rails-dom-testing (~> 1.0, >= 1.0.5)
16
- actionpack (4.2.8)
17
- actionview (= 4.2.8)
18
- activesupport (= 4.2.8)
16
+ actionpack (4.2.11.1)
17
+ actionview (= 4.2.11.1)
18
+ activesupport (= 4.2.11.1)
19
19
  rack (~> 1.6)
20
20
  rack-test (~> 0.6.2)
21
21
  rails-dom-testing (~> 1.0, >= 1.0.5)
22
22
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
23
- actionview (4.2.8)
24
- activesupport (= 4.2.8)
23
+ actionview (4.2.11.1)
24
+ activesupport (= 4.2.11.1)
25
25
  builder (~> 3.1)
26
26
  erubis (~> 2.7.0)
27
27
  rails-dom-testing (~> 1.0, >= 1.0.5)
28
28
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
29
- activejob (4.2.8)
30
- activesupport (= 4.2.8)
29
+ activejob (4.2.11.1)
30
+ activesupport (= 4.2.11.1)
31
31
  globalid (>= 0.3.0)
32
- activemodel (4.2.8)
33
- activesupport (= 4.2.8)
32
+ activemodel (4.2.11.1)
33
+ activesupport (= 4.2.11.1)
34
34
  builder (~> 3.1)
35
- activerecord (4.2.8)
36
- activemodel (= 4.2.8)
37
- activesupport (= 4.2.8)
35
+ activerecord (4.2.11.1)
36
+ activemodel (= 4.2.11.1)
37
+ activesupport (= 4.2.11.1)
38
38
  arel (~> 6.0)
39
- activesupport (4.2.8)
39
+ activesupport (4.2.11.1)
40
40
  i18n (~> 0.7)
41
41
  minitest (~> 5.1)
42
42
  thread_safe (~> 0.3, >= 0.3.4)
@@ -46,72 +46,74 @@ GEM
46
46
  rake
47
47
  thor (>= 0.14.0)
48
48
  arel (6.0.4)
49
- ast (2.3.0)
49
+ ast (2.4.0)
50
50
  builder (3.2.3)
51
- concurrent-ruby (1.0.5)
52
- coveralls (0.8.21)
51
+ concurrent-ruby (1.1.5)
52
+ coveralls (0.8.22)
53
53
  json (>= 1.8, < 3)
54
- simplecov (~> 0.14.1)
54
+ simplecov (~> 0.16.1)
55
55
  term-ansicolor (~> 1.3)
56
56
  thor (~> 0.19.4)
57
57
  tins (~> 1.6)
58
+ crass (1.0.4)
58
59
  diff-lcs (1.3)
59
- docile (1.1.5)
60
+ docile (1.3.1)
60
61
  erubis (2.7.0)
61
- globalid (0.4.0)
62
+ globalid (0.4.2)
62
63
  activesupport (>= 4.2.0)
63
- i18n (0.8.1)
64
- json (2.1.0)
65
- loofah (2.0.3)
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)
66
70
  nokogiri (>= 1.5.9)
67
- mail (2.6.5)
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.10.1)
74
- nokogiri (1.7.1)
75
- mini_portile2 (~> 2.1.0)
76
- parser (2.4.0.0)
77
- ast (~> 2.2)
78
- power_assert (1.0.2)
79
- powerpack (0.1.1)
80
- rack (1.6.5)
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)
81
84
  rack-test (0.6.3)
82
85
  rack (>= 1.0)
83
- rails (4.2.8)
84
- actionmailer (= 4.2.8)
85
- actionpack (= 4.2.8)
86
- actionview (= 4.2.8)
87
- activejob (= 4.2.8)
88
- activemodel (= 4.2.8)
89
- activerecord (= 4.2.8)
90
- activesupport (= 4.2.8)
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)
91
94
  bundler (>= 1.3.0, < 2.0)
92
- railties (= 4.2.8)
95
+ railties (= 4.2.11.1)
93
96
  sprockets-rails
94
97
  rails-deprecated_sanitizer (1.0.3)
95
98
  activesupport (>= 4.2.0.alpha)
96
- rails-dom-testing (1.0.8)
97
- activesupport (>= 4.2.0.beta, < 5.0)
99
+ rails-dom-testing (1.0.9)
100
+ activesupport (>= 4.2.0, < 5.0)
98
101
  nokogiri (~> 1.6)
99
102
  rails-deprecated_sanitizer (>= 1.0.1)
100
- rails-html-sanitizer (1.0.3)
101
- loofah (~> 2.0)
102
- railties (4.2.8)
103
- actionpack (= 4.2.8)
104
- activesupport (= 4.2.8)
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)
105
108
  rake (>= 0.8.7)
106
109
  thor (>= 0.18.1, < 2.0)
107
- rainbow (2.2.2)
108
- rake
110
+ rainbow (3.0.0)
109
111
  rake (10.5.0)
110
112
  rspec (3.5.0)
111
113
  rspec-core (~> 3.5.0)
112
114
  rspec-expectations (~> 3.5.0)
113
115
  rspec-mocks (~> 3.5.0)
114
- rspec-activemodel-mocks (1.0.3)
116
+ rspec-activemodel-mocks (1.1.0)
115
117
  activemodel (>= 3.0)
116
118
  activesupport (>= 3.0)
117
119
  rspec-mocks (>= 2.99, < 4.0)
@@ -120,7 +122,7 @@ GEM
120
122
  rspec-expectations (3.5.0)
121
123
  diff-lcs (>= 1.2.0, < 2.0)
122
124
  rspec-support (~> 3.5.0)
123
- rspec-its (1.2.0)
125
+ rspec-its (1.3.0)
124
126
  rspec-core (>= 3.0.0)
125
127
  rspec-expectations (>= 3.0.0)
126
128
  rspec-mocks (3.5.0)
@@ -135,36 +137,38 @@ GEM
135
137
  rspec-mocks (~> 3.5.0)
136
138
  rspec-support (~> 3.5.0)
137
139
  rspec-support (3.5.0)
138
- rubocop (0.48.1)
139
- parser (>= 2.3.3.1, < 3.0)
140
- powerpack (~> 0.1)
141
- rainbow (>= 1.99.1, < 3.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)
142
146
  ruby-progressbar (~> 1.7)
143
- unicode-display_width (~> 1.0, >= 1.0.1)
144
- ruby-progressbar (1.8.1)
145
- simplecov (0.14.1)
146
- docile (~> 1.1.0)
147
+ unicode-display_width (>= 1.4.0, < 1.6)
148
+ ruby-progressbar (1.10.0)
149
+ simplecov (0.16.1)
150
+ docile (~> 1.1)
147
151
  json (>= 1.8, < 3)
148
152
  simplecov-html (~> 0.10.0)
149
- simplecov-html (0.10.0)
150
- sprockets (3.7.1)
153
+ simplecov-html (0.10.2)
154
+ sprockets (3.7.2)
151
155
  concurrent-ruby (~> 1.0)
152
156
  rack (> 1, < 3)
153
- sprockets-rails (3.2.0)
157
+ sprockets-rails (3.2.1)
154
158
  actionpack (>= 4.0)
155
159
  activesupport (>= 4.0)
156
160
  sprockets (>= 3.0.0)
157
161
  sqlite3 (1.3.13)
158
- term-ansicolor (1.6.0)
162
+ term-ansicolor (1.7.1)
159
163
  tins (~> 1.0)
160
- test-unit (3.2.3)
164
+ test-unit (3.3.2)
161
165
  power_assert
162
166
  thor (0.19.4)
163
167
  thread_safe (0.3.6)
164
- tins (1.13.2)
165
- tzinfo (1.2.3)
168
+ tins (1.20.2)
169
+ tzinfo (1.2.5)
166
170
  thread_safe (~> 0.1)
167
- unicode-display_width (1.2.1)
171
+ unicode-display_width (1.5.0)
168
172
 
169
173
  PLATFORMS
170
174
  ruby
@@ -173,7 +177,7 @@ DEPENDENCIES
173
177
  appraisal (~> 1.0.0)
174
178
  comma!
175
179
  coveralls
176
- rails (= 4.2.8)
180
+ rails (= 4.2.11.1)
177
181
  rake (~> 10.5.0)
178
182
  rspec (~> 3.5.0)
179
183
  rspec-activemodel-mocks
@@ -184,4 +188,4 @@ DEPENDENCIES
184
188
  test-unit
185
189
 
186
190
  BUNDLED WITH
187
- 1.16.1
191
+ 1.17.3