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
@@ -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 "activesupport", "3.1.12"
9
- gem "activerecord", "3.1.12"
10
-
11
- 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.1.12)
11
- activesupport (= 3.1.12)
12
- builder (~> 3.0.0)
13
- i18n (~> 0.6)
14
- activerecord (3.1.12)
15
- activemodel (= 3.1.12)
16
- activesupport (= 3.1.12)
17
- arel (~> 2.2.3)
18
- tzinfo (~> 0.3.29)
19
- activesupport (3.1.12)
20
- multi_json (~> 1.0)
21
- appraisal (0.4.1)
22
- bundler
23
- rake
24
- arel (2.2.3)
25
- builder (3.0.4)
26
- colorize (0.7.5)
27
- coveralls (0.5.8)
28
- colorize
29
- json
30
- rest-client
31
- simplecov (>= 0.7)
32
- thor
33
- diff-lcs (1.1.3)
34
- docile (1.1.5)
35
- fastercsv (1.5.5)
36
- i18n (0.6.4)
37
- json (1.8.2)
38
- mime-types (1.25.1)
39
- multi_json (1.7.4)
40
- rake (0.9.6)
41
- rdoc (4.2.0)
42
- json (~> 1.4)
43
- rest-client (1.6.8)
44
- mime-types (~> 1.16)
45
- rdoc (>= 2.4.2)
46
- rspec (2.8.0)
47
- rspec-core (~> 2.8.0)
48
- rspec-expectations (~> 2.8.0)
49
- rspec-mocks (~> 2.8.0)
50
- rspec-core (2.8.0)
51
- rspec-expectations (2.8.0)
52
- diff-lcs (~> 1.1.2)
53
- rspec-mocks (2.8.0)
54
- simplecov (0.9.2)
55
- docile (~> 1.1.0)
56
- multi_json (~> 1.0)
57
- simplecov-html (~> 0.9.0)
58
- simplecov-html (0.9.0)
59
- sqlite3 (1.3.7)
60
- thor (0.19.1)
61
- tzinfo (0.3.37)
62
-
63
- PLATFORMS
64
- ruby
65
-
66
- DEPENDENCIES
67
- activerecord (= 3.1.12)
68
- activesupport (= 3.1.12)
69
- appraisal (~> 0.4.1)
70
- comma!
71
- coveralls
72
- fastercsv
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 "activesupport", "3.2.20"
9
- gem "activerecord", "3.2.20"
10
-
11
- 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.20)
11
- activesupport (= 3.2.20)
12
- builder (~> 3.0.0)
13
- activerecord (3.2.20)
14
- activemodel (= 3.2.20)
15
- activesupport (= 3.2.20)
16
- arel (~> 3.0.2)
17
- tzinfo (~> 0.3.29)
18
- activesupport (3.2.20)
19
- i18n (~> 0.6, >= 0.6.4)
20
- multi_json (~> 1.0)
21
- appraisal (0.4.1)
22
- bundler
23
- rake
24
- arel (3.0.3)
25
- builder (3.0.4)
26
- colorize (0.7.5)
27
- coveralls (0.5.8)
28
- colorize
29
- json
30
- rest-client
31
- simplecov (>= 0.7)
32
- thor
33
- diff-lcs (1.1.3)
34
- docile (1.1.5)
35
- fastercsv (1.5.5)
36
- i18n (0.6.11)
37
- json (1.8.2)
38
- mime-types (1.25.1)
39
- multi_json (1.10.1)
40
- rake (0.9.6)
41
- rdoc (4.2.0)
42
- json (~> 1.4)
43
- rest-client (1.6.8)
44
- mime-types (~> 1.16)
45
- rdoc (>= 2.4.2)
46
- rspec (2.8.0)
47
- rspec-core (~> 2.8.0)
48
- rspec-expectations (~> 2.8.0)
49
- rspec-mocks (~> 2.8.0)
50
- rspec-core (2.8.0)
51
- rspec-expectations (2.8.0)
52
- diff-lcs (~> 1.1.2)
53
- rspec-mocks (2.8.0)
54
- simplecov (0.9.2)
55
- docile (~> 1.1.0)
56
- multi_json (~> 1.0)
57
- simplecov-html (~> 0.9.0)
58
- simplecov-html (0.9.0)
59
- sqlite3 (1.3.10)
60
- thor (0.19.1)
61
- tzinfo (0.3.42)
62
-
63
- PLATFORMS
64
- ruby
65
-
66
- DEPENDENCIES
67
- activerecord (= 3.2.20)
68
- activesupport (= 3.2.20)
69
- appraisal (~> 0.4.1)
70
- comma!
71
- coveralls
72
- fastercsv
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 "activesupport", "4.1.10"
9
- gem "activerecord", "4.1.10"
10
-
11
- gemspec :path=>"../"
@@ -1,81 +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 (4.1.10)
11
- activesupport (= 4.1.10)
12
- builder (~> 3.1)
13
- activerecord (4.1.10)
14
- activemodel (= 4.1.10)
15
- activesupport (= 4.1.10)
16
- arel (~> 5.0.0)
17
- activesupport (4.1.10)
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 (0.4.1)
24
- bundler
25
- rake
26
- arel (5.0.1.20140414130214)
27
- builder (3.2.2)
28
- colorize (0.7.5)
29
- coveralls (0.5.8)
30
- colorize
31
- json
32
- rest-client
33
- simplecov (>= 0.7)
34
- thor
35
- diff-lcs (1.1.3)
36
- docile (1.1.5)
37
- fastercsv (1.5.5)
38
- i18n (0.7.0)
39
- json (1.8.2)
40
- mime-types (1.25.1)
41
- minitest (5.5.1)
42
- multi_json (1.11.0)
43
- rake (0.9.6)
44
- rdoc (4.2.0)
45
- json (~> 1.4)
46
- rest-client (1.6.8)
47
- mime-types (~> 1.16)
48
- rdoc (>= 2.4.2)
49
- rspec (2.8.0)
50
- rspec-core (~> 2.8.0)
51
- rspec-expectations (~> 2.8.0)
52
- rspec-mocks (~> 2.8.0)
53
- rspec-core (2.8.0)
54
- rspec-expectations (2.8.0)
55
- diff-lcs (~> 1.1.2)
56
- rspec-mocks (2.8.0)
57
- simplecov (0.9.2)
58
- docile (~> 1.1.0)
59
- multi_json (~> 1.0)
60
- simplecov-html (~> 0.9.0)
61
- simplecov-html (0.9.0)
62
- sqlite3 (1.3.10)
63
- thor (0.19.1)
64
- thread_safe (0.3.5)
65
- tzinfo (1.2.2)
66
- thread_safe (~> 0.1)
67
-
68
- PLATFORMS
69
- ruby
70
-
71
- DEPENDENCIES
72
- activerecord (= 4.1.10)
73
- activesupport (= 4.1.10)
74
- appraisal (~> 0.4.1)
75
- comma!
76
- coveralls
77
- fastercsv
78
- rake (~> 0.9.2)
79
- rest-client (> 1.6.2, < 1.7)
80
- rspec (~> 2.8.0)
81
- 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 "activesupport", "4.2.1"
9
- gem "activerecord", "4.2.1"
10
-
11
- gemspec :path=>"../"
@@ -1,81 +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 (4.2.1)
11
- activesupport (= 4.2.1)
12
- builder (~> 3.1)
13
- activerecord (4.2.1)
14
- activemodel (= 4.2.1)
15
- activesupport (= 4.2.1)
16
- arel (~> 6.0)
17
- activesupport (4.2.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 (0.4.1)
24
- bundler
25
- rake
26
- arel (6.0.0)
27
- builder (3.2.2)
28
- colorize (0.7.5)
29
- coveralls (0.5.8)
30
- colorize
31
- json
32
- rest-client
33
- simplecov (>= 0.7)
34
- thor
35
- diff-lcs (1.1.3)
36
- docile (1.1.5)
37
- fastercsv (1.5.5)
38
- i18n (0.7.0)
39
- json (1.8.2)
40
- mime-types (1.25.1)
41
- minitest (5.5.1)
42
- multi_json (1.11.0)
43
- rake (0.9.6)
44
- rdoc (4.2.0)
45
- json (~> 1.4)
46
- rest-client (1.6.8)
47
- mime-types (~> 1.16)
48
- rdoc (>= 2.4.2)
49
- rspec (2.8.0)
50
- rspec-core (~> 2.8.0)
51
- rspec-expectations (~> 2.8.0)
52
- rspec-mocks (~> 2.8.0)
53
- rspec-core (2.8.0)
54
- rspec-expectations (2.8.0)
55
- diff-lcs (~> 1.1.2)
56
- rspec-mocks (2.8.0)
57
- simplecov (0.9.2)
58
- docile (~> 1.1.0)
59
- multi_json (~> 1.0)
60
- simplecov-html (~> 0.9.0)
61
- simplecov-html (0.9.0)
62
- sqlite3 (1.3.10)
63
- thor (0.19.1)
64
- thread_safe (0.3.5)
65
- tzinfo (1.2.2)
66
- thread_safe (~> 0.1)
67
-
68
- PLATFORMS
69
- ruby
70
-
71
- DEPENDENCIES
72
- activerecord (= 4.2.1)
73
- activesupport (= 4.2.1)
74
- appraisal (~> 0.4.1)
75
- comma!
76
- coveralls
77
- fastercsv
78
- rake (~> 0.9.2)
79
- rest-client (> 1.6.2, < 1.7)
80
- rspec (~> 2.8.0)
81
- 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 "data_mapper", "1.2.0"
9
- gem "dm-sqlite-adapter", "1.2.0"
10
-
11
- gemspec :path=>"../"
@@ -1,118 +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
- activesupport (3.2.14)
11
- i18n (~> 0.6, >= 0.6.4)
12
- multi_json (~> 1.0)
13
- addressable (2.3.5)
14
- appraisal (0.4.1)
15
- bundler
16
- rake
17
- bcrypt-ruby (3.1.2)
18
- colorize (0.7.5)
19
- coveralls (0.5.8)
20
- colorize
21
- json
22
- rest-client
23
- simplecov (>= 0.7)
24
- thor
25
- data_mapper (1.2.0)
26
- dm-aggregates (~> 1.2.0)
27
- dm-constraints (~> 1.2.0)
28
- dm-core (~> 1.2.0)
29
- dm-migrations (~> 1.2.0)
30
- dm-serializer (~> 1.2.0)
31
- dm-timestamps (~> 1.2.0)
32
- dm-transactions (~> 1.2.0)
33
- dm-types (~> 1.2.0)
34
- dm-validations (~> 1.2.0)
35
- data_objects (0.10.13)
36
- addressable (~> 2.1)
37
- diff-lcs (1.1.3)
38
- dm-aggregates (1.2.0)
39
- dm-core (~> 1.2.0)
40
- dm-constraints (1.2.0)
41
- dm-core (~> 1.2.0)
42
- dm-core (1.2.1)
43
- addressable (~> 2.3)
44
- dm-do-adapter (1.2.0)
45
- data_objects (~> 0.10.6)
46
- dm-core (~> 1.2.0)
47
- dm-migrations (1.2.0)
48
- dm-core (~> 1.2.0)
49
- dm-serializer (1.2.2)
50
- dm-core (~> 1.2.0)
51
- fastercsv (~> 1.5)
52
- json (~> 1.6)
53
- json_pure (~> 1.6)
54
- multi_json (~> 1.0)
55
- dm-sqlite-adapter (1.2.0)
56
- dm-do-adapter (~> 1.2.0)
57
- do_sqlite3 (~> 0.10.6)
58
- dm-timestamps (1.2.0)
59
- dm-core (~> 1.2.0)
60
- dm-transactions (1.2.0)
61
- dm-core (~> 1.2.0)
62
- dm-types (1.2.2)
63
- bcrypt-ruby (~> 3.0)
64
- dm-core (~> 1.2.0)
65
- fastercsv (~> 1.5)
66
- json (~> 1.6)
67
- multi_json (~> 1.0)
68
- stringex (~> 1.4)
69
- uuidtools (~> 2.1)
70
- dm-validations (1.2.0)
71
- dm-core (~> 1.2.0)
72
- do_sqlite3 (0.10.13)
73
- data_objects (= 0.10.13)
74
- docile (1.1.5)
75
- fastercsv (1.5.5)
76
- i18n (0.6.5)
77
- json (1.8.0)
78
- json_pure (1.8.0)
79
- mime-types (1.25.1)
80
- multi_json (1.7.9)
81
- rake (0.9.6)
82
- rdoc (4.2.0)
83
- json (~> 1.4)
84
- rest-client (1.6.8)
85
- mime-types (~> 1.16)
86
- rdoc (>= 2.4.2)
87
- rspec (2.8.0)
88
- rspec-core (~> 2.8.0)
89
- rspec-expectations (~> 2.8.0)
90
- rspec-mocks (~> 2.8.0)
91
- rspec-core (2.8.0)
92
- rspec-expectations (2.8.0)
93
- diff-lcs (~> 1.1.2)
94
- rspec-mocks (2.8.0)
95
- simplecov (0.9.2)
96
- docile (~> 1.1.0)
97
- multi_json (~> 1.0)
98
- simplecov-html (~> 0.9.0)
99
- simplecov-html (0.9.0)
100
- sqlite3 (1.3.8)
101
- stringex (1.5.1)
102
- thor (0.19.1)
103
- uuidtools (2.1.4)
104
-
105
- PLATFORMS
106
- ruby
107
-
108
- DEPENDENCIES
109
- appraisal (~> 0.4.1)
110
- comma!
111
- coveralls
112
- data_mapper (= 1.2.0)
113
- dm-sqlite-adapter (= 1.2.0)
114
- fastercsv
115
- rake (~> 0.9.2)
116
- rest-client (> 1.6.2, < 1.7)
117
- rspec (~> 2.8.0)
118
- sqlite3 (~> 1.3.4)