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 "rails", "4.1.10"
9
- gem "rspec-rails"
10
-
11
- gemspec :path=>"../"
@@ -1,131 +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 (4.1.10)
11
- actionpack (= 4.1.10)
12
- actionview (= 4.1.10)
13
- mail (~> 2.5, >= 2.5.4)
14
- actionpack (4.1.10)
15
- actionview (= 4.1.10)
16
- activesupport (= 4.1.10)
17
- rack (~> 1.5.2)
18
- rack-test (~> 0.6.2)
19
- actionview (4.1.10)
20
- activesupport (= 4.1.10)
21
- builder (~> 3.1)
22
- erubis (~> 2.7.0)
23
- activemodel (4.1.10)
24
- activesupport (= 4.1.10)
25
- builder (~> 3.1)
26
- activerecord (4.1.10)
27
- activemodel (= 4.1.10)
28
- activesupport (= 4.1.10)
29
- arel (~> 5.0.0)
30
- activesupport (4.1.10)
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 (0.4.1)
37
- bundler
38
- rake
39
- arel (5.0.1.20140414130214)
40
- builder (3.2.2)
41
- colorize (0.7.5)
42
- coveralls (0.5.8)
43
- colorize
44
- json
45
- rest-client
46
- simplecov (>= 0.7)
47
- thor
48
- diff-lcs (1.1.3)
49
- docile (1.1.5)
50
- erubis (2.7.0)
51
- fastercsv (1.5.5)
52
- hike (1.2.3)
53
- i18n (0.7.0)
54
- json (1.8.2)
55
- mail (2.6.3)
56
- mime-types (>= 1.16, < 3)
57
- mime-types (1.25.1)
58
- minitest (5.5.1)
59
- multi_json (1.11.0)
60
- rack (1.5.2)
61
- rack-test (0.6.3)
62
- rack (>= 1.0)
63
- rails (4.1.10)
64
- actionmailer (= 4.1.10)
65
- actionpack (= 4.1.10)
66
- actionview (= 4.1.10)
67
- activemodel (= 4.1.10)
68
- activerecord (= 4.1.10)
69
- activesupport (= 4.1.10)
70
- bundler (>= 1.3.0, < 2.0)
71
- railties (= 4.1.10)
72
- sprockets-rails (~> 2.0)
73
- railties (4.1.10)
74
- actionpack (= 4.1.10)
75
- activesupport (= 4.1.10)
76
- rake (>= 0.8.7)
77
- thor (>= 0.18.1, < 2.0)
78
- rake (0.9.6)
79
- rdoc (4.2.0)
80
- json (~> 1.4)
81
- rest-client (1.6.8)
82
- mime-types (~> 1.16)
83
- rdoc (>= 2.4.2)
84
- rspec (2.8.0)
85
- rspec-core (~> 2.8.0)
86
- rspec-expectations (~> 2.8.0)
87
- rspec-mocks (~> 2.8.0)
88
- rspec-core (2.8.0)
89
- rspec-expectations (2.8.0)
90
- diff-lcs (~> 1.1.2)
91
- rspec-mocks (2.8.0)
92
- rspec-rails (2.8.1)
93
- actionpack (>= 3.0)
94
- activesupport (>= 3.0)
95
- railties (>= 3.0)
96
- rspec (~> 2.8.0)
97
- simplecov (0.9.2)
98
- docile (~> 1.1.0)
99
- multi_json (~> 1.0)
100
- simplecov-html (~> 0.9.0)
101
- simplecov-html (0.9.0)
102
- sprockets (2.12.3)
103
- hike (~> 1.2)
104
- multi_json (~> 1.0)
105
- rack (~> 1.0)
106
- tilt (~> 1.1, != 1.3.0)
107
- sprockets-rails (2.2.4)
108
- actionpack (>= 3.0)
109
- activesupport (>= 3.0)
110
- sprockets (>= 2.8, < 4.0)
111
- sqlite3 (1.3.10)
112
- thor (0.19.1)
113
- thread_safe (0.3.5)
114
- tilt (1.4.1)
115
- tzinfo (1.2.2)
116
- thread_safe (~> 0.1)
117
-
118
- PLATFORMS
119
- ruby
120
-
121
- DEPENDENCIES
122
- appraisal (~> 0.4.1)
123
- comma!
124
- coveralls
125
- fastercsv
126
- rails (= 4.1.10)
127
- rake (~> 0.9.2)
128
- rest-client (> 1.6.2, < 1.7)
129
- rspec (~> 2.8.0)
130
- rspec-rails
131
- 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", "4.2.1"
9
- gem "rspec-rails"
10
-
11
- gemspec :path=>"../"
@@ -1,156 +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 (4.2.1)
11
- actionpack (= 4.2.1)
12
- actionview (= 4.2.1)
13
- activejob (= 4.2.1)
14
- mail (~> 2.5, >= 2.5.4)
15
- rails-dom-testing (~> 1.0, >= 1.0.5)
16
- actionpack (4.2.1)
17
- actionview (= 4.2.1)
18
- activesupport (= 4.2.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.1)
23
- actionview (4.2.1)
24
- activesupport (= 4.2.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.1)
29
- activejob (4.2.1)
30
- activesupport (= 4.2.1)
31
- globalid (>= 0.3.0)
32
- activemodel (4.2.1)
33
- activesupport (= 4.2.1)
34
- builder (~> 3.1)
35
- activerecord (4.2.1)
36
- activemodel (= 4.2.1)
37
- activesupport (= 4.2.1)
38
- arel (~> 6.0)
39
- activesupport (4.2.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 (0.4.1)
46
- bundler
47
- rake
48
- arel (6.0.0)
49
- builder (3.2.2)
50
- colorize (0.7.5)
51
- coveralls (0.5.8)
52
- colorize
53
- json
54
- rest-client
55
- simplecov (>= 0.7)
56
- thor
57
- diff-lcs (1.1.3)
58
- docile (1.1.5)
59
- erubis (2.7.0)
60
- fastercsv (1.5.5)
61
- globalid (0.3.3)
62
- activesupport (>= 4.1.0)
63
- hike (1.2.3)
64
- i18n (0.7.0)
65
- json (1.8.2)
66
- loofah (2.0.1)
67
- nokogiri (>= 1.5.9)
68
- mail (2.6.3)
69
- mime-types (>= 1.16, < 3)
70
- mime-types (1.25.1)
71
- mini_portile (0.6.2)
72
- minitest (5.5.1)
73
- multi_json (1.11.0)
74
- nokogiri (1.6.6.2)
75
- mini_portile (~> 0.6.0)
76
- rack (1.6.0)
77
- rack-test (0.6.3)
78
- rack (>= 1.0)
79
- rails (4.2.1)
80
- actionmailer (= 4.2.1)
81
- actionpack (= 4.2.1)
82
- actionview (= 4.2.1)
83
- activejob (= 4.2.1)
84
- activemodel (= 4.2.1)
85
- activerecord (= 4.2.1)
86
- activesupport (= 4.2.1)
87
- bundler (>= 1.3.0, < 2.0)
88
- railties (= 4.2.1)
89
- sprockets-rails
90
- rails-deprecated_sanitizer (1.0.3)
91
- activesupport (>= 4.2.0.alpha)
92
- rails-dom-testing (1.0.6)
93
- activesupport (>= 4.2.0.beta, < 5.0)
94
- nokogiri (~> 1.6.0)
95
- rails-deprecated_sanitizer (>= 1.0.1)
96
- rails-html-sanitizer (1.0.2)
97
- loofah (~> 2.0)
98
- railties (4.2.1)
99
- actionpack (= 4.2.1)
100
- activesupport (= 4.2.1)
101
- rake (>= 0.8.7)
102
- thor (>= 0.18.1, < 2.0)
103
- rake (0.9.6)
104
- rdoc (4.2.0)
105
- json (~> 1.4)
106
- rest-client (1.6.8)
107
- mime-types (~> 1.16)
108
- rdoc (>= 2.4.2)
109
- rspec (2.8.0)
110
- rspec-core (~> 2.8.0)
111
- rspec-expectations (~> 2.8.0)
112
- rspec-mocks (~> 2.8.0)
113
- rspec-core (2.8.0)
114
- rspec-expectations (2.8.0)
115
- diff-lcs (~> 1.1.2)
116
- rspec-mocks (2.8.0)
117
- rspec-rails (2.8.1)
118
- actionpack (>= 3.0)
119
- activesupport (>= 3.0)
120
- railties (>= 3.0)
121
- rspec (~> 2.8.0)
122
- simplecov (0.9.2)
123
- docile (~> 1.1.0)
124
- multi_json (~> 1.0)
125
- simplecov-html (~> 0.9.0)
126
- simplecov-html (0.9.0)
127
- sprockets (2.12.3)
128
- hike (~> 1.2)
129
- multi_json (~> 1.0)
130
- rack (~> 1.0)
131
- tilt (~> 1.1, != 1.3.0)
132
- sprockets-rails (2.2.4)
133
- actionpack (>= 3.0)
134
- activesupport (>= 3.0)
135
- sprockets (>= 2.8, < 4.0)
136
- sqlite3 (1.3.10)
137
- thor (0.19.1)
138
- thread_safe (0.3.5)
139
- tilt (1.4.1)
140
- tzinfo (1.2.2)
141
- thread_safe (~> 0.1)
142
-
143
- PLATFORMS
144
- ruby
145
-
146
- DEPENDENCIES
147
- appraisal (~> 0.4.1)
148
- comma!
149
- coveralls
150
- fastercsv
151
- rails (= 4.2.1)
152
- rake (~> 0.9.2)
153
- rest-client (> 1.6.2, < 1.7)
154
- rspec (~> 2.8.0)
155
- rspec-rails
156
- sqlite3 (~> 1.3.4)