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
@@ -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 "fastercsv", :platforms=>:ruby_18
7
- gem "rest-client", "> 1.6.2", "< 1.7", :require=>false
8
- gem "mongoid", "3.1.6"
9
-
10
- gemspec :path=>"../"
@@ -1,76 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- comma (3.2.4)
5
- activesupport (>= 3.0.0)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- activemodel (3.2.17)
11
- activesupport (= 3.2.17)
12
- builder (~> 3.0.0)
13
- activesupport (3.2.17)
14
- i18n (~> 0.6, >= 0.6.4)
15
- multi_json (~> 1.0)
16
- appraisal (0.4.1)
17
- bundler
18
- rake
19
- builder (3.0.4)
20
- colorize (0.7.5)
21
- coveralls (0.5.8)
22
- colorize
23
- json
24
- rest-client
25
- simplecov (>= 0.7)
26
- thor
27
- diff-lcs (1.1.3)
28
- docile (1.1.5)
29
- fastercsv (1.5.5)
30
- i18n (0.6.9)
31
- json (1.8.2)
32
- mime-types (1.25.1)
33
- mongoid (3.1.6)
34
- activemodel (~> 3.2)
35
- moped (~> 1.4)
36
- origin (~> 1.0)
37
- tzinfo (~> 0.3.29)
38
- moped (1.5.2)
39
- multi_json (1.9.2)
40
- origin (1.1.0)
41
- rake (0.9.6)
42
- rdoc (4.2.0)
43
- json (~> 1.4)
44
- rest-client (1.6.8)
45
- mime-types (~> 1.16)
46
- rdoc (>= 2.4.2)
47
- rspec (2.8.0)
48
- rspec-core (~> 2.8.0)
49
- rspec-expectations (~> 2.8.0)
50
- rspec-mocks (~> 2.8.0)
51
- rspec-core (2.8.0)
52
- rspec-expectations (2.8.0)
53
- diff-lcs (~> 1.1.2)
54
- rspec-mocks (2.8.0)
55
- simplecov (0.9.2)
56
- docile (~> 1.1.0)
57
- multi_json (~> 1.0)
58
- simplecov-html (~> 0.9.0)
59
- simplecov-html (0.9.0)
60
- sqlite3 (1.3.9)
61
- thor (0.19.1)
62
- tzinfo (0.3.39)
63
-
64
- PLATFORMS
65
- ruby
66
-
67
- DEPENDENCIES
68
- appraisal (~> 0.4.1)
69
- comma!
70
- coveralls
71
- fastercsv
72
- mongoid (= 3.1.6)
73
- rake (~> 0.9.2)
74
- rest-client (> 1.6.2, < 1.7)
75
- rspec (~> 2.8.0)
76
- sqlite3 (~> 1.3.4)
@@ -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 "fastercsv", :platforms=>:ruby_18
7
- gem "rest-client", "> 1.6.2", "< 1.7", :require=>false
8
- gem "rails", "3.0.20"
9
- gem "rspec-rails"
10
-
11
- gemspec :path=>"../"
@@ -1,127 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- comma (3.2.4)
5
- activesupport (>= 3.0.0)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- abstract (1.0.0)
11
- actionmailer (3.0.20)
12
- actionpack (= 3.0.20)
13
- mail (~> 2.2.19)
14
- actionpack (3.0.20)
15
- activemodel (= 3.0.20)
16
- activesupport (= 3.0.20)
17
- builder (~> 2.1.2)
18
- erubis (~> 2.6.6)
19
- i18n (~> 0.5.0)
20
- rack (~> 1.2.5)
21
- rack-mount (~> 0.6.14)
22
- rack-test (~> 0.5.7)
23
- tzinfo (~> 0.3.23)
24
- activemodel (3.0.20)
25
- activesupport (= 3.0.20)
26
- builder (~> 2.1.2)
27
- i18n (~> 0.5.0)
28
- activerecord (3.0.20)
29
- activemodel (= 3.0.20)
30
- activesupport (= 3.0.20)
31
- arel (~> 2.0.10)
32
- tzinfo (~> 0.3.23)
33
- activeresource (3.0.20)
34
- activemodel (= 3.0.20)
35
- activesupport (= 3.0.20)
36
- activesupport (3.0.20)
37
- appraisal (0.4.1)
38
- bundler
39
- rake
40
- arel (2.0.10)
41
- builder (2.1.2)
42
- colorize (0.7.5)
43
- coveralls (0.5.8)
44
- colorize
45
- json
46
- rest-client
47
- simplecov (>= 0.7)
48
- thor
49
- diff-lcs (1.1.3)
50
- docile (1.1.5)
51
- erubis (2.6.6)
52
- abstract (>= 1.0.0)
53
- fastercsv (1.5.5)
54
- i18n (0.5.0)
55
- json (1.8.0)
56
- mail (2.2.20)
57
- activesupport (>= 2.3.6)
58
- i18n (>= 0.4.0)
59
- mime-types (~> 1.16)
60
- treetop (~> 1.4.8)
61
- mime-types (1.25.1)
62
- multi_json (1.11.0)
63
- polyglot (0.3.3)
64
- rack (1.2.8)
65
- rack-mount (0.6.14)
66
- rack (>= 1.0.0)
67
- rack-test (0.5.7)
68
- rack (>= 1.0)
69
- rails (3.0.20)
70
- actionmailer (= 3.0.20)
71
- actionpack (= 3.0.20)
72
- activerecord (= 3.0.20)
73
- activeresource (= 3.0.20)
74
- activesupport (= 3.0.20)
75
- bundler (~> 1.0)
76
- railties (= 3.0.20)
77
- railties (3.0.20)
78
- actionpack (= 3.0.20)
79
- activesupport (= 3.0.20)
80
- rake (>= 0.8.7)
81
- rdoc (~> 3.4)
82
- thor (~> 0.14.4)
83
- rake (0.9.6)
84
- rdoc (3.12.2)
85
- json (~> 1.4)
86
- rest-client (1.6.8)
87
- mime-types (~> 1.16)
88
- rdoc (>= 2.4.2)
89
- rspec (2.8.0)
90
- rspec-core (~> 2.8.0)
91
- rspec-expectations (~> 2.8.0)
92
- rspec-mocks (~> 2.8.0)
93
- rspec-core (2.8.0)
94
- rspec-expectations (2.8.0)
95
- diff-lcs (~> 1.1.2)
96
- rspec-mocks (2.8.0)
97
- rspec-rails (2.8.1)
98
- actionpack (>= 3.0)
99
- activesupport (>= 3.0)
100
- railties (>= 3.0)
101
- rspec (~> 2.8.0)
102
- simplecov (0.9.2)
103
- docile (~> 1.1.0)
104
- multi_json (~> 1.0)
105
- simplecov-html (~> 0.9.0)
106
- simplecov-html (0.9.0)
107
- sqlite3 (1.3.8)
108
- thor (0.14.6)
109
- treetop (1.4.15)
110
- polyglot
111
- polyglot (>= 0.3.1)
112
- tzinfo (0.3.37)
113
-
114
- PLATFORMS
115
- ruby
116
-
117
- DEPENDENCIES
118
- appraisal (~> 0.4.1)
119
- comma!
120
- coveralls
121
- fastercsv
122
- rails (= 3.0.20)
123
- rake (~> 0.9.2)
124
- rest-client (> 1.6.2, < 1.7)
125
- rspec (~> 2.8.0)
126
- rspec-rails
127
- sqlite3 (~> 1.3.4)
@@ -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 "fastercsv", :platforms=>:ruby_18
7
- gem "rest-client", "> 1.6.2", "< 1.7", :require=>false
8
- gem "rails", "3.1.12"
9
- gem "rspec-rails"
10
-
11
- gemspec :path=>"../"
@@ -1,137 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- comma (3.2.4)
5
- activesupport (>= 3.0.0)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- actionmailer (3.1.12)
11
- actionpack (= 3.1.12)
12
- mail (~> 2.4.4)
13
- actionpack (3.1.12)
14
- activemodel (= 3.1.12)
15
- activesupport (= 3.1.12)
16
- builder (~> 3.0.0)
17
- erubis (~> 2.7.0)
18
- i18n (~> 0.6)
19
- rack (~> 1.3.6)
20
- rack-cache (~> 1.2)
21
- rack-mount (~> 0.8.2)
22
- rack-test (~> 0.6.1)
23
- sprockets (~> 2.0.4)
24
- activemodel (3.1.12)
25
- activesupport (= 3.1.12)
26
- builder (~> 3.0.0)
27
- i18n (~> 0.6)
28
- activerecord (3.1.12)
29
- activemodel (= 3.1.12)
30
- activesupport (= 3.1.12)
31
- arel (~> 2.2.3)
32
- tzinfo (~> 0.3.29)
33
- activeresource (3.1.12)
34
- activemodel (= 3.1.12)
35
- activesupport (= 3.1.12)
36
- activesupport (3.1.12)
37
- multi_json (~> 1.0)
38
- appraisal (0.4.1)
39
- bundler
40
- rake
41
- arel (2.2.3)
42
- builder (3.0.4)
43
- colorize (0.7.5)
44
- coveralls (0.5.8)
45
- colorize
46
- json
47
- rest-client
48
- simplecov (>= 0.7)
49
- thor
50
- diff-lcs (1.1.3)
51
- docile (1.1.5)
52
- erubis (2.7.0)
53
- fastercsv (1.5.5)
54
- hike (1.2.2)
55
- i18n (0.6.4)
56
- json (1.8.0)
57
- mail (2.4.4)
58
- i18n (>= 0.4.0)
59
- mime-types (~> 1.16)
60
- treetop (~> 1.4.8)
61
- mime-types (1.25.1)
62
- multi_json (1.7.4)
63
- polyglot (0.3.3)
64
- rack (1.3.10)
65
- rack-cache (1.2)
66
- rack (>= 0.4)
67
- rack-mount (0.8.3)
68
- rack (>= 1.0.0)
69
- rack-ssl (1.3.3)
70
- rack
71
- rack-test (0.6.2)
72
- rack (>= 1.0)
73
- rails (3.1.12)
74
- actionmailer (= 3.1.12)
75
- actionpack (= 3.1.12)
76
- activerecord (= 3.1.12)
77
- activeresource (= 3.1.12)
78
- activesupport (= 3.1.12)
79
- bundler (~> 1.0)
80
- railties (= 3.1.12)
81
- railties (3.1.12)
82
- actionpack (= 3.1.12)
83
- activesupport (= 3.1.12)
84
- rack-ssl (~> 1.3.2)
85
- rake (>= 0.8.7)
86
- rdoc (~> 3.4)
87
- thor (~> 0.14.6)
88
- rake (0.9.6)
89
- rdoc (3.12.2)
90
- json (~> 1.4)
91
- rest-client (1.6.8)
92
- mime-types (~> 1.16)
93
- rdoc (>= 2.4.2)
94
- rspec (2.8.0)
95
- rspec-core (~> 2.8.0)
96
- rspec-expectations (~> 2.8.0)
97
- rspec-mocks (~> 2.8.0)
98
- rspec-core (2.8.0)
99
- rspec-expectations (2.8.0)
100
- diff-lcs (~> 1.1.2)
101
- rspec-mocks (2.8.0)
102
- rspec-rails (2.8.1)
103
- actionpack (>= 3.0)
104
- activesupport (>= 3.0)
105
- railties (>= 3.0)
106
- rspec (~> 2.8.0)
107
- simplecov (0.9.2)
108
- docile (~> 1.1.0)
109
- multi_json (~> 1.0)
110
- simplecov-html (~> 0.9.0)
111
- simplecov-html (0.9.0)
112
- sprockets (2.0.4)
113
- hike (~> 1.2)
114
- rack (~> 1.0)
115
- tilt (~> 1.1, != 1.3.0)
116
- sqlite3 (1.3.7)
117
- thor (0.14.6)
118
- tilt (1.4.1)
119
- treetop (1.4.12)
120
- polyglot
121
- polyglot (>= 0.3.1)
122
- tzinfo (0.3.37)
123
-
124
- PLATFORMS
125
- ruby
126
-
127
- DEPENDENCIES
128
- appraisal (~> 0.4.1)
129
- comma!
130
- coveralls
131
- fastercsv
132
- rails (= 3.1.12)
133
- rake (~> 0.9.2)
134
- rest-client (> 1.6.2, < 1.7)
135
- rspec (~> 2.8.0)
136
- rspec-rails
137
- sqlite3 (~> 1.3.4)
@@ -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 "fastercsv", :platforms=>:ruby_18
7
- gem "rest-client", "> 1.6.2", "< 1.7", :require=>false
8
- gem "rails", "3.2.20"
9
- gem "rspec-rails"
10
-
11
- gemspec :path=>"../"
@@ -1,135 +0,0 @@
1
- PATH
2
- remote: ../
3
- specs:
4
- comma (3.2.4)
5
- activesupport (>= 3.0.0)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- actionmailer (3.2.20)
11
- actionpack (= 3.2.20)
12
- mail (~> 2.5.4)
13
- actionpack (3.2.20)
14
- activemodel (= 3.2.20)
15
- activesupport (= 3.2.20)
16
- builder (~> 3.0.0)
17
- erubis (~> 2.7.0)
18
- journey (~> 1.0.4)
19
- rack (~> 1.4.5)
20
- rack-cache (~> 1.2)
21
- rack-test (~> 0.6.1)
22
- sprockets (~> 2.2.1)
23
- activemodel (3.2.20)
24
- activesupport (= 3.2.20)
25
- builder (~> 3.0.0)
26
- activerecord (3.2.20)
27
- activemodel (= 3.2.20)
28
- activesupport (= 3.2.20)
29
- arel (~> 3.0.2)
30
- tzinfo (~> 0.3.29)
31
- activeresource (3.2.20)
32
- activemodel (= 3.2.20)
33
- activesupport (= 3.2.20)
34
- activesupport (3.2.20)
35
- i18n (~> 0.6, >= 0.6.4)
36
- multi_json (~> 1.0)
37
- appraisal (0.4.1)
38
- bundler
39
- rake
40
- arel (3.0.3)
41
- builder (3.0.4)
42
- colorize (0.7.5)
43
- coveralls (0.5.8)
44
- colorize
45
- json
46
- rest-client
47
- simplecov (>= 0.7)
48
- thor
49
- diff-lcs (1.1.3)
50
- docile (1.1.5)
51
- erubis (2.7.0)
52
- fastercsv (1.5.5)
53
- hike (1.2.3)
54
- i18n (0.6.11)
55
- journey (1.0.4)
56
- json (1.8.1)
57
- mail (2.5.4)
58
- mime-types (~> 1.16)
59
- treetop (~> 1.4.8)
60
- mime-types (1.25.1)
61
- multi_json (1.10.1)
62
- polyglot (0.3.5)
63
- rack (1.4.5)
64
- rack-cache (1.2)
65
- rack (>= 0.4)
66
- rack-ssl (1.3.4)
67
- rack
68
- rack-test (0.6.2)
69
- rack (>= 1.0)
70
- rails (3.2.20)
71
- actionmailer (= 3.2.20)
72
- actionpack (= 3.2.20)
73
- activerecord (= 3.2.20)
74
- activeresource (= 3.2.20)
75
- activesupport (= 3.2.20)
76
- bundler (~> 1.0)
77
- railties (= 3.2.20)
78
- railties (3.2.20)
79
- actionpack (= 3.2.20)
80
- activesupport (= 3.2.20)
81
- rack-ssl (~> 1.3.2)
82
- rake (>= 0.8.7)
83
- rdoc (~> 3.4)
84
- thor (>= 0.14.6, < 2.0)
85
- rake (0.9.6)
86
- rdoc (3.12.2)
87
- json (~> 1.4)
88
- rest-client (1.6.8)
89
- mime-types (~> 1.16)
90
- rdoc (>= 2.4.2)
91
- rspec (2.8.0)
92
- rspec-core (~> 2.8.0)
93
- rspec-expectations (~> 2.8.0)
94
- rspec-mocks (~> 2.8.0)
95
- rspec-core (2.8.0)
96
- rspec-expectations (2.8.0)
97
- diff-lcs (~> 1.1.2)
98
- rspec-mocks (2.8.0)
99
- rspec-rails (2.8.1)
100
- actionpack (>= 3.0)
101
- activesupport (>= 3.0)
102
- railties (>= 3.0)
103
- rspec (~> 2.8.0)
104
- simplecov (0.9.2)
105
- docile (~> 1.1.0)
106
- multi_json (~> 1.0)
107
- simplecov-html (~> 0.9.0)
108
- simplecov-html (0.9.0)
109
- sprockets (2.2.3)
110
- hike (~> 1.2)
111
- multi_json (~> 1.0)
112
- rack (~> 1.0)
113
- tilt (~> 1.1, != 1.3.0)
114
- sqlite3 (1.3.10)
115
- thor (0.19.1)
116
- tilt (1.4.1)
117
- treetop (1.4.15)
118
- polyglot
119
- polyglot (>= 0.3.1)
120
- tzinfo (0.3.42)
121
-
122
- PLATFORMS
123
- ruby
124
-
125
- DEPENDENCIES
126
- appraisal (~> 0.4.1)
127
- comma!
128
- coveralls
129
- fastercsv
130
- rails (= 3.2.20)
131
- rake (~> 0.9.2)
132
- rest-client (> 1.6.2, < 1.7)
133
- rspec (~> 2.8.0)
134
- rspec-rails
135
- sqlite3 (~> 1.3.4)