axlsx_rails 0.3.0 → 0.4.0

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 (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
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 90c9cbafb4e2730bd6a7572316d7d197ee7b65aa
4
- data.tar.gz: 9bbb1af2c9185d7bd129ce766d67047b569669ba
3
+ metadata.gz: 9c3c3316b647a15618358b8ce32b37ca551ac69e
4
+ data.tar.gz: 45ad342260a926ae2eaeaed1250095c08be713b1
5
5
  SHA512:
6
- metadata.gz: bc0bf19b9bbb26010c72a79f9116bea8061de1e94832df8308b398ecacd4f55ca863f2551c770b49fee759bbe631389d4da3d992403a74eaf0b56ea36cb77323
7
- data.tar.gz: 7f7fb7483662977fb97737d89bf793389f921fbb250d5d79e5ec2e767af44c9ce72b2c2ebd9517e3d7e7ec655cd06c1294d1009369e910eb6b395a57953f8bb8
6
+ metadata.gz: 5e16ac4f427cb9809d59cd86794f8060491378c8b59fe683e7cf31813b46b9c444484984226dfd1dfb4cecdfc6704e667f93651961e0a09b3358f653c25644ee
7
+ data.tar.gz: 63dd14cdaa9f5114895392c8e62f87b5905ebffbe883218b7530b5dc49d78ae80a12ba88f38bd645282be17487343bd1eb67deb28489e916471e91dbaeb6c445
@@ -1,5 +1,12 @@
1
1
  # Change log
2
2
 
3
+ **July 13th, 2015**: 0.4.0 release
4
+
5
+ - Support for Rails 4.2
6
+ - **Removal of forced default_formats** (url format must match)
7
+ - **Tested only on Rails 4.1 and 4.2**
8
+ - **For Rails 3.2 or below, use 0.3.0**
9
+
3
10
  **November 20th, 2014**: 0.3.0 release
4
11
 
5
12
  - Support for Rails 4.2.beta4.
data/Gemfile CHANGED
@@ -5,6 +5,8 @@ source "http://rubygems.org"
5
5
  # development dependencies will be added by default to the :development group.
6
6
  gemspec
7
7
 
8
+ ENV["RAILS_VERSION"] ||= '4.2'
9
+
8
10
  case ENV['RAILS_VERSION']
9
11
  when '3.1', '3.2'
10
12
  gem 'rails', "~> #{ENV['RAILS_VERSION']}.0"
@@ -13,7 +15,7 @@ when '4.0'
13
15
  when '4.1'
14
16
  gem 'rails', "~> 4.1.0"
15
17
  when '4.2'
16
- gem 'rails', "4.2.0.beta4"
18
+ gem 'rails', "~> 4.2.0"
17
19
  gem 'responders', '~> 2.0'
18
20
  end
19
21
 
@@ -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)
@@ -10,32 +10,32 @@ 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.0.12)
21
- actionpack (= 4.0.12)
20
+ actionmailer (4.0.13)
21
+ actionpack (= 4.0.13)
22
22
  mail (~> 2.5, >= 2.5.4)
23
- actionpack (4.0.12)
24
- activesupport (= 4.0.12)
23
+ actionpack (4.0.13)
24
+ activesupport (= 4.0.13)
25
25
  builder (~> 3.1.0)
26
26
  erubis (~> 2.7.0)
27
27
  rack (~> 1.5.2)
28
28
  rack-test (~> 0.6.2)
29
- activemodel (4.0.12)
30
- activesupport (= 4.0.12)
29
+ activemodel (4.0.13)
30
+ activesupport (= 4.0.13)
31
31
  builder (~> 3.1.0)
32
- activerecord (4.0.12)
33
- activemodel (= 4.0.12)
32
+ activerecord (4.0.13)
33
+ activemodel (= 4.0.13)
34
34
  activerecord-deprecated_finders (~> 1.0.2)
35
- activesupport (= 4.0.12)
35
+ activesupport (= 4.0.13)
36
36
  arel (~> 4.0.0)
37
- activerecord-deprecated_finders (1.0.3)
38
- activesupport (4.0.12)
37
+ activerecord-deprecated_finders (1.0.4)
38
+ activesupport (4.0.13)
39
39
  i18n (~> 0.6, >= 0.6.9)
40
40
  minitest (~> 4.2)
41
41
  multi_json (~> 1.3)
@@ -53,140 +53,149 @@ GEM
53
53
  rack (>= 1.0.0)
54
54
  rack-test (>= 0.5.4)
55
55
  xpath (~> 2.0)
56
- celluloid (0.16.0)
57
- timers (~> 4.0.0)
58
56
  coderay (1.1.0)
59
- coveralls (0.7.1)
60
- multi_json (~> 1.3)
61
- rest-client
62
- simplecov (>= 0.7)
63
- term-ansicolor
64
- thor
65
- daemons (1.1.9)
57
+ coveralls (0.8.2)
58
+ json (~> 1.8)
59
+ rest-client (>= 1.6.8, < 2)
60
+ simplecov (~> 0.10.0)
61
+ term-ansicolor (~> 1.3)
62
+ thor (~> 0.19.1)
63
+ daemons (1.2.3)
66
64
  diff-lcs (1.2.5)
67
65
  docile (1.1.5)
66
+ domain_name (0.5.24)
67
+ unf (>= 0.0.5, < 1.0.0)
68
68
  erubis (2.7.0)
69
- eventmachine (1.0.3)
70
- ffi (1.9.6)
69
+ eventmachine (1.0.7)
70
+ ffi (1.9.10)
71
71
  formatador (0.2.5)
72
72
  growl (1.0.3)
73
- guard (2.8.2)
73
+ guard (2.12.8)
74
74
  formatador (>= 0.2.4)
75
- listen (~> 2.7)
75
+ listen (>= 2.7, <= 4.0)
76
76
  lumberjack (~> 1.0)
77
+ nenv (~> 0.1)
78
+ notiffany (~> 0.0)
77
79
  pry (>= 0.9.12)
80
+ shellany (~> 0.0)
78
81
  thor (>= 0.18.1)
79
- guard-rspec (4.3.1)
82
+ guard-compat (1.2.1)
83
+ guard-rspec (4.6.1)
80
84
  guard (~> 2.1)
81
- rspec (>= 2.14, < 4.0)
82
- hike (1.2.3)
83
- hitimes (1.2.2)
84
- htmlentities (4.3.2)
85
- i18n (0.6.11)
86
- jquery-rails (3.1.2)
85
+ guard-compat (~> 1.1)
86
+ rspec (>= 2.99.0, < 4.0)
87
+ htmlentities (4.3.4)
88
+ http-cookie (1.0.2)
89
+ domain_name (~> 0.5)
90
+ i18n (0.7.0)
91
+ jquery-rails (3.1.3)
87
92
  railties (>= 3.0, < 5.0)
88
93
  thor (>= 0.14, < 2.0)
89
- listen (2.8.0)
90
- celluloid (>= 0.15.2)
94
+ json (1.8.3)
95
+ listen (3.0.2)
91
96
  rb-fsevent (>= 0.9.3)
92
97
  rb-inotify (>= 0.9)
93
98
  lumberjack (1.0.9)
94
99
  mail (2.6.3)
95
100
  mime-types (>= 1.16, < 3)
96
101
  method_source (0.8.2)
97
- mime-types (2.4.3)
98
- mini_portile (0.6.1)
102
+ mime-types (2.6.1)
103
+ mini_portile (0.6.2)
99
104
  minitest (4.7.5)
100
- multi_json (1.10.1)
101
- netrc (0.8.0)
102
- nokogiri (1.6.4.1)
105
+ multi_json (1.11.2)
106
+ nenv (0.2.0)
107
+ netrc (0.10.3)
108
+ nokogiri (1.6.6.2)
103
109
  mini_portile (~> 0.6.0)
110
+ notiffany (0.0.6)
111
+ nenv (~> 0.1)
112
+ shellany (~> 0.0)
104
113
  pry (0.10.1)
105
114
  coderay (~> 1.1.0)
106
115
  method_source (~> 0.8.1)
107
116
  slop (~> 3.4)
108
117
  pry-nav (0.2.4)
109
118
  pry (>= 0.9.10, < 0.11.0)
110
- rack (1.5.2)
111
- rack-test (0.6.2)
119
+ rack (1.5.5)
120
+ rack-test (0.6.3)
112
121
  rack (>= 1.0)
113
- rails (4.0.12)
114
- actionmailer (= 4.0.12)
115
- actionpack (= 4.0.12)
116
- activerecord (= 4.0.12)
117
- activesupport (= 4.0.12)
122
+ rails (4.0.13)
123
+ actionmailer (= 4.0.13)
124
+ actionpack (= 4.0.13)
125
+ activerecord (= 4.0.13)
126
+ activesupport (= 4.0.13)
118
127
  bundler (>= 1.3.0, < 2.0)
119
- railties (= 4.0.12)
128
+ railties (= 4.0.13)
120
129
  sprockets-rails (~> 2.0)
121
- railties (4.0.12)
122
- actionpack (= 4.0.12)
123
- activesupport (= 4.0.12)
130
+ railties (4.0.13)
131
+ actionpack (= 4.0.13)
132
+ activesupport (= 4.0.13)
124
133
  rake (>= 0.8.7)
125
134
  thor (>= 0.18.1, < 2.0)
126
- rake (10.3.2)
127
- rb-fsevent (0.9.4)
135
+ rake (10.4.2)
136
+ rb-fsevent (0.9.5)
128
137
  rb-inotify (0.9.5)
129
138
  ffi (>= 0.5.0)
130
- rest-client (1.7.2)
139
+ rest-client (1.8.0)
140
+ http-cookie (>= 1.0.2, < 2.0)
131
141
  mime-types (>= 1.16, < 3.0)
132
142
  netrc (~> 0.7)
133
143
  roo (1.13.2)
134
144
  nokogiri
135
145
  rubyzip
136
146
  spreadsheet (> 0.6.4)
137
- rspec (3.1.0)
138
- rspec-core (~> 3.1.0)
139
- rspec-expectations (~> 3.1.0)
140
- rspec-mocks (~> 3.1.0)
141
- rspec-core (3.1.7)
142
- rspec-support (~> 3.1.0)
143
- rspec-expectations (3.1.2)
147
+ rspec (3.3.0)
148
+ rspec-core (~> 3.3.0)
149
+ rspec-expectations (~> 3.3.0)
150
+ rspec-mocks (~> 3.3.0)
151
+ rspec-core (3.3.1)
152
+ rspec-support (~> 3.3.0)
153
+ rspec-expectations (3.3.0)
144
154
  diff-lcs (>= 1.2.0, < 2.0)
145
- rspec-support (~> 3.1.0)
146
- rspec-mocks (3.1.3)
147
- rspec-support (~> 3.1.0)
148
- rspec-rails (3.1.0)
149
- actionpack (>= 3.0)
150
- activesupport (>= 3.0)
151
- railties (>= 3.0)
152
- rspec-core (~> 3.1.0)
153
- rspec-expectations (~> 3.1.0)
154
- rspec-mocks (~> 3.1.0)
155
- rspec-support (~> 3.1.0)
156
- rspec-support (3.1.2)
157
- ruby-ole (1.2.11.7)
155
+ rspec-support (~> 3.3.0)
156
+ rspec-mocks (3.3.1)
157
+ diff-lcs (>= 1.2.0, < 2.0)
158
+ rspec-support (~> 3.3.0)
159
+ rspec-rails (3.3.2)
160
+ actionpack (>= 3.0, < 4.3)
161
+ activesupport (>= 3.0, < 4.3)
162
+ railties (>= 3.0, < 4.3)
163
+ rspec-core (~> 3.3.0)
164
+ rspec-expectations (~> 3.3.0)
165
+ rspec-mocks (~> 3.3.0)
166
+ rspec-support (~> 3.3.0)
167
+ rspec-support (3.3.0)
168
+ ruby-ole (1.2.11.8)
158
169
  rubyzip (1.0.0)
159
- simplecov (0.9.1)
170
+ shellany (0.0.1)
171
+ simplecov (0.10.0)
160
172
  docile (~> 1.1.0)
161
- multi_json (~> 1.0)
162
- simplecov-html (~> 0.8.0)
163
- simplecov-html (0.8.0)
173
+ json (~> 1.8)
174
+ simplecov-html (~> 0.10.0)
175
+ simplecov-html (0.10.0)
164
176
  slop (3.6.0)
165
- spreadsheet (1.0.0)
177
+ spreadsheet (1.0.3)
166
178
  ruby-ole (>= 1.0)
167
- sprockets (2.12.3)
168
- hike (~> 1.2)
169
- multi_json (~> 1.0)
179
+ sprockets (3.2.0)
170
180
  rack (~> 1.0)
171
- tilt (~> 1.1, != 1.3.0)
172
- sprockets-rails (2.2.0)
181
+ sprockets-rails (2.3.2)
173
182
  actionpack (>= 3.0)
174
183
  activesupport (>= 3.0)
175
184
  sprockets (>= 2.8, < 4.0)
176
185
  sqlite3 (1.3.10)
177
- term-ansicolor (1.3.0)
186
+ term-ansicolor (1.3.2)
178
187
  tins (~> 1.0)
179
188
  thin (1.6.3)
180
189
  daemons (~> 1.0, >= 1.0.9)
181
190
  eventmachine (~> 1.0)
182
191
  rack (~> 1.0)
183
192
  thor (0.19.1)
184
- thread_safe (0.3.4)
185
- tilt (1.4.1)
186
- timers (4.0.1)
187
- hitimes
188
- tins (1.3.3)
189
- tzinfo (0.3.42)
193
+ thread_safe (0.3.5)
194
+ tins (1.5.4)
195
+ tzinfo (0.3.44)
196
+ unf (0.1.4)
197
+ unf_ext
198
+ unf_ext (0.0.7.1)
190
199
  xpath (2.0.0)
191
200
  nokogiri (~> 1.3)
192
201