axlsx_rails 0.3.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (38) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +7 -0
  3. data/Gemfile +3 -1
  4. data/Gemfile.lock +138 -126
  5. data/Gemfile.lock.4.0 +99 -90
  6. data/Gemfile.lock.4.1 +114 -110
  7. data/Gemfile.lock.4.2 +138 -126
  8. data/README.md +24 -1
  9. data/lib/axlsx_rails/action_controller.rb +0 -4
  10. data/lib/axlsx_rails/version.rb +1 -1
  11. data/spec/axlsx_request_spec.rb +33 -2
  12. data/spec/dummy_4/app/controllers/home_controller.rb +2 -0
  13. data/spec/dummy_4/app/views/home/only_html.html.erb +1 -0
  14. data/spec/dummy_4/config/routes.rb +1 -0
  15. data/spec/dummy_4/db/test.sqlite3 +0 -0
  16. data/spec/dummy_4/log/test.log +871 -27534
  17. metadata +109 -147
  18. data/Gemfile.lock.3.1 +0 -219
  19. data/Gemfile.lock.3.2 +0 -223
  20. data/spec/dummy/db/development.sqlite3 +0 -0
  21. data/spec/dummy/db/test.sqlite3 +0 -0
  22. data/spec/dummy/log/development.log +0 -936
  23. data/spec/dummy/log/test.log +0 -3220
  24. data/spec/dummy/tmp/cache/assets/C8C/B80/sprockets%2F371bf96e99717688ed7313a0c53f4212 +0 -0
  25. data/spec/dummy/tmp/cache/assets/CAC/7D0/sprockets%2F7810ea6f766208553a05d1056cd74f1e +0 -0
  26. data/spec/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
  27. data/spec/dummy/tmp/cache/assets/CF0/1D0/sprockets%2F6fc757c2c8329244ca95d6909865bbc2 +0 -0
  28. data/spec/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
  29. data/spec/dummy/tmp/cache/assets/D34/930/sprockets%2Fd2c70e485fe1100075be3bc87cf1e282 +0 -0
  30. data/spec/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
  31. data/spec/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
  32. data/spec/dummy/tmp/cache/assets/D96/AA0/sprockets%2F022a822848bf2eef8e7cb3c08ab932ba +0 -0
  33. data/spec/dummy/tmp/cache/assets/DC1/E00/sprockets%2F20fddc9f3fca3616a6c5ea413a464a4e +0 -0
  34. data/spec/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +0 -0
  35. data/spec/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
  36. data/spec/dummy_4/db/development.sqlite3 +0 -0
  37. data/spec/dummy_4/log/development.log +0 -280
  38. data/spec/dummy_4/tmp/pids/server.pid +0 -1
@@ -10,34 +10,34 @@ GIT
10
10
  PATH
11
11
  remote: .
12
12
  specs:
13
- axlsx_rails (0.2.1)
13
+ axlsx_rails (0.4.0)
14
14
  axlsx (>= 2.0.1)
15
15
  rails (>= 3.1)
16
16
 
17
17
  GEM
18
18
  remote: http://rubygems.org/
19
19
  specs:
20
- actionmailer (4.1.5)
21
- actionpack (= 4.1.5)
22
- actionview (= 4.1.5)
23
- mail (~> 2.5.4)
24
- actionpack (4.1.5)
25
- actionview (= 4.1.5)
26
- activesupport (= 4.1.5)
20
+ actionmailer (4.1.12)
21
+ actionpack (= 4.1.12)
22
+ actionview (= 4.1.12)
23
+ mail (~> 2.5, >= 2.5.4)
24
+ actionpack (4.1.12)
25
+ actionview (= 4.1.12)
26
+ activesupport (= 4.1.12)
27
27
  rack (~> 1.5.2)
28
28
  rack-test (~> 0.6.2)
29
- actionview (4.1.5)
30
- activesupport (= 4.1.5)
29
+ actionview (4.1.12)
30
+ activesupport (= 4.1.12)
31
31
  builder (~> 3.1)
32
32
  erubis (~> 2.7.0)
33
- activemodel (4.1.5)
34
- activesupport (= 4.1.5)
33
+ activemodel (4.1.12)
34
+ activesupport (= 4.1.12)
35
35
  builder (~> 3.1)
36
- activerecord (4.1.5)
37
- activemodel (= 4.1.5)
38
- activesupport (= 4.1.5)
36
+ activerecord (4.1.12)
37
+ activemodel (= 4.1.12)
38
+ activesupport (= 4.1.12)
39
39
  arel (~> 5.0.0)
40
- activesupport (4.1.5)
40
+ activesupport (4.1.12)
41
41
  i18n (~> 0.6, >= 0.6.9)
42
42
  json (~> 1.7, >= 1.7.7)
43
43
  minitest (~> 5.1)
@@ -49,153 +49,157 @@ GEM
49
49
  nokogiri (>= 1.4.1)
50
50
  rubyzip (~> 1.0.0)
51
51
  builder (3.2.2)
52
- capybara (2.4.1)
52
+ capybara (2.4.4)
53
53
  mime-types (>= 1.16)
54
54
  nokogiri (>= 1.3.3)
55
55
  rack (>= 1.0.0)
56
56
  rack-test (>= 0.5.4)
57
57
  xpath (~> 2.0)
58
- celluloid (0.15.2)
59
- timers (~> 1.1.0)
60
58
  coderay (1.1.0)
61
- coveralls (0.7.1)
62
- multi_json (~> 1.3)
63
- rest-client
64
- simplecov (>= 0.7)
65
- term-ansicolor
66
- thor
67
- daemons (1.1.9)
59
+ coveralls (0.8.2)
60
+ json (~> 1.8)
61
+ rest-client (>= 1.6.8, < 2)
62
+ simplecov (~> 0.10.0)
63
+ term-ansicolor (~> 1.3)
64
+ thor (~> 0.19.1)
65
+ daemons (1.2.3)
68
66
  diff-lcs (1.2.5)
69
67
  docile (1.1.5)
68
+ domain_name (0.5.24)
69
+ unf (>= 0.0.5, < 1.0.0)
70
70
  erubis (2.7.0)
71
- eventmachine (1.0.3)
72
- ffi (1.9.3)
71
+ eventmachine (1.0.7)
72
+ ffi (1.9.10)
73
73
  formatador (0.2.5)
74
74
  growl (1.0.3)
75
- guard (2.6.1)
75
+ guard (2.12.8)
76
76
  formatador (>= 0.2.4)
77
- listen (~> 2.7)
77
+ listen (>= 2.7, <= 4.0)
78
78
  lumberjack (~> 1.0)
79
+ nenv (~> 0.1)
80
+ notiffany (~> 0.0)
79
81
  pry (>= 0.9.12)
82
+ shellany (~> 0.0)
80
83
  thor (>= 0.18.1)
81
- guard-rspec (4.3.1)
84
+ guard-compat (1.2.1)
85
+ guard-rspec (4.6.1)
82
86
  guard (~> 2.1)
83
- rspec (>= 2.14, < 4.0)
84
- hike (1.2.3)
85
- htmlentities (4.3.2)
86
- i18n (0.6.11)
87
- jquery-rails (3.1.2)
87
+ guard-compat (~> 1.1)
88
+ rspec (>= 2.99.0, < 4.0)
89
+ htmlentities (4.3.4)
90
+ http-cookie (1.0.2)
91
+ domain_name (~> 0.5)
92
+ i18n (0.7.0)
93
+ jquery-rails (3.1.3)
88
94
  railties (>= 3.0, < 5.0)
89
95
  thor (>= 0.14, < 2.0)
90
- json (1.8.1)
91
- listen (2.7.9)
92
- celluloid (>= 0.15.2)
96
+ json (1.8.3)
97
+ listen (3.0.2)
93
98
  rb-fsevent (>= 0.9.3)
94
99
  rb-inotify (>= 0.9)
95
100
  lumberjack (1.0.9)
96
- mail (2.5.4)
97
- mime-types (~> 1.16)
98
- treetop (~> 1.4.8)
101
+ mail (2.6.3)
102
+ mime-types (>= 1.16, < 3)
99
103
  method_source (0.8.2)
100
- mime-types (1.25.1)
101
- mini_portile (0.6.0)
102
- minitest (5.4.1)
103
- multi_json (1.10.1)
104
- netrc (0.7.7)
105
- nokogiri (1.6.3.1)
106
- mini_portile (= 0.6.0)
107
- polyglot (0.3.5)
104
+ mime-types (2.6.1)
105
+ mini_portile (0.6.2)
106
+ minitest (5.7.0)
107
+ nenv (0.2.0)
108
+ netrc (0.10.3)
109
+ nokogiri (1.6.6.2)
110
+ mini_portile (~> 0.6.0)
111
+ notiffany (0.0.6)
112
+ nenv (~> 0.1)
113
+ shellany (~> 0.0)
108
114
  pry (0.10.1)
109
115
  coderay (~> 1.1.0)
110
116
  method_source (~> 0.8.1)
111
117
  slop (~> 3.4)
112
118
  pry-nav (0.2.4)
113
119
  pry (>= 0.9.10, < 0.11.0)
114
- rack (1.5.2)
115
- rack-test (0.6.2)
120
+ rack (1.5.5)
121
+ rack-test (0.6.3)
116
122
  rack (>= 1.0)
117
- rails (4.1.5)
118
- actionmailer (= 4.1.5)
119
- actionpack (= 4.1.5)
120
- actionview (= 4.1.5)
121
- activemodel (= 4.1.5)
122
- activerecord (= 4.1.5)
123
- activesupport (= 4.1.5)
123
+ rails (4.1.12)
124
+ actionmailer (= 4.1.12)
125
+ actionpack (= 4.1.12)
126
+ actionview (= 4.1.12)
127
+ activemodel (= 4.1.12)
128
+ activerecord (= 4.1.12)
129
+ activesupport (= 4.1.12)
124
130
  bundler (>= 1.3.0, < 2.0)
125
- railties (= 4.1.5)
131
+ railties (= 4.1.12)
126
132
  sprockets-rails (~> 2.0)
127
- railties (4.1.5)
128
- actionpack (= 4.1.5)
129
- activesupport (= 4.1.5)
133
+ railties (4.1.12)
134
+ actionpack (= 4.1.12)
135
+ activesupport (= 4.1.12)
130
136
  rake (>= 0.8.7)
131
137
  thor (>= 0.18.1, < 2.0)
132
- rake (10.3.2)
133
- rb-fsevent (0.9.4)
138
+ rake (10.4.2)
139
+ rb-fsevent (0.9.5)
134
140
  rb-inotify (0.9.5)
135
141
  ffi (>= 0.5.0)
136
- rest-client (1.7.2)
142
+ rest-client (1.8.0)
143
+ http-cookie (>= 1.0.2, < 2.0)
137
144
  mime-types (>= 1.16, < 3.0)
138
145
  netrc (~> 0.7)
139
146
  roo (1.13.2)
140
147
  nokogiri
141
148
  rubyzip
142
149
  spreadsheet (> 0.6.4)
143
- rspec (3.0.0)
144
- rspec-core (~> 3.0.0)
145
- rspec-expectations (~> 3.0.0)
146
- rspec-mocks (~> 3.0.0)
147
- rspec-core (3.0.4)
148
- rspec-support (~> 3.0.0)
149
- rspec-expectations (3.0.4)
150
+ rspec (3.3.0)
151
+ rspec-core (~> 3.3.0)
152
+ rspec-expectations (~> 3.3.0)
153
+ rspec-mocks (~> 3.3.0)
154
+ rspec-core (3.3.1)
155
+ rspec-support (~> 3.3.0)
156
+ rspec-expectations (3.3.0)
150
157
  diff-lcs (>= 1.2.0, < 2.0)
151
- rspec-support (~> 3.0.0)
152
- rspec-mocks (3.0.4)
153
- rspec-support (~> 3.0.0)
154
- rspec-rails (3.0.2)
155
- actionpack (>= 3.0)
156
- activesupport (>= 3.0)
157
- railties (>= 3.0)
158
- rspec-core (~> 3.0.0)
159
- rspec-expectations (~> 3.0.0)
160
- rspec-mocks (~> 3.0.0)
161
- rspec-support (~> 3.0.0)
162
- rspec-support (3.0.4)
163
- ruby-ole (1.2.11.7)
158
+ rspec-support (~> 3.3.0)
159
+ rspec-mocks (3.3.1)
160
+ diff-lcs (>= 1.2.0, < 2.0)
161
+ rspec-support (~> 3.3.0)
162
+ rspec-rails (3.3.2)
163
+ actionpack (>= 3.0, < 4.3)
164
+ activesupport (>= 3.0, < 4.3)
165
+ railties (>= 3.0, < 4.3)
166
+ rspec-core (~> 3.3.0)
167
+ rspec-expectations (~> 3.3.0)
168
+ rspec-mocks (~> 3.3.0)
169
+ rspec-support (~> 3.3.0)
170
+ rspec-support (3.3.0)
171
+ ruby-ole (1.2.11.8)
164
172
  rubyzip (1.0.0)
165
- simplecov (0.9.0)
173
+ shellany (0.0.1)
174
+ simplecov (0.10.0)
166
175
  docile (~> 1.1.0)
167
- multi_json
168
- simplecov-html (~> 0.8.0)
169
- simplecov-html (0.8.0)
176
+ json (~> 1.8)
177
+ simplecov-html (~> 0.10.0)
178
+ simplecov-html (0.10.0)
170
179
  slop (3.6.0)
171
- spreadsheet (1.0.0)
180
+ spreadsheet (1.0.3)
172
181
  ruby-ole (>= 1.0)
173
- sprockets (2.12.1)
174
- hike (~> 1.2)
175
- multi_json (~> 1.0)
182
+ sprockets (3.2.0)
176
183
  rack (~> 1.0)
177
- tilt (~> 1.1, != 1.3.0)
178
- sprockets-rails (2.1.4)
184
+ sprockets-rails (2.3.2)
179
185
  actionpack (>= 3.0)
180
186
  activesupport (>= 3.0)
181
- sprockets (~> 2.8)
182
- sqlite3 (1.3.9)
183
- term-ansicolor (1.3.0)
187
+ sprockets (>= 2.8, < 4.0)
188
+ sqlite3 (1.3.10)
189
+ term-ansicolor (1.3.2)
184
190
  tins (~> 1.0)
185
- thin (1.6.2)
186
- daemons (>= 1.0.9)
187
- eventmachine (>= 1.0.0)
188
- rack (>= 1.0.0)
191
+ thin (1.6.3)
192
+ daemons (~> 1.0, >= 1.0.9)
193
+ eventmachine (~> 1.0)
194
+ rack (~> 1.0)
189
195
  thor (0.19.1)
190
- thread_safe (0.3.4)
191
- tilt (1.4.1)
192
- timers (1.1.0)
193
- tins (1.3.2)
194
- treetop (1.4.15)
195
- polyglot
196
- polyglot (>= 0.3.1)
196
+ thread_safe (0.3.5)
197
+ tins (1.5.4)
197
198
  tzinfo (1.2.2)
198
199
  thread_safe (~> 0.1)
200
+ unf (0.1.4)
201
+ unf_ext
202
+ unf_ext (0.0.7.1)
199
203
  xpath (2.0.0)
200
204
  nokogiri (~> 1.3)
201
205
 
@@ -10,209 +10,221 @@ GIT
10
10
  PATH
11
11
  remote: .
12
12
  specs:
13
- axlsx_rails (0.3.0)
13
+ axlsx_rails (0.4.0)
14
14
  axlsx (>= 2.0.1)
15
15
  rails (>= 3.1)
16
16
 
17
17
  GEM
18
18
  remote: http://rubygems.org/
19
19
  specs:
20
- actionmailer (4.2.0.beta4)
21
- actionpack (= 4.2.0.beta4)
22
- actionview (= 4.2.0.beta4)
20
+ actionmailer (4.2.3)
21
+ actionpack (= 4.2.3)
22
+ actionview (= 4.2.3)
23
+ activejob (= 4.2.3)
23
24
  mail (~> 2.5, >= 2.5.4)
24
- rails-dom-testing (~> 1.0, >= 1.0.2)
25
- actionpack (4.2.0.beta4)
26
- actionview (= 4.2.0.beta4)
27
- activesupport (= 4.2.0.beta4)
28
- rack (~> 1.6.0.beta)
25
+ rails-dom-testing (~> 1.0, >= 1.0.5)
26
+ actionpack (4.2.3)
27
+ actionview (= 4.2.3)
28
+ activesupport (= 4.2.3)
29
+ rack (~> 1.6)
29
30
  rack-test (~> 0.6.2)
30
- rails-dom-testing (~> 1.0, >= 1.0.4)
31
- rails-html-sanitizer (~> 1.0, >= 1.0.1)
32
- actionview (4.2.0.beta4)
33
- activesupport (= 4.2.0.beta4)
31
+ rails-dom-testing (~> 1.0, >= 1.0.5)
32
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
33
+ actionview (4.2.3)
34
+ activesupport (= 4.2.3)
34
35
  builder (~> 3.1)
35
36
  erubis (~> 2.7.0)
36
- rails-dom-testing (~> 1.0, >= 1.0.4)
37
- rails-html-sanitizer (~> 1.0, >= 1.0.1)
38
- activejob (4.2.0.beta4)
39
- globalid (>= 0.2.3)
40
- activemodel (4.2.0.beta4)
41
- activesupport (= 4.2.0.beta4)
37
+ rails-dom-testing (~> 1.0, >= 1.0.5)
38
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
39
+ activejob (4.2.3)
40
+ activesupport (= 4.2.3)
41
+ globalid (>= 0.3.0)
42
+ activemodel (4.2.3)
43
+ activesupport (= 4.2.3)
42
44
  builder (~> 3.1)
43
- activerecord (4.2.0.beta4)
44
- activemodel (= 4.2.0.beta4)
45
- activesupport (= 4.2.0.beta4)
46
- arel (>= 6.0.0.beta1, < 6.1)
47
- activesupport (4.2.0.beta4)
48
- i18n (>= 0.7.0.beta1, < 0.8)
45
+ activerecord (4.2.3)
46
+ activemodel (= 4.2.3)
47
+ activesupport (= 4.2.3)
48
+ arel (~> 6.0)
49
+ activesupport (4.2.3)
50
+ i18n (~> 0.7)
49
51
  json (~> 1.7, >= 1.7.7)
50
52
  minitest (~> 5.1)
51
- thread_safe (~> 0.1)
53
+ thread_safe (~> 0.3, >= 0.3.4)
52
54
  tzinfo (~> 1.1)
53
- arel (6.0.0.beta1)
55
+ arel (6.0.2)
54
56
  axlsx (2.0.1)
55
57
  htmlentities (~> 4.3.1)
56
58
  nokogiri (>= 1.4.1)
57
59
  rubyzip (~> 1.0.0)
58
60
  builder (3.2.2)
59
- capybara (2.4.1)
61
+ capybara (2.4.4)
60
62
  mime-types (>= 1.16)
61
63
  nokogiri (>= 1.3.3)
62
64
  rack (>= 1.0.0)
63
65
  rack-test (>= 0.5.4)
64
66
  xpath (~> 2.0)
65
- celluloid (0.15.2)
66
- timers (~> 1.1.0)
67
67
  coderay (1.1.0)
68
- coveralls (0.7.1)
69
- multi_json (~> 1.3)
70
- rest-client
71
- simplecov (>= 0.7)
72
- term-ansicolor
73
- thor
74
- daemons (1.1.9)
68
+ coveralls (0.8.2)
69
+ json (~> 1.8)
70
+ rest-client (>= 1.6.8, < 2)
71
+ simplecov (~> 0.10.0)
72
+ term-ansicolor (~> 1.3)
73
+ thor (~> 0.19.1)
74
+ daemons (1.2.3)
75
75
  diff-lcs (1.2.5)
76
76
  docile (1.1.5)
77
+ domain_name (0.5.24)
78
+ unf (>= 0.0.5, < 1.0.0)
77
79
  erubis (2.7.0)
78
- eventmachine (1.0.3)
79
- ffi (1.9.3)
80
+ eventmachine (1.0.7)
81
+ ffi (1.9.10)
80
82
  formatador (0.2.5)
81
- globalid (0.2.3)
83
+ globalid (0.3.5)
82
84
  activesupport (>= 4.1.0)
83
85
  growl (1.0.3)
84
- guard (2.6.1)
86
+ guard (2.12.8)
85
87
  formatador (>= 0.2.4)
86
- listen (~> 2.7)
88
+ listen (>= 2.7, <= 4.0)
87
89
  lumberjack (~> 1.0)
90
+ nenv (~> 0.1)
91
+ notiffany (~> 0.0)
88
92
  pry (>= 0.9.12)
93
+ shellany (~> 0.0)
89
94
  thor (>= 0.18.1)
90
- guard-rspec (4.3.1)
95
+ guard-compat (1.2.1)
96
+ guard-rspec (4.6.1)
91
97
  guard (~> 2.1)
92
- rspec (>= 2.14, < 4.0)
93
- hike (1.2.3)
94
- htmlentities (4.3.2)
95
- i18n (0.7.0.beta1)
96
- jquery-rails (3.1.2)
97
- railties (>= 3.0, < 5.0)
98
+ guard-compat (~> 1.1)
99
+ rspec (>= 2.99.0, < 4.0)
100
+ htmlentities (4.3.4)
101
+ http-cookie (1.0.2)
102
+ domain_name (~> 0.5)
103
+ i18n (0.7.0)
104
+ jquery-rails (4.0.4)
105
+ rails-dom-testing (~> 1.0)
106
+ railties (>= 4.2.0)
98
107
  thor (>= 0.14, < 2.0)
99
- json (1.8.1)
100
- listen (2.7.9)
101
- celluloid (>= 0.15.2)
108
+ json (1.8.3)
109
+ listen (3.0.2)
102
110
  rb-fsevent (>= 0.9.3)
103
111
  rb-inotify (>= 0.9)
104
- loofah (2.0.1)
112
+ loofah (2.0.2)
105
113
  nokogiri (>= 1.5.9)
106
114
  lumberjack (1.0.9)
107
- mail (2.6.1)
115
+ mail (2.6.3)
108
116
  mime-types (>= 1.16, < 3)
109
117
  method_source (0.8.2)
110
- mime-types (2.3)
111
- mini_portile (0.6.1)
112
- minitest (5.4.3)
113
- multi_json (1.10.1)
114
- netrc (0.7.7)
115
- nokogiri (1.6.4.1)
118
+ mime-types (2.6.1)
119
+ mini_portile (0.6.2)
120
+ minitest (5.7.0)
121
+ nenv (0.2.0)
122
+ netrc (0.10.3)
123
+ nokogiri (1.6.6.2)
116
124
  mini_portile (~> 0.6.0)
125
+ notiffany (0.0.6)
126
+ nenv (~> 0.1)
127
+ shellany (~> 0.0)
117
128
  pry (0.10.1)
118
129
  coderay (~> 1.1.0)
119
130
  method_source (~> 0.8.1)
120
131
  slop (~> 3.4)
121
132
  pry-nav (0.2.4)
122
133
  pry (>= 0.9.10, < 0.11.0)
123
- rack (1.6.0.beta)
124
- rack-test (0.6.2)
134
+ rack (1.6.4)
135
+ rack-test (0.6.3)
125
136
  rack (>= 1.0)
126
- rails (4.2.0.beta4)
127
- actionmailer (= 4.2.0.beta4)
128
- actionpack (= 4.2.0.beta4)
129
- actionview (= 4.2.0.beta4)
130
- activejob (= 4.2.0.beta4)
131
- activemodel (= 4.2.0.beta4)
132
- activerecord (= 4.2.0.beta4)
133
- activesupport (= 4.2.0.beta4)
137
+ rails (4.2.3)
138
+ actionmailer (= 4.2.3)
139
+ actionpack (= 4.2.3)
140
+ actionview (= 4.2.3)
141
+ activejob (= 4.2.3)
142
+ activemodel (= 4.2.3)
143
+ activerecord (= 4.2.3)
144
+ activesupport (= 4.2.3)
134
145
  bundler (>= 1.3.0, < 2.0)
135
- railties (= 4.2.0.beta4)
136
- sprockets-rails (~> 3.0.0.beta1)
146
+ railties (= 4.2.3)
147
+ sprockets-rails
137
148
  rails-deprecated_sanitizer (1.0.3)
138
149
  activesupport (>= 4.2.0.alpha)
139
- rails-dom-testing (1.0.4)
150
+ rails-dom-testing (1.0.6)
140
151
  activesupport (>= 4.2.0.beta, < 5.0)
141
152
  nokogiri (~> 1.6.0)
142
153
  rails-deprecated_sanitizer (>= 1.0.1)
143
- rails-html-sanitizer (1.0.1)
154
+ rails-html-sanitizer (1.0.2)
144
155
  loofah (~> 2.0)
145
- railties (4.2.0.beta4)
146
- actionpack (= 4.2.0.beta4)
147
- activesupport (= 4.2.0.beta4)
156
+ railties (4.2.3)
157
+ actionpack (= 4.2.3)
158
+ activesupport (= 4.2.3)
148
159
  rake (>= 0.8.7)
149
160
  thor (>= 0.18.1, < 2.0)
150
- rake (10.3.2)
151
- rb-fsevent (0.9.4)
161
+ rake (10.4.2)
162
+ rb-fsevent (0.9.5)
152
163
  rb-inotify (0.9.5)
153
164
  ffi (>= 0.5.0)
154
- responders (2.0.2)
155
- railties (>= 4.2.0.alpha, < 5)
156
- rest-client (1.7.2)
165
+ responders (2.1.0)
166
+ railties (>= 4.2.0, < 5)
167
+ rest-client (1.8.0)
168
+ http-cookie (>= 1.0.2, < 2.0)
157
169
  mime-types (>= 1.16, < 3.0)
158
170
  netrc (~> 0.7)
159
171
  roo (1.13.2)
160
172
  nokogiri
161
173
  rubyzip
162
174
  spreadsheet (> 0.6.4)
163
- rspec (3.0.0)
164
- rspec-core (~> 3.0.0)
165
- rspec-expectations (~> 3.0.0)
166
- rspec-mocks (~> 3.0.0)
167
- rspec-core (3.0.4)
168
- rspec-support (~> 3.0.0)
169
- rspec-expectations (3.0.4)
175
+ rspec (3.3.0)
176
+ rspec-core (~> 3.3.0)
177
+ rspec-expectations (~> 3.3.0)
178
+ rspec-mocks (~> 3.3.0)
179
+ rspec-core (3.3.1)
180
+ rspec-support (~> 3.3.0)
181
+ rspec-expectations (3.3.0)
170
182
  diff-lcs (>= 1.2.0, < 2.0)
171
- rspec-support (~> 3.0.0)
172
- rspec-mocks (3.0.4)
173
- rspec-support (~> 3.0.0)
174
- rspec-rails (3.0.2)
175
- actionpack (>= 3.0)
176
- activesupport (>= 3.0)
177
- railties (>= 3.0)
178
- rspec-core (~> 3.0.0)
179
- rspec-expectations (~> 3.0.0)
180
- rspec-mocks (~> 3.0.0)
181
- rspec-support (~> 3.0.0)
182
- rspec-support (3.0.4)
183
- ruby-ole (1.2.11.7)
183
+ rspec-support (~> 3.3.0)
184
+ rspec-mocks (3.3.1)
185
+ diff-lcs (>= 1.2.0, < 2.0)
186
+ rspec-support (~> 3.3.0)
187
+ rspec-rails (3.3.2)
188
+ actionpack (>= 3.0, < 4.3)
189
+ activesupport (>= 3.0, < 4.3)
190
+ railties (>= 3.0, < 4.3)
191
+ rspec-core (~> 3.3.0)
192
+ rspec-expectations (~> 3.3.0)
193
+ rspec-mocks (~> 3.3.0)
194
+ rspec-support (~> 3.3.0)
195
+ rspec-support (3.3.0)
196
+ ruby-ole (1.2.11.8)
184
197
  rubyzip (1.0.0)
185
- simplecov (0.9.0)
198
+ shellany (0.0.1)
199
+ simplecov (0.10.0)
186
200
  docile (~> 1.1.0)
187
- multi_json
188
- simplecov-html (~> 0.8.0)
189
- simplecov-html (0.8.0)
201
+ json (~> 1.8)
202
+ simplecov-html (~> 0.10.0)
203
+ simplecov-html (0.10.0)
190
204
  slop (3.6.0)
191
- spreadsheet (1.0.0)
205
+ spreadsheet (1.0.3)
192
206
  ruby-ole (>= 1.0)
193
- sprockets (2.12.1)
194
- hike (~> 1.2)
195
- multi_json (~> 1.0)
207
+ sprockets (3.2.0)
196
208
  rack (~> 1.0)
197
- tilt (~> 1.1, != 1.3.0)
198
- sprockets-rails (3.0.0.beta1)
199
- actionpack (>= 4.0)
200
- activesupport (>= 4.0)
201
- sprockets (~> 2.8)
202
- sqlite3 (1.3.9)
203
- term-ansicolor (1.3.0)
209
+ sprockets-rails (2.3.2)
210
+ actionpack (>= 3.0)
211
+ activesupport (>= 3.0)
212
+ sprockets (>= 2.8, < 4.0)
213
+ sqlite3 (1.3.10)
214
+ term-ansicolor (1.3.2)
204
215
  tins (~> 1.0)
205
- thin (1.6.2)
206
- daemons (>= 1.0.9)
207
- eventmachine (>= 1.0.0)
208
- rack (>= 1.0.0)
216
+ thin (1.6.3)
217
+ daemons (~> 1.0, >= 1.0.9)
218
+ eventmachine (~> 1.0)
219
+ rack (~> 1.0)
209
220
  thor (0.19.1)
210
- thread_safe (0.3.4)
211
- tilt (1.4.1)
212
- timers (1.1.0)
213
- tins (1.3.2)
221
+ thread_safe (0.3.5)
222
+ tins (1.5.4)
214
223
  tzinfo (1.2.2)
215
224
  thread_safe (~> 0.1)
225
+ unf (0.1.4)
226
+ unf_ext
227
+ unf_ext (0.0.7.1)
216
228
  xpath (2.0.0)
217
229
  nokogiri (~> 1.3)
218
230
 
@@ -230,7 +242,7 @@ DEPENDENCIES
230
242
  jquery-rails
231
243
  pry
232
244
  pry-nav
233
- rails (= 4.2.0.beta4)
245
+ rails (~> 4.2.0)
234
246
  rake
235
247
  rb-fsevent
236
248
  responders (~> 2.0)