comma 3.2.4 → 4.0.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 (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,91 @@
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
+ activemodel (4.1.16)
11
+ activesupport (= 4.1.16)
12
+ builder (~> 3.1)
13
+ activerecord (4.1.16)
14
+ activemodel (= 4.1.16)
15
+ activesupport (= 4.1.16)
16
+ arel (~> 5.0.0)
17
+ activesupport (4.1.16)
18
+ i18n (~> 0.6, >= 0.6.9)
19
+ json (~> 1.7, >= 1.7.7)
20
+ minitest (~> 5.1)
21
+ thread_safe (~> 0.1)
22
+ tzinfo (~> 1.1)
23
+ appraisal (1.0.3)
24
+ bundler
25
+ rake
26
+ thor (>= 0.14.0)
27
+ arel (5.0.1.20140414130214)
28
+ builder (3.2.2)
29
+ coveralls (0.8.15)
30
+ json (>= 1.8, < 3)
31
+ simplecov (~> 0.12.0)
32
+ term-ansicolor (~> 1.3)
33
+ thor (~> 0.19.1)
34
+ tins (>= 1.6.0, < 2)
35
+ diff-lcs (1.2.5)
36
+ docile (1.1.5)
37
+ i18n (0.7.0)
38
+ json (1.8.3)
39
+ minitest (5.9.0)
40
+ rake (10.5.0)
41
+ rspec (3.5.0)
42
+ rspec-core (~> 3.5.0)
43
+ rspec-expectations (~> 3.5.0)
44
+ rspec-mocks (~> 3.5.0)
45
+ rspec-activemodel-mocks (1.0.3)
46
+ activemodel (>= 3.0)
47
+ activesupport (>= 3.0)
48
+ rspec-mocks (>= 2.99, < 4.0)
49
+ rspec-core (3.5.2)
50
+ rspec-support (~> 3.5.0)
51
+ rspec-expectations (3.5.0)
52
+ diff-lcs (>= 1.2.0, < 2.0)
53
+ rspec-support (~> 3.5.0)
54
+ rspec-its (1.2.0)
55
+ rspec-core (>= 3.0.0)
56
+ rspec-expectations (>= 3.0.0)
57
+ rspec-mocks (3.5.0)
58
+ diff-lcs (>= 1.2.0, < 2.0)
59
+ rspec-support (~> 3.5.0)
60
+ rspec-support (3.5.0)
61
+ simplecov (0.12.0)
62
+ docile (~> 1.1.0)
63
+ json (>= 1.8, < 3)
64
+ simplecov-html (~> 0.10.0)
65
+ simplecov-html (0.10.0)
66
+ sqlite3 (1.3.11)
67
+ term-ansicolor (1.3.2)
68
+ tins (~> 1.0)
69
+ thor (0.19.1)
70
+ thread_safe (0.3.5)
71
+ tins (1.12.0)
72
+ tzinfo (1.2.2)
73
+ thread_safe (~> 0.1)
74
+
75
+ PLATFORMS
76
+ ruby
77
+
78
+ DEPENDENCIES
79
+ activerecord (= 4.1.16)
80
+ activesupport (= 4.1.16)
81
+ appraisal (~> 1.0.0)
82
+ comma!
83
+ coveralls
84
+ rake (~> 10.5.0)
85
+ rspec (~> 3.5.0)
86
+ rspec-activemodel-mocks
87
+ rspec-its
88
+ sqlite3 (~> 1.3.11)
89
+
90
+ BUNDLED WITH
91
+ 1.11.2
@@ -0,0 +1,9 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "coveralls", :require => false
6
+ gem "activesupport", "4.2.7.1"
7
+ gem "activerecord", "4.2.7.1"
8
+
9
+ gemspec :path => "../"
@@ -0,0 +1,91 @@
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
+ activemodel (4.2.7.1)
11
+ activesupport (= 4.2.7.1)
12
+ builder (~> 3.1)
13
+ activerecord (4.2.7.1)
14
+ activemodel (= 4.2.7.1)
15
+ activesupport (= 4.2.7.1)
16
+ arel (~> 6.0)
17
+ activesupport (4.2.7.1)
18
+ i18n (~> 0.7)
19
+ json (~> 1.7, >= 1.7.7)
20
+ minitest (~> 5.1)
21
+ thread_safe (~> 0.3, >= 0.3.4)
22
+ tzinfo (~> 1.1)
23
+ appraisal (1.0.3)
24
+ bundler
25
+ rake
26
+ thor (>= 0.14.0)
27
+ arel (6.0.3)
28
+ builder (3.2.2)
29
+ coveralls (0.8.15)
30
+ json (>= 1.8, < 3)
31
+ simplecov (~> 0.12.0)
32
+ term-ansicolor (~> 1.3)
33
+ thor (~> 0.19.1)
34
+ tins (>= 1.6.0, < 2)
35
+ diff-lcs (1.2.5)
36
+ docile (1.1.5)
37
+ i18n (0.7.0)
38
+ json (1.8.3)
39
+ minitest (5.9.0)
40
+ rake (10.5.0)
41
+ rspec (3.5.0)
42
+ rspec-core (~> 3.5.0)
43
+ rspec-expectations (~> 3.5.0)
44
+ rspec-mocks (~> 3.5.0)
45
+ rspec-activemodel-mocks (1.0.3)
46
+ activemodel (>= 3.0)
47
+ activesupport (>= 3.0)
48
+ rspec-mocks (>= 2.99, < 4.0)
49
+ rspec-core (3.5.2)
50
+ rspec-support (~> 3.5.0)
51
+ rspec-expectations (3.5.0)
52
+ diff-lcs (>= 1.2.0, < 2.0)
53
+ rspec-support (~> 3.5.0)
54
+ rspec-its (1.2.0)
55
+ rspec-core (>= 3.0.0)
56
+ rspec-expectations (>= 3.0.0)
57
+ rspec-mocks (3.5.0)
58
+ diff-lcs (>= 1.2.0, < 2.0)
59
+ rspec-support (~> 3.5.0)
60
+ rspec-support (3.5.0)
61
+ simplecov (0.12.0)
62
+ docile (~> 1.1.0)
63
+ json (>= 1.8, < 3)
64
+ simplecov-html (~> 0.10.0)
65
+ simplecov-html (0.10.0)
66
+ sqlite3 (1.3.11)
67
+ term-ansicolor (1.3.2)
68
+ tins (~> 1.0)
69
+ thor (0.19.1)
70
+ thread_safe (0.3.5)
71
+ tins (1.12.0)
72
+ tzinfo (1.2.2)
73
+ thread_safe (~> 0.1)
74
+
75
+ PLATFORMS
76
+ ruby
77
+
78
+ DEPENDENCIES
79
+ activerecord (= 4.2.7.1)
80
+ activesupport (= 4.2.7.1)
81
+ appraisal (~> 1.0.0)
82
+ comma!
83
+ coveralls
84
+ rake (~> 10.5.0)
85
+ rspec (~> 3.5.0)
86
+ rspec-activemodel-mocks
87
+ rspec-its
88
+ sqlite3 (~> 1.3.11)
89
+
90
+ BUNDLED WITH
91
+ 1.11.2
@@ -0,0 +1,9 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "coveralls", :require => false
6
+ gem "activesupport", "5.0.0.1"
7
+ gem "activerecord", "5.0.0.1"
8
+
9
+ gemspec :path => "../"
@@ -0,0 +1,89 @@
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
+ activemodel (5.0.0.1)
11
+ activesupport (= 5.0.0.1)
12
+ activerecord (5.0.0.1)
13
+ activemodel (= 5.0.0.1)
14
+ activesupport (= 5.0.0.1)
15
+ arel (~> 7.0)
16
+ activesupport (5.0.0.1)
17
+ concurrent-ruby (~> 1.0, >= 1.0.2)
18
+ i18n (~> 0.7)
19
+ minitest (~> 5.1)
20
+ tzinfo (~> 1.1)
21
+ appraisal (1.0.3)
22
+ bundler
23
+ rake
24
+ thor (>= 0.14.0)
25
+ arel (7.1.1)
26
+ concurrent-ruby (1.0.2)
27
+ coveralls (0.8.15)
28
+ json (>= 1.8, < 3)
29
+ simplecov (~> 0.12.0)
30
+ term-ansicolor (~> 1.3)
31
+ thor (~> 0.19.1)
32
+ tins (>= 1.6.0, < 2)
33
+ diff-lcs (1.2.5)
34
+ docile (1.1.5)
35
+ i18n (0.7.0)
36
+ json (2.0.2)
37
+ minitest (5.9.0)
38
+ rake (10.5.0)
39
+ rspec (3.5.0)
40
+ rspec-core (~> 3.5.0)
41
+ rspec-expectations (~> 3.5.0)
42
+ rspec-mocks (~> 3.5.0)
43
+ rspec-activemodel-mocks (1.0.3)
44
+ activemodel (>= 3.0)
45
+ activesupport (>= 3.0)
46
+ rspec-mocks (>= 2.99, < 4.0)
47
+ rspec-core (3.5.2)
48
+ rspec-support (~> 3.5.0)
49
+ rspec-expectations (3.5.0)
50
+ diff-lcs (>= 1.2.0, < 2.0)
51
+ rspec-support (~> 3.5.0)
52
+ rspec-its (1.2.0)
53
+ rspec-core (>= 3.0.0)
54
+ rspec-expectations (>= 3.0.0)
55
+ rspec-mocks (3.5.0)
56
+ diff-lcs (>= 1.2.0, < 2.0)
57
+ rspec-support (~> 3.5.0)
58
+ rspec-support (3.5.0)
59
+ simplecov (0.12.0)
60
+ docile (~> 1.1.0)
61
+ json (>= 1.8, < 3)
62
+ simplecov-html (~> 0.10.0)
63
+ simplecov-html (0.10.0)
64
+ sqlite3 (1.3.11)
65
+ term-ansicolor (1.3.2)
66
+ tins (~> 1.0)
67
+ thor (0.19.1)
68
+ thread_safe (0.3.5)
69
+ tins (1.12.0)
70
+ tzinfo (1.2.2)
71
+ thread_safe (~> 0.1)
72
+
73
+ PLATFORMS
74
+ ruby
75
+
76
+ DEPENDENCIES
77
+ activerecord (= 5.0.0.1)
78
+ activesupport (= 5.0.0.1)
79
+ appraisal (~> 1.0.0)
80
+ comma!
81
+ coveralls
82
+ rake (~> 10.5.0)
83
+ rspec (~> 3.5.0)
84
+ rspec-activemodel-mocks
85
+ rspec-its
86
+ sqlite3 (~> 1.3.11)
87
+
88
+ BUNDLED WITH
89
+ 1.11.2
@@ -2,10 +2,9 @@
2
2
 
3
3
  source "https://rubygems.org"
4
4
 
5
- gem "coveralls", :require=>false
6
- gem "fastercsv", :platforms=>:ruby_18
7
- gem "rest-client", "> 1.6.2", "< 1.7", :require=>false
5
+ gem "coveralls", :require => false
8
6
  gem "rails", "4.0.13"
9
7
  gem "rspec-rails"
8
+ gem "test-unit"
10
9
 
11
- gemspec :path=>"../"
10
+ gemspec :path => "../"
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: ../
3
3
  specs:
4
- comma (3.2.4)
5
- activesupport (>= 3.0.0)
4
+ comma (4.0.0)
5
+ activesupport (>= 4.0.0, < 5.1)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
@@ -24,38 +24,40 @@ GEM
24
24
  activerecord-deprecated_finders (~> 1.0.2)
25
25
  activesupport (= 4.0.13)
26
26
  arel (~> 4.0.0)
27
- activerecord-deprecated_finders (1.0.3)
27
+ activerecord-deprecated_finders (1.0.4)
28
28
  activesupport (4.0.13)
29
29
  i18n (~> 0.6, >= 0.6.9)
30
30
  minitest (~> 4.2)
31
31
  multi_json (~> 1.3)
32
32
  thread_safe (~> 0.1)
33
33
  tzinfo (~> 0.3.37)
34
- appraisal (0.4.1)
34
+ appraisal (1.0.3)
35
35
  bundler
36
36
  rake
37
+ thor (>= 0.14.0)
37
38
  arel (4.0.2)
38
39
  builder (3.1.4)
39
- colorize (0.7.5)
40
- coveralls (0.5.8)
41
- colorize
42
- json
43
- rest-client
44
- simplecov (>= 0.7)
45
- thor
46
- diff-lcs (1.1.3)
40
+ concurrent-ruby (1.0.2)
41
+ coveralls (0.8.14)
42
+ json (>= 1.8, < 3)
43
+ simplecov (~> 0.12.0)
44
+ term-ansicolor (~> 1.3)
45
+ thor (~> 0.19.1)
46
+ tins (~> 1.6.0)
47
+ diff-lcs (1.2.5)
47
48
  docile (1.1.5)
48
49
  erubis (2.7.0)
49
- fastercsv (1.5.5)
50
- hike (1.2.3)
51
50
  i18n (0.7.0)
52
- json (1.8.2)
53
- mail (2.6.3)
54
- mime-types (>= 1.16, < 3)
55
- mime-types (1.25.1)
51
+ json (2.0.1)
52
+ mail (2.6.4)
53
+ mime-types (>= 1.16, < 4)
54
+ mime-types (3.1)
55
+ mime-types-data (~> 3.2015)
56
+ mime-types-data (3.2016.0521)
56
57
  minitest (4.7.5)
57
- multi_json (1.11.0)
58
- rack (1.5.2)
58
+ multi_json (1.12.1)
59
+ power_assert (0.2.6)
60
+ rack (1.5.5)
59
61
  rack-test (0.6.3)
60
62
  rack (>= 1.0)
61
63
  rails (4.0.13)
@@ -71,56 +73,72 @@ GEM
71
73
  activesupport (= 4.0.13)
72
74
  rake (>= 0.8.7)
73
75
  thor (>= 0.18.1, < 2.0)
74
- rake (0.9.6)
75
- rdoc (4.2.0)
76
- json (~> 1.4)
77
- rest-client (1.6.8)
78
- mime-types (~> 1.16)
79
- rdoc (>= 2.4.2)
80
- rspec (2.8.0)
81
- rspec-core (~> 2.8.0)
82
- rspec-expectations (~> 2.8.0)
83
- rspec-mocks (~> 2.8.0)
84
- rspec-core (2.8.0)
85
- rspec-expectations (2.8.0)
86
- diff-lcs (~> 1.1.2)
87
- rspec-mocks (2.8.0)
88
- rspec-rails (2.8.1)
76
+ rake (10.5.0)
77
+ rspec (3.5.0)
78
+ rspec-core (~> 3.5.0)
79
+ rspec-expectations (~> 3.5.0)
80
+ rspec-mocks (~> 3.5.0)
81
+ rspec-activemodel-mocks (1.0.3)
82
+ activemodel (>= 3.0)
83
+ activesupport (>= 3.0)
84
+ rspec-mocks (>= 2.99, < 4.0)
85
+ rspec-core (3.5.2)
86
+ rspec-support (~> 3.5.0)
87
+ rspec-expectations (3.5.0)
88
+ diff-lcs (>= 1.2.0, < 2.0)
89
+ rspec-support (~> 3.5.0)
90
+ rspec-its (1.2.0)
91
+ rspec-core (>= 3.0.0)
92
+ rspec-expectations (>= 3.0.0)
93
+ rspec-mocks (3.5.0)
94
+ diff-lcs (>= 1.2.0, < 2.0)
95
+ rspec-support (~> 3.5.0)
96
+ rspec-rails (3.5.1)
89
97
  actionpack (>= 3.0)
90
98
  activesupport (>= 3.0)
91
99
  railties (>= 3.0)
92
- rspec (~> 2.8.0)
93
- simplecov (0.9.2)
100
+ rspec-core (~> 3.5.0)
101
+ rspec-expectations (~> 3.5.0)
102
+ rspec-mocks (~> 3.5.0)
103
+ rspec-support (~> 3.5.0)
104
+ rspec-support (3.5.0)
105
+ simplecov (0.12.0)
94
106
  docile (~> 1.1.0)
95
- multi_json (~> 1.0)
96
- simplecov-html (~> 0.9.0)
97
- simplecov-html (0.9.0)
98
- sprockets (2.12.3)
99
- hike (~> 1.2)
100
- multi_json (~> 1.0)
101
- rack (~> 1.0)
102
- tilt (~> 1.1, != 1.3.0)
103
- sprockets-rails (2.2.4)
107
+ json (>= 1.8, < 3)
108
+ simplecov-html (~> 0.10.0)
109
+ simplecov-html (0.10.0)
110
+ sprockets (3.6.3)
111
+ concurrent-ruby (~> 1.0)
112
+ rack (> 1, < 3)
113
+ sprockets-rails (2.3.3)
104
114
  actionpack (>= 3.0)
105
115
  activesupport (>= 3.0)
106
116
  sprockets (>= 2.8, < 4.0)
107
- sqlite3 (1.3.10)
117
+ sqlite3 (1.3.11)
118
+ term-ansicolor (1.3.2)
119
+ tins (~> 1.0)
120
+ test-unit (3.1.5)
121
+ power_assert
108
122
  thor (0.19.1)
109
123
  thread_safe (0.3.5)
110
- tilt (1.4.1)
111
- tzinfo (0.3.43)
124
+ tins (1.6.0)
125
+ tzinfo (0.3.51)
112
126
 
113
127
  PLATFORMS
114
128
  ruby
115
129
 
116
130
  DEPENDENCIES
117
- appraisal (~> 0.4.1)
131
+ appraisal (~> 1.0.0)
118
132
  comma!
119
133
  coveralls
120
- fastercsv
121
134
  rails (= 4.0.13)
122
- rake (~> 0.9.2)
123
- rest-client (> 1.6.2, < 1.7)
124
- rspec (~> 2.8.0)
135
+ rake (~> 10.5.0)
136
+ rspec (~> 3.5.0)
137
+ rspec-activemodel-mocks
138
+ rspec-its
125
139
  rspec-rails
126
- sqlite3 (~> 1.3.4)
140
+ sqlite3 (~> 1.3.11)
141
+ test-unit
142
+
143
+ BUNDLED WITH
144
+ 1.11.2