comma 3.2.2 → 3.2.3

Sign up to get free protection for your applications and to get access to all the features.
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
@@ -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 "rails", "3.0.20"
7
9
  gem "rspec-rails"
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
  abstract (1.0.0)
11
11
  actionmailer (3.0.20)
@@ -39,7 +39,15 @@ GEM
39
39
  rake
40
40
  arel (2.0.10)
41
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
42
49
  diff-lcs (1.1.3)
50
+ docile (1.1.5)
43
51
  erubis (2.6.6)
44
52
  abstract (>= 1.0.0)
45
53
  fastercsv (1.5.5)
@@ -50,8 +58,8 @@ GEM
50
58
  i18n (>= 0.4.0)
51
59
  mime-types (~> 1.16)
52
60
  treetop (~> 1.4.8)
53
- mime-types (1.25)
54
- multi_json (1.7.9)
61
+ mime-types (1.25.1)
62
+ multi_json (1.11.0)
55
63
  polyglot (0.3.3)
56
64
  rack (1.2.8)
57
65
  rack-mount (0.6.14)
@@ -75,6 +83,9 @@ GEM
75
83
  rake (0.9.6)
76
84
  rdoc (3.12.2)
77
85
  json (~> 1.4)
86
+ rest-client (1.6.8)
87
+ mime-types (~> 1.16)
88
+ rdoc (>= 2.4.2)
78
89
  rspec (2.8.0)
79
90
  rspec-core (~> 2.8.0)
80
91
  rspec-expectations (~> 2.8.0)
@@ -88,10 +99,11 @@ GEM
88
99
  activesupport (>= 3.0)
89
100
  railties (>= 3.0)
90
101
  rspec (~> 2.8.0)
91
- simplecov (0.7.1)
102
+ simplecov (0.9.2)
103
+ docile (~> 1.1.0)
92
104
  multi_json (~> 1.0)
93
- simplecov-html (~> 0.7.1)
94
- simplecov-html (0.7.1)
105
+ simplecov-html (~> 0.9.0)
106
+ simplecov-html (0.9.0)
95
107
  sqlite3 (1.3.8)
96
108
  thor (0.14.6)
97
109
  treetop (1.4.15)
@@ -105,10 +117,11 @@ PLATFORMS
105
117
  DEPENDENCIES
106
118
  appraisal (~> 0.4.1)
107
119
  comma!
120
+ coveralls
108
121
  fastercsv
109
122
  rails (= 3.0.20)
110
123
  rake (~> 0.9.2)
124
+ rest-client (> 1.6.2, < 1.7)
111
125
  rspec (~> 2.8.0)
112
126
  rspec-rails
113
- simplecov
114
127
  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 "rails", "3.1.12"
7
9
  gem "rspec-rails"
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
  actionmailer (3.1.12)
11
11
  actionpack (= 3.1.12)
@@ -40,7 +40,15 @@ GEM
40
40
  rake
41
41
  arel (2.2.3)
42
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
43
50
  diff-lcs (1.1.3)
51
+ docile (1.1.5)
44
52
  erubis (2.7.0)
45
53
  fastercsv (1.5.5)
46
54
  hike (1.2.2)
@@ -50,7 +58,7 @@ GEM
50
58
  i18n (>= 0.4.0)
51
59
  mime-types (~> 1.16)
52
60
  treetop (~> 1.4.8)
53
- mime-types (1.23)
61
+ mime-types (1.25.1)
54
62
  multi_json (1.7.4)
55
63
  polyglot (0.3.3)
56
64
  rack (1.3.10)
@@ -80,6 +88,9 @@ GEM
80
88
  rake (0.9.6)
81
89
  rdoc (3.12.2)
82
90
  json (~> 1.4)
91
+ rest-client (1.6.8)
92
+ mime-types (~> 1.16)
93
+ rdoc (>= 2.4.2)
83
94
  rspec (2.8.0)
84
95
  rspec-core (~> 2.8.0)
85
96
  rspec-expectations (~> 2.8.0)
@@ -93,10 +104,11 @@ GEM
93
104
  activesupport (>= 3.0)
94
105
  railties (>= 3.0)
95
106
  rspec (~> 2.8.0)
96
- simplecov (0.7.1)
107
+ simplecov (0.9.2)
108
+ docile (~> 1.1.0)
97
109
  multi_json (~> 1.0)
98
- simplecov-html (~> 0.7.1)
99
- simplecov-html (0.7.1)
110
+ simplecov-html (~> 0.9.0)
111
+ simplecov-html (0.9.0)
100
112
  sprockets (2.0.4)
101
113
  hike (~> 1.2)
102
114
  rack (~> 1.0)
@@ -115,10 +127,11 @@ PLATFORMS
115
127
  DEPENDENCIES
116
128
  appraisal (~> 0.4.1)
117
129
  comma!
130
+ coveralls
118
131
  fastercsv
119
132
  rails (= 3.1.12)
120
133
  rake (~> 0.9.2)
134
+ rest-client (> 1.6.2, < 1.7)
121
135
  rspec (~> 2.8.0)
122
136
  rspec-rails
123
- simplecov
124
137
  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 "rails", "3.2.20"
7
9
  gem "rspec-rails"
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
  actionmailer (3.2.20)
11
11
  actionpack (= 3.2.20)
@@ -39,6 +39,13 @@ GEM
39
39
  rake
40
40
  arel (3.0.3)
41
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
42
49
  diff-lcs (1.1.3)
43
50
  docile (1.1.5)
44
51
  erubis (2.7.0)
@@ -78,6 +85,9 @@ GEM
78
85
  rake (0.9.6)
79
86
  rdoc (3.12.2)
80
87
  json (~> 1.4)
88
+ rest-client (1.6.8)
89
+ mime-types (~> 1.16)
90
+ rdoc (>= 2.4.2)
81
91
  rspec (2.8.0)
82
92
  rspec-core (~> 2.8.0)
83
93
  rspec-expectations (~> 2.8.0)
@@ -91,11 +101,11 @@ GEM
91
101
  activesupport (>= 3.0)
92
102
  railties (>= 3.0)
93
103
  rspec (~> 2.8.0)
94
- simplecov (0.9.1)
104
+ simplecov (0.9.2)
95
105
  docile (~> 1.1.0)
96
106
  multi_json (~> 1.0)
97
- simplecov-html (~> 0.8.0)
98
- simplecov-html (0.8.0)
107
+ simplecov-html (~> 0.9.0)
108
+ simplecov-html (0.9.0)
99
109
  sprockets (2.2.3)
100
110
  hike (~> 1.2)
101
111
  multi_json (~> 1.0)
@@ -115,10 +125,11 @@ PLATFORMS
115
125
  DEPENDENCIES
116
126
  appraisal (~> 0.4.1)
117
127
  comma!
128
+ coveralls
118
129
  fastercsv
119
130
  rails (= 3.2.20)
120
131
  rake (~> 0.9.2)
132
+ rest-client (> 1.6.2, < 1.7)
121
133
  rspec (~> 2.8.0)
122
134
  rspec-rails
123
- simplecov
124
135
  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 "rails", "4.0.13"
9
+ gem "rspec-rails"
10
+
11
+ gemspec :path=>"../"
@@ -1,31 +1,31 @@
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
- actionmailer (4.0.11)
11
- actionpack (= 4.0.11)
10
+ actionmailer (4.0.13)
11
+ actionpack (= 4.0.13)
12
12
  mail (~> 2.5, >= 2.5.4)
13
- actionpack (4.0.11)
14
- activesupport (= 4.0.11)
13
+ actionpack (4.0.13)
14
+ activesupport (= 4.0.13)
15
15
  builder (~> 3.1.0)
16
16
  erubis (~> 2.7.0)
17
17
  rack (~> 1.5.2)
18
18
  rack-test (~> 0.6.2)
19
- activemodel (4.0.11)
20
- activesupport (= 4.0.11)
19
+ activemodel (4.0.13)
20
+ activesupport (= 4.0.13)
21
21
  builder (~> 3.1.0)
22
- activerecord (4.0.11)
23
- activemodel (= 4.0.11)
22
+ activerecord (4.0.13)
23
+ activemodel (= 4.0.13)
24
24
  activerecord-deprecated_finders (~> 1.0.2)
25
- activesupport (= 4.0.11)
25
+ activesupport (= 4.0.13)
26
26
  arel (~> 4.0.0)
27
27
  activerecord-deprecated_finders (1.0.3)
28
- activesupport (4.0.11)
28
+ activesupport (4.0.13)
29
29
  i18n (~> 0.6, >= 0.6.9)
30
30
  minitest (~> 4.2)
31
31
  multi_json (~> 1.3)
@@ -36,34 +36,47 @@ GEM
36
36
  rake
37
37
  arel (4.0.2)
38
38
  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
39
46
  diff-lcs (1.1.3)
40
47
  docile (1.1.5)
41
48
  erubis (2.7.0)
42
49
  fastercsv (1.5.5)
43
50
  hike (1.2.3)
44
- i18n (0.6.11)
45
- mail (2.6.1)
51
+ i18n (0.7.0)
52
+ json (1.8.2)
53
+ mail (2.6.3)
46
54
  mime-types (>= 1.16, < 3)
47
- mime-types (2.4.3)
55
+ mime-types (1.25.1)
48
56
  minitest (4.7.5)
49
- multi_json (1.10.1)
57
+ multi_json (1.11.0)
50
58
  rack (1.5.2)
51
- rack-test (0.6.2)
59
+ rack-test (0.6.3)
52
60
  rack (>= 1.0)
53
- rails (4.0.11)
54
- actionmailer (= 4.0.11)
55
- actionpack (= 4.0.11)
56
- activerecord (= 4.0.11)
57
- activesupport (= 4.0.11)
61
+ rails (4.0.13)
62
+ actionmailer (= 4.0.13)
63
+ actionpack (= 4.0.13)
64
+ activerecord (= 4.0.13)
65
+ activesupport (= 4.0.13)
58
66
  bundler (>= 1.3.0, < 2.0)
59
- railties (= 4.0.11)
67
+ railties (= 4.0.13)
60
68
  sprockets-rails (~> 2.0)
61
- railties (4.0.11)
62
- actionpack (= 4.0.11)
63
- activesupport (= 4.0.11)
69
+ railties (4.0.13)
70
+ actionpack (= 4.0.13)
71
+ activesupport (= 4.0.13)
64
72
  rake (>= 0.8.7)
65
73
  thor (>= 0.18.1, < 2.0)
66
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)
67
80
  rspec (2.8.0)
68
81
  rspec-core (~> 2.8.0)
69
82
  rspec-expectations (~> 2.8.0)
@@ -77,25 +90,25 @@ GEM
77
90
  activesupport (>= 3.0)
78
91
  railties (>= 3.0)
79
92
  rspec (~> 2.8.0)
80
- simplecov (0.9.1)
93
+ simplecov (0.9.2)
81
94
  docile (~> 1.1.0)
82
95
  multi_json (~> 1.0)
83
- simplecov-html (~> 0.8.0)
84
- simplecov-html (0.8.0)
96
+ simplecov-html (~> 0.9.0)
97
+ simplecov-html (0.9.0)
85
98
  sprockets (2.12.3)
86
99
  hike (~> 1.2)
87
100
  multi_json (~> 1.0)
88
101
  rack (~> 1.0)
89
102
  tilt (~> 1.1, != 1.3.0)
90
- sprockets-rails (2.2.0)
103
+ sprockets-rails (2.2.4)
91
104
  actionpack (>= 3.0)
92
105
  activesupport (>= 3.0)
93
106
  sprockets (>= 2.8, < 4.0)
94
107
  sqlite3 (1.3.10)
95
108
  thor (0.19.1)
96
- thread_safe (0.3.4)
109
+ thread_safe (0.3.5)
97
110
  tilt (1.4.1)
98
- tzinfo (0.3.42)
111
+ tzinfo (0.3.43)
99
112
 
100
113
  PLATFORMS
101
114
  ruby
@@ -103,10 +116,11 @@ PLATFORMS
103
116
  DEPENDENCIES
104
117
  appraisal (~> 0.4.1)
105
118
  comma!
119
+ coveralls
106
120
  fastercsv
107
- rails (= 4.0.11)
121
+ rails (= 4.0.13)
108
122
  rake (~> 0.9.2)
123
+ rest-client (> 1.6.2, < 1.7)
109
124
  rspec (~> 2.8.0)
110
125
  rspec-rails
111
- simplecov
112
126
  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 "rails", "4.1.10"
9
+ gem "rspec-rails"
10
+
11
+ gemspec :path=>"../"
@@ -1,33 +1,33 @@
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
- actionmailer (4.1.7)
11
- actionpack (= 4.1.7)
12
- actionview (= 4.1.7)
10
+ actionmailer (4.1.10)
11
+ actionpack (= 4.1.10)
12
+ actionview (= 4.1.10)
13
13
  mail (~> 2.5, >= 2.5.4)
14
- actionpack (4.1.7)
15
- actionview (= 4.1.7)
16
- activesupport (= 4.1.7)
14
+ actionpack (4.1.10)
15
+ actionview (= 4.1.10)
16
+ activesupport (= 4.1.10)
17
17
  rack (~> 1.5.2)
18
18
  rack-test (~> 0.6.2)
19
- actionview (4.1.7)
20
- activesupport (= 4.1.7)
19
+ actionview (4.1.10)
20
+ activesupport (= 4.1.10)
21
21
  builder (~> 3.1)
22
22
  erubis (~> 2.7.0)
23
- activemodel (4.1.7)
24
- activesupport (= 4.1.7)
23
+ activemodel (4.1.10)
24
+ activesupport (= 4.1.10)
25
25
  builder (~> 3.1)
26
- activerecord (4.1.7)
27
- activemodel (= 4.1.7)
28
- activesupport (= 4.1.7)
26
+ activerecord (4.1.10)
27
+ activemodel (= 4.1.10)
28
+ activesupport (= 4.1.10)
29
29
  arel (~> 5.0.0)
30
- activesupport (4.1.7)
30
+ activesupport (4.1.10)
31
31
  i18n (~> 0.6, >= 0.6.9)
32
32
  json (~> 1.7, >= 1.7.7)
33
33
  minitest (~> 5.1)
@@ -38,37 +38,49 @@ GEM
38
38
  rake
39
39
  arel (5.0.1.20140414130214)
40
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
41
48
  diff-lcs (1.1.3)
42
49
  docile (1.1.5)
43
50
  erubis (2.7.0)
44
51
  fastercsv (1.5.5)
45
52
  hike (1.2.3)
46
- i18n (0.6.11)
47
- json (1.8.1)
48
- mail (2.6.1)
53
+ i18n (0.7.0)
54
+ json (1.8.2)
55
+ mail (2.6.3)
49
56
  mime-types (>= 1.16, < 3)
50
- mime-types (2.4.3)
51
- minitest (5.4.2)
52
- multi_json (1.10.1)
57
+ mime-types (1.25.1)
58
+ minitest (5.5.1)
59
+ multi_json (1.11.0)
53
60
  rack (1.5.2)
54
- rack-test (0.6.2)
61
+ rack-test (0.6.3)
55
62
  rack (>= 1.0)
56
- rails (4.1.7)
57
- actionmailer (= 4.1.7)
58
- actionpack (= 4.1.7)
59
- actionview (= 4.1.7)
60
- activemodel (= 4.1.7)
61
- activerecord (= 4.1.7)
62
- activesupport (= 4.1.7)
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)
63
70
  bundler (>= 1.3.0, < 2.0)
64
- railties (= 4.1.7)
71
+ railties (= 4.1.10)
65
72
  sprockets-rails (~> 2.0)
66
- railties (4.1.7)
67
- actionpack (= 4.1.7)
68
- activesupport (= 4.1.7)
73
+ railties (4.1.10)
74
+ actionpack (= 4.1.10)
75
+ activesupport (= 4.1.10)
69
76
  rake (>= 0.8.7)
70
77
  thor (>= 0.18.1, < 2.0)
71
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)
72
84
  rspec (2.8.0)
73
85
  rspec-core (~> 2.8.0)
74
86
  rspec-expectations (~> 2.8.0)
@@ -82,23 +94,23 @@ GEM
82
94
  activesupport (>= 3.0)
83
95
  railties (>= 3.0)
84
96
  rspec (~> 2.8.0)
85
- simplecov (0.9.1)
97
+ simplecov (0.9.2)
86
98
  docile (~> 1.1.0)
87
99
  multi_json (~> 1.0)
88
- simplecov-html (~> 0.8.0)
89
- simplecov-html (0.8.0)
100
+ simplecov-html (~> 0.9.0)
101
+ simplecov-html (0.9.0)
90
102
  sprockets (2.12.3)
91
103
  hike (~> 1.2)
92
104
  multi_json (~> 1.0)
93
105
  rack (~> 1.0)
94
106
  tilt (~> 1.1, != 1.3.0)
95
- sprockets-rails (2.2.0)
107
+ sprockets-rails (2.2.4)
96
108
  actionpack (>= 3.0)
97
109
  activesupport (>= 3.0)
98
110
  sprockets (>= 2.8, < 4.0)
99
111
  sqlite3 (1.3.10)
100
112
  thor (0.19.1)
101
- thread_safe (0.3.4)
113
+ thread_safe (0.3.5)
102
114
  tilt (1.4.1)
103
115
  tzinfo (1.2.2)
104
116
  thread_safe (~> 0.1)
@@ -109,10 +121,11 @@ PLATFORMS
109
121
  DEPENDENCIES
110
122
  appraisal (~> 0.4.1)
111
123
  comma!
124
+ coveralls
112
125
  fastercsv
113
- rails (= 4.1.7)
126
+ rails (= 4.1.10)
114
127
  rake (~> 0.9.2)
128
+ rest-client (> 1.6.2, < 1.7)
115
129
  rspec (~> 2.8.0)
116
130
  rspec-rails
117
- simplecov
118
131
  sqlite3 (~> 1.3.4)