comma 3.2.2 → 3.2.3

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 (45) hide show
  1. checksums.yaml +4 -4
  2. data/.coveralls.yml +1 -0
  3. data/.travis.yml +31 -16
  4. data/Appraisals +1 -1
  5. data/Gemfile +8 -3
  6. data/Gemfile.lock +24 -6
  7. data/comma.gemspec +2 -4
  8. data/gemfiles/active3.0.20.gemfile +3 -1
  9. data/gemfiles/active3.0.20.gemfile.lock +25 -7
  10. data/gemfiles/active3.1.12.gemfile +3 -1
  11. data/gemfiles/active3.1.12.gemfile.lock +24 -6
  12. data/gemfiles/active3.2.20.gemfile +3 -1
  13. data/gemfiles/active3.2.20.gemfile.lock +22 -6
  14. data/gemfiles/active4.0.13.gemfile +11 -0
  15. data/gemfiles/{active4.0.11.gemfile.lock → active4.0.13.gemfile.lock} +34 -18
  16. data/gemfiles/active4.1.10.gemfile +11 -0
  17. data/gemfiles/{active4.1.7.gemfile.lock → active4.1.10.gemfile.lock} +34 -19
  18. data/gemfiles/active4.2.1.gemfile +11 -0
  19. data/gemfiles/active4.2.1.gemfile.lock +81 -0
  20. data/gemfiles/data_mapper1.2.0.gemfile +3 -1
  21. data/gemfiles/data_mapper1.2.0.gemfile.lock +23 -6
  22. data/gemfiles/mongoid3.1.6.gemfile +3 -1
  23. data/gemfiles/mongoid3.1.6.gemfile.lock +24 -8
  24. data/gemfiles/rails3.0.20.gemfile +3 -1
  25. data/gemfiles/rails3.0.20.gemfile.lock +21 -8
  26. data/gemfiles/rails3.1.12.gemfile +3 -1
  27. data/gemfiles/rails3.1.12.gemfile.lock +20 -7
  28. data/gemfiles/rails3.2.20.gemfile +3 -1
  29. data/gemfiles/rails3.2.20.gemfile.lock +17 -6
  30. data/gemfiles/rails4.0.13.gemfile +11 -0
  31. data/gemfiles/{rails4.0.11.gemfile.lock → rails4.0.13.gemfile.lock} +48 -34
  32. data/gemfiles/rails4.1.10.gemfile +11 -0
  33. data/gemfiles/{rails4.1.7.gemfile.lock → rails4.1.10.gemfile.lock} +54 -41
  34. data/gemfiles/rails4.2.1.gemfile +11 -0
  35. data/gemfiles/rails4.2.1.gemfile.lock +156 -0
  36. data/lib/comma/object.rb +17 -5
  37. data/lib/comma/version.rb +1 -1
  38. data/spec/comma/comma_spec.rb +49 -0
  39. data/spec/comma/rails/active_record_spec.rb +45 -0
  40. data/spec/spec_helper.rb +5 -2
  41. metadata +26 -35
  42. data/gemfiles/active4.0.11.gemfile +0 -9
  43. data/gemfiles/active4.1.7.gemfile +0 -9
  44. data/gemfiles/rails4.0.11.gemfile +0 -9
  45. data/gemfiles/rails4.1.7.gemfile +0 -9
@@ -0,0 +1,11 @@
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.0.13"
9
+ gem "activerecord", "4.0.13"
10
+
11
+ gemspec :path=>"../"
@@ -1,22 +1,22 @@
1
1
  PATH
2
2
  remote: ../
3
3
  specs:
4
- comma (3.2.2)
4
+ comma (3.2.3)
5
5
  activesupport (>= 3.0.0)
6
6
 
7
7
  GEM
8
- remote: http://rubygems.org/
8
+ remote: https://rubygems.org/
9
9
  specs:
10
- activemodel (4.0.11)
11
- activesupport (= 4.0.11)
10
+ activemodel (4.0.13)
11
+ activesupport (= 4.0.13)
12
12
  builder (~> 3.1.0)
13
- activerecord (4.0.11)
14
- activemodel (= 4.0.11)
13
+ activerecord (4.0.13)
14
+ activemodel (= 4.0.13)
15
15
  activerecord-deprecated_finders (~> 1.0.2)
16
- activesupport (= 4.0.11)
16
+ activesupport (= 4.0.13)
17
17
  arel (~> 4.0.0)
18
18
  activerecord-deprecated_finders (1.0.3)
19
- activesupport (4.0.11)
19
+ activesupport (4.0.13)
20
20
  i18n (~> 0.6, >= 0.6.9)
21
21
  minitest (~> 4.2)
22
22
  multi_json (~> 1.3)
@@ -27,13 +27,27 @@ GEM
27
27
  rake
28
28
  arel (4.0.2)
29
29
  builder (3.1.4)
30
+ colorize (0.7.5)
31
+ coveralls (0.5.8)
32
+ colorize
33
+ json
34
+ rest-client
35
+ simplecov (>= 0.7)
36
+ thor
30
37
  diff-lcs (1.1.3)
31
38
  docile (1.1.5)
32
39
  fastercsv (1.5.5)
33
- i18n (0.6.11)
40
+ i18n (0.7.0)
41
+ json (1.8.2)
42
+ mime-types (1.25.1)
34
43
  minitest (4.7.5)
35
- multi_json (1.10.1)
44
+ multi_json (1.11.0)
36
45
  rake (0.9.6)
46
+ rdoc (4.2.0)
47
+ json (~> 1.4)
48
+ rest-client (1.6.8)
49
+ mime-types (~> 1.16)
50
+ rdoc (>= 2.4.2)
37
51
  rspec (2.8.0)
38
52
  rspec-core (~> 2.8.0)
39
53
  rspec-expectations (~> 2.8.0)
@@ -42,25 +56,27 @@ GEM
42
56
  rspec-expectations (2.8.0)
43
57
  diff-lcs (~> 1.1.2)
44
58
  rspec-mocks (2.8.0)
45
- simplecov (0.9.1)
59
+ simplecov (0.9.2)
46
60
  docile (~> 1.1.0)
47
61
  multi_json (~> 1.0)
48
- simplecov-html (~> 0.8.0)
49
- simplecov-html (0.8.0)
62
+ simplecov-html (~> 0.9.0)
63
+ simplecov-html (0.9.0)
50
64
  sqlite3 (1.3.10)
51
- thread_safe (0.3.4)
52
- tzinfo (0.3.42)
65
+ thor (0.19.1)
66
+ thread_safe (0.3.5)
67
+ tzinfo (0.3.43)
53
68
 
54
69
  PLATFORMS
55
70
  ruby
56
71
 
57
72
  DEPENDENCIES
58
- activerecord (= 4.0.11)
59
- activesupport (= 4.0.11)
73
+ activerecord (= 4.0.13)
74
+ activesupport (= 4.0.13)
60
75
  appraisal (~> 0.4.1)
61
76
  comma!
77
+ coveralls
62
78
  fastercsv
63
79
  rake (~> 0.9.2)
80
+ rest-client (> 1.6.2, < 1.7)
64
81
  rspec (~> 2.8.0)
65
- simplecov
66
82
  sqlite3 (~> 1.3.4)
@@ -0,0 +1,11 @@
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,20 +1,20 @@
1
1
  PATH
2
2
  remote: ../
3
3
  specs:
4
- comma (3.2.2)
4
+ comma (3.2.3)
5
5
  activesupport (>= 3.0.0)
6
6
 
7
7
  GEM
8
- remote: http://rubygems.org/
8
+ remote: https://rubygems.org/
9
9
  specs:
10
- activemodel (4.1.7)
11
- activesupport (= 4.1.7)
10
+ activemodel (4.1.10)
11
+ activesupport (= 4.1.10)
12
12
  builder (~> 3.1)
13
- activerecord (4.1.7)
14
- activemodel (= 4.1.7)
15
- activesupport (= 4.1.7)
13
+ activerecord (4.1.10)
14
+ activemodel (= 4.1.10)
15
+ activesupport (= 4.1.10)
16
16
  arel (~> 5.0.0)
17
- activesupport (4.1.7)
17
+ activesupport (4.1.10)
18
18
  i18n (~> 0.6, >= 0.6.9)
19
19
  json (~> 1.7, >= 1.7.7)
20
20
  minitest (~> 5.1)
@@ -25,14 +25,27 @@ GEM
25
25
  rake
26
26
  arel (5.0.1.20140414130214)
27
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
28
35
  diff-lcs (1.1.3)
29
36
  docile (1.1.5)
30
37
  fastercsv (1.5.5)
31
- i18n (0.6.11)
32
- json (1.8.1)
33
- minitest (5.4.2)
34
- multi_json (1.10.1)
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)
35
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)
36
49
  rspec (2.8.0)
37
50
  rspec-core (~> 2.8.0)
38
51
  rspec-expectations (~> 2.8.0)
@@ -41,13 +54,14 @@ GEM
41
54
  rspec-expectations (2.8.0)
42
55
  diff-lcs (~> 1.1.2)
43
56
  rspec-mocks (2.8.0)
44
- simplecov (0.9.1)
57
+ simplecov (0.9.2)
45
58
  docile (~> 1.1.0)
46
59
  multi_json (~> 1.0)
47
- simplecov-html (~> 0.8.0)
48
- simplecov-html (0.8.0)
60
+ simplecov-html (~> 0.9.0)
61
+ simplecov-html (0.9.0)
49
62
  sqlite3 (1.3.10)
50
- thread_safe (0.3.4)
63
+ thor (0.19.1)
64
+ thread_safe (0.3.5)
51
65
  tzinfo (1.2.2)
52
66
  thread_safe (~> 0.1)
53
67
 
@@ -55,12 +69,13 @@ PLATFORMS
55
69
  ruby
56
70
 
57
71
  DEPENDENCIES
58
- activerecord (= 4.1.7)
59
- activesupport (= 4.1.7)
72
+ activerecord (= 4.1.10)
73
+ activesupport (= 4.1.10)
60
74
  appraisal (~> 0.4.1)
61
75
  comma!
76
+ coveralls
62
77
  fastercsv
63
78
  rake (~> 0.9.2)
79
+ rest-client (> 1.6.2, < 1.7)
64
80
  rspec (~> 2.8.0)
65
- simplecov
66
81
  sqlite3 (~> 1.3.4)
@@ -0,0 +1,11 @@
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=>"../"
@@ -0,0 +1,81 @@
1
+ PATH
2
+ remote: ../
3
+ specs:
4
+ comma (3.2.3)
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,8 +1,10 @@
1
1
  # This file was generated by Appraisal
2
2
 
3
- source "http://rubygems.org"
3
+ source "https://rubygems.org"
4
4
 
5
+ gem "coveralls", :require=>false
5
6
  gem "fastercsv", :platforms=>:ruby_18
7
+ gem "rest-client", "> 1.6.2", "< 1.7", :require=>false
6
8
  gem "data_mapper", "1.2.0"
7
9
  gem "dm-sqlite-adapter", "1.2.0"
8
10
 
@@ -1,11 +1,11 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- comma (3.2.2)
4
+ comma (3.2.3)
5
5
  activesupport (>= 3.0.0)
6
6
 
7
7
  GEM
8
- remote: http://rubygems.org/
8
+ remote: https://rubygems.org/
9
9
  specs:
10
10
  activesupport (3.2.14)
11
11
  i18n (~> 0.6, >= 0.6.4)
@@ -15,6 +15,13 @@ GEM
15
15
  bundler
16
16
  rake
17
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
18
25
  data_mapper (1.2.0)
19
26
  dm-aggregates (~> 1.2.0)
20
27
  dm-constraints (~> 1.2.0)
@@ -64,12 +71,19 @@ GEM
64
71
  dm-core (~> 1.2.0)
65
72
  do_sqlite3 (0.10.13)
66
73
  data_objects (= 0.10.13)
74
+ docile (1.1.5)
67
75
  fastercsv (1.5.5)
68
76
  i18n (0.6.5)
69
77
  json (1.8.0)
70
78
  json_pure (1.8.0)
79
+ mime-types (1.25.1)
71
80
  multi_json (1.7.9)
72
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)
73
87
  rspec (2.8.0)
74
88
  rspec-core (~> 2.8.0)
75
89
  rspec-expectations (~> 2.8.0)
@@ -78,12 +92,14 @@ GEM
78
92
  rspec-expectations (2.8.0)
79
93
  diff-lcs (~> 1.1.2)
80
94
  rspec-mocks (2.8.0)
81
- simplecov (0.7.1)
95
+ simplecov (0.9.2)
96
+ docile (~> 1.1.0)
82
97
  multi_json (~> 1.0)
83
- simplecov-html (~> 0.7.1)
84
- simplecov-html (0.7.1)
98
+ simplecov-html (~> 0.9.0)
99
+ simplecov-html (0.9.0)
85
100
  sqlite3 (1.3.8)
86
101
  stringex (1.5.1)
102
+ thor (0.19.1)
87
103
  uuidtools (2.1.4)
88
104
 
89
105
  PLATFORMS
@@ -92,10 +108,11 @@ PLATFORMS
92
108
  DEPENDENCIES
93
109
  appraisal (~> 0.4.1)
94
110
  comma!
111
+ coveralls
95
112
  data_mapper (= 1.2.0)
96
113
  dm-sqlite-adapter (= 1.2.0)
97
114
  fastercsv
98
115
  rake (~> 0.9.2)
116
+ rest-client (> 1.6.2, < 1.7)
99
117
  rspec (~> 2.8.0)
100
- simplecov
101
118
  sqlite3 (~> 1.3.4)
@@ -1,8 +1,10 @@
1
1
  # This file was generated by Appraisal
2
2
 
3
- source "http://rubygems.org"
3
+ source "https://rubygems.org"
4
4
 
5
+ gem "coveralls", :require=>false
5
6
  gem "fastercsv", :platforms=>:ruby_18
7
+ gem "rest-client", "> 1.6.2", "< 1.7", :require=>false
6
8
  gem "mongoid", "3.1.6"
7
9
 
8
10
  gemspec :path=>"../"
@@ -1,11 +1,11 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- comma (3.2.2)
4
+ comma (3.2.3)
5
5
  activesupport (>= 3.0.0)
6
6
 
7
7
  GEM
8
- remote: http://rubygems.org/
8
+ remote: https://rubygems.org/
9
9
  specs:
10
10
  activemodel (3.2.17)
11
11
  activesupport (= 3.2.17)
@@ -17,10 +17,19 @@ GEM
17
17
  bundler
18
18
  rake
19
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
20
27
  diff-lcs (1.1.3)
21
- docile (1.1.3)
28
+ docile (1.1.5)
22
29
  fastercsv (1.5.5)
23
30
  i18n (0.6.9)
31
+ json (1.8.2)
32
+ mime-types (1.25.1)
24
33
  mongoid (3.1.6)
25
34
  activemodel (~> 3.2)
26
35
  moped (~> 1.4)
@@ -30,6 +39,11 @@ GEM
30
39
  multi_json (1.9.2)
31
40
  origin (1.1.0)
32
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)
33
47
  rspec (2.8.0)
34
48
  rspec-core (~> 2.8.0)
35
49
  rspec-expectations (~> 2.8.0)
@@ -38,12 +52,13 @@ GEM
38
52
  rspec-expectations (2.8.0)
39
53
  diff-lcs (~> 1.1.2)
40
54
  rspec-mocks (2.8.0)
41
- simplecov (0.8.2)
55
+ simplecov (0.9.2)
42
56
  docile (~> 1.1.0)
43
- multi_json
44
- simplecov-html (~> 0.8.0)
45
- simplecov-html (0.8.0)
57
+ multi_json (~> 1.0)
58
+ simplecov-html (~> 0.9.0)
59
+ simplecov-html (0.9.0)
46
60
  sqlite3 (1.3.9)
61
+ thor (0.19.1)
47
62
  tzinfo (0.3.39)
48
63
 
49
64
  PLATFORMS
@@ -52,9 +67,10 @@ PLATFORMS
52
67
  DEPENDENCIES
53
68
  appraisal (~> 0.4.1)
54
69
  comma!
70
+ coveralls
55
71
  fastercsv
56
72
  mongoid (= 3.1.6)
57
73
  rake (~> 0.9.2)
74
+ rest-client (> 1.6.2, < 1.7)
58
75
  rspec (~> 2.8.0)
59
- simplecov
60
76
  sqlite3 (~> 1.3.4)