axlsx_rails 0.5.1 → 0.5.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -0
- data/Gemfile +7 -4
- data/Gemfile.lock +129 -121
- data/Gemfile.lock.4.2 +255 -0
- data/Gemfile.lock.5.0 +261 -0
- data/Gemfile.lock.5.1 +261 -0
- data/README.md +145 -11
- data/lib/axlsx_rails.rb +2 -3
- data/lib/axlsx_rails/action_controller.rb +21 -16
- data/lib/axlsx_rails/railtie.rb +16 -0
- data/lib/axlsx_rails/template_handler.rb +19 -15
- data/lib/axlsx_rails/version.rb +3 -1
- data/spec/axlsx_builder_spec.rb +3 -2
- data/spec/axlsx_renderer_spec.rb +1 -0
- data/spec/axlsx_request_spec.rb +12 -0
- data/spec/dummy_4/app/views/layouts/users.html.erb +12 -0
- data/spec/dummy_4/app/views/users/export.xlsx.axlsx +8 -0
- data/spec/dummy_4/config/routes.rb +1 -0
- data/spec/dummy_4/log/test.log +3143 -0
- data/spec/dummy_5/app/controllers/users_controller.rb +10 -0
- data/spec/dummy_5/app/views/layouts/users.html.erb +12 -0
- data/spec/dummy_5/app/views/users/export.xlsx.axlsx +8 -0
- data/spec/dummy_5/config/routes.rb +1 -0
- data/spec/dummy_5/db/schema.rb +6 -6
- data/spec/dummy_5/db/test.sqlite3 +0 -0
- data/spec/dummy_5/log/test.log +3640 -0
- data/spec/reset_gems.sh +2 -0
- data/spec/test_5.1.sh +16 -0
- metadata +21 -6
- data/Gemfile.lock.4.0 +0 -224
- data/spec/dummy_4/db/test.sqlite3 +0 -0
data/Gemfile.lock.5.0
ADDED
@@ -0,0 +1,261 @@
|
|
1
|
+
GIT
|
2
|
+
remote: git://github.com/straydogstudio/acts_as_xlsx.git
|
3
|
+
revision: 94fc6aa730bb8f252e75c9debdcf64903d33fede
|
4
|
+
specs:
|
5
|
+
acts_as_xlsx (1.0.6)
|
6
|
+
activerecord (>= 2.3.9)
|
7
|
+
axlsx (>= 1.0.13)
|
8
|
+
i18n (>= 0.4.1)
|
9
|
+
|
10
|
+
PATH
|
11
|
+
remote: .
|
12
|
+
specs:
|
13
|
+
axlsx_rails (0.5.2)
|
14
|
+
actionpack (>= 3.1)
|
15
|
+
axlsx (>= 2.0.1)
|
16
|
+
|
17
|
+
GEM
|
18
|
+
remote: http://rubygems.org/
|
19
|
+
specs:
|
20
|
+
actioncable (5.0.7)
|
21
|
+
actionpack (= 5.0.7)
|
22
|
+
nio4r (>= 1.2, < 3.0)
|
23
|
+
websocket-driver (~> 0.6.1)
|
24
|
+
actionmailer (5.0.7)
|
25
|
+
actionpack (= 5.0.7)
|
26
|
+
actionview (= 5.0.7)
|
27
|
+
activejob (= 5.0.7)
|
28
|
+
mail (~> 2.5, >= 2.5.4)
|
29
|
+
rails-dom-testing (~> 2.0)
|
30
|
+
actionpack (5.0.7)
|
31
|
+
actionview (= 5.0.7)
|
32
|
+
activesupport (= 5.0.7)
|
33
|
+
rack (~> 2.0)
|
34
|
+
rack-test (~> 0.6.3)
|
35
|
+
rails-dom-testing (~> 2.0)
|
36
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
37
|
+
actionview (5.0.7)
|
38
|
+
activesupport (= 5.0.7)
|
39
|
+
builder (~> 3.1)
|
40
|
+
erubis (~> 2.7.0)
|
41
|
+
rails-dom-testing (~> 2.0)
|
42
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
43
|
+
activejob (5.0.7)
|
44
|
+
activesupport (= 5.0.7)
|
45
|
+
globalid (>= 0.3.6)
|
46
|
+
activemodel (5.0.7)
|
47
|
+
activesupport (= 5.0.7)
|
48
|
+
activerecord (5.0.7)
|
49
|
+
activemodel (= 5.0.7)
|
50
|
+
activesupport (= 5.0.7)
|
51
|
+
arel (~> 7.0)
|
52
|
+
activesupport (5.0.7)
|
53
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
54
|
+
i18n (>= 0.7, < 2)
|
55
|
+
minitest (~> 5.1)
|
56
|
+
tzinfo (~> 1.1)
|
57
|
+
addressable (2.5.2)
|
58
|
+
public_suffix (>= 2.0.2, < 4.0)
|
59
|
+
arel (7.1.4)
|
60
|
+
axlsx (2.0.1)
|
61
|
+
htmlentities (~> 4.3.1)
|
62
|
+
nokogiri (>= 1.4.1)
|
63
|
+
rubyzip (~> 1.0.0)
|
64
|
+
builder (3.2.3)
|
65
|
+
capybara (2.18.0)
|
66
|
+
addressable
|
67
|
+
mini_mime (>= 0.1.3)
|
68
|
+
nokogiri (>= 1.3.3)
|
69
|
+
rack (>= 1.0.0)
|
70
|
+
rack-test (>= 0.5.4)
|
71
|
+
xpath (>= 2.0, < 4.0)
|
72
|
+
coderay (1.1.2)
|
73
|
+
concurrent-ruby (1.0.5)
|
74
|
+
coveralls (0.8.21)
|
75
|
+
json (>= 1.8, < 3)
|
76
|
+
simplecov (~> 0.14.1)
|
77
|
+
term-ansicolor (~> 1.3)
|
78
|
+
thor (~> 0.19.4)
|
79
|
+
tins (~> 1.6)
|
80
|
+
crass (1.0.4)
|
81
|
+
daemons (1.2.6)
|
82
|
+
diff-lcs (1.3)
|
83
|
+
docile (1.1.5)
|
84
|
+
erubis (2.7.0)
|
85
|
+
eventmachine (1.2.6)
|
86
|
+
ffi (1.9.23)
|
87
|
+
formatador (0.2.5)
|
88
|
+
globalid (0.4.1)
|
89
|
+
activesupport (>= 4.2.0)
|
90
|
+
growl (1.0.3)
|
91
|
+
guard (2.14.2)
|
92
|
+
formatador (>= 0.2.4)
|
93
|
+
listen (>= 2.7, < 4.0)
|
94
|
+
lumberjack (>= 1.0.12, < 2.0)
|
95
|
+
nenv (~> 0.1)
|
96
|
+
notiffany (~> 0.0)
|
97
|
+
pry (>= 0.9.12)
|
98
|
+
shellany (~> 0.0)
|
99
|
+
thor (>= 0.18.1)
|
100
|
+
guard-compat (1.2.1)
|
101
|
+
guard-rspec (4.7.3)
|
102
|
+
guard (~> 2.1)
|
103
|
+
guard-compat (~> 1.1)
|
104
|
+
rspec (>= 2.99.0, < 4.0)
|
105
|
+
htmlentities (4.3.4)
|
106
|
+
i18n (1.0.1)
|
107
|
+
concurrent-ruby (~> 1.0)
|
108
|
+
jquery-rails (4.3.3)
|
109
|
+
rails-dom-testing (>= 1, < 3)
|
110
|
+
railties (>= 4.2.0)
|
111
|
+
thor (>= 0.14, < 2.0)
|
112
|
+
json (2.1.0)
|
113
|
+
listen (3.1.5)
|
114
|
+
rb-fsevent (~> 0.9, >= 0.9.4)
|
115
|
+
rb-inotify (~> 0.9, >= 0.9.7)
|
116
|
+
ruby_dep (~> 1.2)
|
117
|
+
loofah (2.2.2)
|
118
|
+
crass (~> 1.0.2)
|
119
|
+
nokogiri (>= 1.5.9)
|
120
|
+
lumberjack (1.0.13)
|
121
|
+
mail (2.7.0)
|
122
|
+
mini_mime (>= 0.1.1)
|
123
|
+
method_source (0.8.2)
|
124
|
+
mini_mime (1.0.0)
|
125
|
+
mini_portile2 (2.3.0)
|
126
|
+
minitest (5.11.3)
|
127
|
+
nenv (0.3.0)
|
128
|
+
nio4r (2.3.1)
|
129
|
+
nokogiri (1.8.2)
|
130
|
+
mini_portile2 (~> 2.3.0)
|
131
|
+
notiffany (0.1.1)
|
132
|
+
nenv (~> 0.1)
|
133
|
+
shellany (~> 0.0)
|
134
|
+
pry (0.10.4)
|
135
|
+
coderay (~> 1.1.0)
|
136
|
+
method_source (~> 0.8.1)
|
137
|
+
slop (~> 3.4)
|
138
|
+
pry-nav (0.2.4)
|
139
|
+
pry (>= 0.9.10, < 0.11.0)
|
140
|
+
public_suffix (3.0.2)
|
141
|
+
rack (2.0.5)
|
142
|
+
rack-test (0.6.3)
|
143
|
+
rack (>= 1.0)
|
144
|
+
rails (5.0.7)
|
145
|
+
actioncable (= 5.0.7)
|
146
|
+
actionmailer (= 5.0.7)
|
147
|
+
actionpack (= 5.0.7)
|
148
|
+
actionview (= 5.0.7)
|
149
|
+
activejob (= 5.0.7)
|
150
|
+
activemodel (= 5.0.7)
|
151
|
+
activerecord (= 5.0.7)
|
152
|
+
activesupport (= 5.0.7)
|
153
|
+
bundler (>= 1.3.0)
|
154
|
+
railties (= 5.0.7)
|
155
|
+
sprockets-rails (>= 2.0.0)
|
156
|
+
rails-dom-testing (2.0.3)
|
157
|
+
activesupport (>= 4.2.0)
|
158
|
+
nokogiri (>= 1.6)
|
159
|
+
rails-html-sanitizer (1.0.4)
|
160
|
+
loofah (~> 2.2, >= 2.2.2)
|
161
|
+
railties (5.0.7)
|
162
|
+
actionpack (= 5.0.7)
|
163
|
+
activesupport (= 5.0.7)
|
164
|
+
method_source
|
165
|
+
rake (>= 0.8.7)
|
166
|
+
thor (>= 0.18.1, < 2.0)
|
167
|
+
rake (12.3.1)
|
168
|
+
rb-fsevent (0.10.3)
|
169
|
+
rb-inotify (0.9.10)
|
170
|
+
ffi (>= 0.5.0, < 2)
|
171
|
+
responders (2.4.0)
|
172
|
+
actionpack (>= 4.2.0, < 5.3)
|
173
|
+
railties (>= 4.2.0, < 5.3)
|
174
|
+
roo (1.13.2)
|
175
|
+
nokogiri
|
176
|
+
rubyzip
|
177
|
+
spreadsheet (> 0.6.4)
|
178
|
+
rspec (3.7.0)
|
179
|
+
rspec-core (~> 3.7.0)
|
180
|
+
rspec-expectations (~> 3.7.0)
|
181
|
+
rspec-mocks (~> 3.7.0)
|
182
|
+
rspec-core (3.7.1)
|
183
|
+
rspec-support (~> 3.7.0)
|
184
|
+
rspec-expectations (3.7.0)
|
185
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
186
|
+
rspec-support (~> 3.7.0)
|
187
|
+
rspec-mocks (3.7.0)
|
188
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
189
|
+
rspec-support (~> 3.7.0)
|
190
|
+
rspec-rails (3.7.2)
|
191
|
+
actionpack (>= 3.0)
|
192
|
+
activesupport (>= 3.0)
|
193
|
+
railties (>= 3.0)
|
194
|
+
rspec-core (~> 3.7.0)
|
195
|
+
rspec-expectations (~> 3.7.0)
|
196
|
+
rspec-mocks (~> 3.7.0)
|
197
|
+
rspec-support (~> 3.7.0)
|
198
|
+
rspec-support (3.7.1)
|
199
|
+
ruby-ole (1.2.12.1)
|
200
|
+
ruby_dep (1.5.0)
|
201
|
+
rubyzip (1.0.0)
|
202
|
+
shellany (0.0.1)
|
203
|
+
simplecov (0.14.1)
|
204
|
+
docile (~> 1.1.0)
|
205
|
+
json (>= 1.8, < 3)
|
206
|
+
simplecov-html (~> 0.10.0)
|
207
|
+
simplecov-html (0.10.2)
|
208
|
+
slop (3.6.0)
|
209
|
+
spreadsheet (1.1.7)
|
210
|
+
ruby-ole (>= 1.0)
|
211
|
+
sprockets (3.7.1)
|
212
|
+
concurrent-ruby (~> 1.0)
|
213
|
+
rack (> 1, < 3)
|
214
|
+
sprockets-rails (3.2.1)
|
215
|
+
actionpack (>= 4.0)
|
216
|
+
activesupport (>= 4.0)
|
217
|
+
sprockets (>= 3.0.0)
|
218
|
+
sqlite3 (1.3.13)
|
219
|
+
term-ansicolor (1.6.0)
|
220
|
+
tins (~> 1.0)
|
221
|
+
thin (1.7.2)
|
222
|
+
daemons (~> 1.0, >= 1.0.9)
|
223
|
+
eventmachine (~> 1.0, >= 1.0.4)
|
224
|
+
rack (>= 1, < 3)
|
225
|
+
thor (0.19.4)
|
226
|
+
thread_safe (0.3.6)
|
227
|
+
tins (1.16.3)
|
228
|
+
tzinfo (1.2.5)
|
229
|
+
thread_safe (~> 0.1)
|
230
|
+
websocket-driver (0.6.5)
|
231
|
+
websocket-extensions (>= 0.1.0)
|
232
|
+
websocket-extensions (0.1.3)
|
233
|
+
xpath (3.0.0)
|
234
|
+
nokogiri (~> 1.8)
|
235
|
+
|
236
|
+
PLATFORMS
|
237
|
+
ruby
|
238
|
+
|
239
|
+
DEPENDENCIES
|
240
|
+
acts_as_xlsx!
|
241
|
+
axlsx_rails!
|
242
|
+
bundler
|
243
|
+
capybara (~> 2.1)
|
244
|
+
coveralls
|
245
|
+
growl
|
246
|
+
guard-rspec
|
247
|
+
jquery-rails
|
248
|
+
pry
|
249
|
+
pry-nav
|
250
|
+
rails (~> 5.0.0)
|
251
|
+
rake
|
252
|
+
rb-fsevent
|
253
|
+
responders (~> 2.0)
|
254
|
+
roo
|
255
|
+
rspec-rails
|
256
|
+
rubyzip
|
257
|
+
sqlite3
|
258
|
+
thin
|
259
|
+
|
260
|
+
BUNDLED WITH
|
261
|
+
1.15.0
|
data/Gemfile.lock.5.1
ADDED
@@ -0,0 +1,261 @@
|
|
1
|
+
GIT
|
2
|
+
remote: git://github.com/straydogstudio/acts_as_xlsx.git
|
3
|
+
revision: 94fc6aa730bb8f252e75c9debdcf64903d33fede
|
4
|
+
specs:
|
5
|
+
acts_as_xlsx (1.0.6)
|
6
|
+
activerecord (>= 2.3.9)
|
7
|
+
axlsx (>= 1.0.13)
|
8
|
+
i18n (>= 0.4.1)
|
9
|
+
|
10
|
+
PATH
|
11
|
+
remote: .
|
12
|
+
specs:
|
13
|
+
axlsx_rails (0.5.2)
|
14
|
+
actionpack (>= 3.1)
|
15
|
+
axlsx (>= 2.0.1)
|
16
|
+
|
17
|
+
GEM
|
18
|
+
remote: http://rubygems.org/
|
19
|
+
specs:
|
20
|
+
actioncable (5.1.6)
|
21
|
+
actionpack (= 5.1.6)
|
22
|
+
nio4r (~> 2.0)
|
23
|
+
websocket-driver (~> 0.6.1)
|
24
|
+
actionmailer (5.1.6)
|
25
|
+
actionpack (= 5.1.6)
|
26
|
+
actionview (= 5.1.6)
|
27
|
+
activejob (= 5.1.6)
|
28
|
+
mail (~> 2.5, >= 2.5.4)
|
29
|
+
rails-dom-testing (~> 2.0)
|
30
|
+
actionpack (5.1.6)
|
31
|
+
actionview (= 5.1.6)
|
32
|
+
activesupport (= 5.1.6)
|
33
|
+
rack (~> 2.0)
|
34
|
+
rack-test (>= 0.6.3)
|
35
|
+
rails-dom-testing (~> 2.0)
|
36
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
37
|
+
actionview (5.1.6)
|
38
|
+
activesupport (= 5.1.6)
|
39
|
+
builder (~> 3.1)
|
40
|
+
erubi (~> 1.4)
|
41
|
+
rails-dom-testing (~> 2.0)
|
42
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
43
|
+
activejob (5.1.6)
|
44
|
+
activesupport (= 5.1.6)
|
45
|
+
globalid (>= 0.3.6)
|
46
|
+
activemodel (5.1.6)
|
47
|
+
activesupport (= 5.1.6)
|
48
|
+
activerecord (5.1.6)
|
49
|
+
activemodel (= 5.1.6)
|
50
|
+
activesupport (= 5.1.6)
|
51
|
+
arel (~> 8.0)
|
52
|
+
activesupport (5.1.6)
|
53
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
54
|
+
i18n (>= 0.7, < 2)
|
55
|
+
minitest (~> 5.1)
|
56
|
+
tzinfo (~> 1.1)
|
57
|
+
addressable (2.5.2)
|
58
|
+
public_suffix (>= 2.0.2, < 4.0)
|
59
|
+
arel (8.0.0)
|
60
|
+
axlsx (2.0.1)
|
61
|
+
htmlentities (~> 4.3.1)
|
62
|
+
nokogiri (>= 1.4.1)
|
63
|
+
rubyzip (~> 1.0.0)
|
64
|
+
builder (3.2.3)
|
65
|
+
capybara (2.18.0)
|
66
|
+
addressable
|
67
|
+
mini_mime (>= 0.1.3)
|
68
|
+
nokogiri (>= 1.3.3)
|
69
|
+
rack (>= 1.0.0)
|
70
|
+
rack-test (>= 0.5.4)
|
71
|
+
xpath (>= 2.0, < 4.0)
|
72
|
+
coderay (1.1.2)
|
73
|
+
concurrent-ruby (1.0.5)
|
74
|
+
coveralls (0.8.21)
|
75
|
+
json (>= 1.8, < 3)
|
76
|
+
simplecov (~> 0.14.1)
|
77
|
+
term-ansicolor (~> 1.3)
|
78
|
+
thor (~> 0.19.4)
|
79
|
+
tins (~> 1.6)
|
80
|
+
crass (1.0.4)
|
81
|
+
daemons (1.2.6)
|
82
|
+
diff-lcs (1.3)
|
83
|
+
docile (1.1.5)
|
84
|
+
erubi (1.7.1)
|
85
|
+
eventmachine (1.2.6)
|
86
|
+
ffi (1.9.23)
|
87
|
+
formatador (0.2.5)
|
88
|
+
globalid (0.4.1)
|
89
|
+
activesupport (>= 4.2.0)
|
90
|
+
growl (1.0.3)
|
91
|
+
guard (2.14.2)
|
92
|
+
formatador (>= 0.2.4)
|
93
|
+
listen (>= 2.7, < 4.0)
|
94
|
+
lumberjack (>= 1.0.12, < 2.0)
|
95
|
+
nenv (~> 0.1)
|
96
|
+
notiffany (~> 0.0)
|
97
|
+
pry (>= 0.9.12)
|
98
|
+
shellany (~> 0.0)
|
99
|
+
thor (>= 0.18.1)
|
100
|
+
guard-compat (1.2.1)
|
101
|
+
guard-rspec (4.7.3)
|
102
|
+
guard (~> 2.1)
|
103
|
+
guard-compat (~> 1.1)
|
104
|
+
rspec (>= 2.99.0, < 4.0)
|
105
|
+
htmlentities (4.3.4)
|
106
|
+
i18n (1.0.1)
|
107
|
+
concurrent-ruby (~> 1.0)
|
108
|
+
jquery-rails (4.3.3)
|
109
|
+
rails-dom-testing (>= 1, < 3)
|
110
|
+
railties (>= 4.2.0)
|
111
|
+
thor (>= 0.14, < 2.0)
|
112
|
+
json (2.1.0)
|
113
|
+
listen (3.1.5)
|
114
|
+
rb-fsevent (~> 0.9, >= 0.9.4)
|
115
|
+
rb-inotify (~> 0.9, >= 0.9.7)
|
116
|
+
ruby_dep (~> 1.2)
|
117
|
+
loofah (2.2.2)
|
118
|
+
crass (~> 1.0.2)
|
119
|
+
nokogiri (>= 1.5.9)
|
120
|
+
lumberjack (1.0.13)
|
121
|
+
mail (2.7.0)
|
122
|
+
mini_mime (>= 0.1.1)
|
123
|
+
method_source (0.8.2)
|
124
|
+
mini_mime (1.0.0)
|
125
|
+
mini_portile2 (2.3.0)
|
126
|
+
minitest (5.11.3)
|
127
|
+
nenv (0.3.0)
|
128
|
+
nio4r (2.3.1)
|
129
|
+
nokogiri (1.8.2)
|
130
|
+
mini_portile2 (~> 2.3.0)
|
131
|
+
notiffany (0.1.1)
|
132
|
+
nenv (~> 0.1)
|
133
|
+
shellany (~> 0.0)
|
134
|
+
pry (0.10.4)
|
135
|
+
coderay (~> 1.1.0)
|
136
|
+
method_source (~> 0.8.1)
|
137
|
+
slop (~> 3.4)
|
138
|
+
pry-nav (0.2.4)
|
139
|
+
pry (>= 0.9.10, < 0.11.0)
|
140
|
+
public_suffix (3.0.2)
|
141
|
+
rack (2.0.5)
|
142
|
+
rack-test (1.0.0)
|
143
|
+
rack (>= 1.0, < 3)
|
144
|
+
rails (5.1.6)
|
145
|
+
actioncable (= 5.1.6)
|
146
|
+
actionmailer (= 5.1.6)
|
147
|
+
actionpack (= 5.1.6)
|
148
|
+
actionview (= 5.1.6)
|
149
|
+
activejob (= 5.1.6)
|
150
|
+
activemodel (= 5.1.6)
|
151
|
+
activerecord (= 5.1.6)
|
152
|
+
activesupport (= 5.1.6)
|
153
|
+
bundler (>= 1.3.0)
|
154
|
+
railties (= 5.1.6)
|
155
|
+
sprockets-rails (>= 2.0.0)
|
156
|
+
rails-dom-testing (2.0.3)
|
157
|
+
activesupport (>= 4.2.0)
|
158
|
+
nokogiri (>= 1.6)
|
159
|
+
rails-html-sanitizer (1.0.4)
|
160
|
+
loofah (~> 2.2, >= 2.2.2)
|
161
|
+
railties (5.1.6)
|
162
|
+
actionpack (= 5.1.6)
|
163
|
+
activesupport (= 5.1.6)
|
164
|
+
method_source
|
165
|
+
rake (>= 0.8.7)
|
166
|
+
thor (>= 0.18.1, < 2.0)
|
167
|
+
rake (12.3.1)
|
168
|
+
rb-fsevent (0.10.3)
|
169
|
+
rb-inotify (0.9.10)
|
170
|
+
ffi (>= 0.5.0, < 2)
|
171
|
+
responders (2.4.0)
|
172
|
+
actionpack (>= 4.2.0, < 5.3)
|
173
|
+
railties (>= 4.2.0, < 5.3)
|
174
|
+
roo (1.13.2)
|
175
|
+
nokogiri
|
176
|
+
rubyzip
|
177
|
+
spreadsheet (> 0.6.4)
|
178
|
+
rspec (3.7.0)
|
179
|
+
rspec-core (~> 3.7.0)
|
180
|
+
rspec-expectations (~> 3.7.0)
|
181
|
+
rspec-mocks (~> 3.7.0)
|
182
|
+
rspec-core (3.7.1)
|
183
|
+
rspec-support (~> 3.7.0)
|
184
|
+
rspec-expectations (3.7.0)
|
185
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
186
|
+
rspec-support (~> 3.7.0)
|
187
|
+
rspec-mocks (3.7.0)
|
188
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
189
|
+
rspec-support (~> 3.7.0)
|
190
|
+
rspec-rails (3.7.2)
|
191
|
+
actionpack (>= 3.0)
|
192
|
+
activesupport (>= 3.0)
|
193
|
+
railties (>= 3.0)
|
194
|
+
rspec-core (~> 3.7.0)
|
195
|
+
rspec-expectations (~> 3.7.0)
|
196
|
+
rspec-mocks (~> 3.7.0)
|
197
|
+
rspec-support (~> 3.7.0)
|
198
|
+
rspec-support (3.7.1)
|
199
|
+
ruby-ole (1.2.12.1)
|
200
|
+
ruby_dep (1.5.0)
|
201
|
+
rubyzip (1.0.0)
|
202
|
+
shellany (0.0.1)
|
203
|
+
simplecov (0.14.1)
|
204
|
+
docile (~> 1.1.0)
|
205
|
+
json (>= 1.8, < 3)
|
206
|
+
simplecov-html (~> 0.10.0)
|
207
|
+
simplecov-html (0.10.2)
|
208
|
+
slop (3.6.0)
|
209
|
+
spreadsheet (1.1.7)
|
210
|
+
ruby-ole (>= 1.0)
|
211
|
+
sprockets (3.7.1)
|
212
|
+
concurrent-ruby (~> 1.0)
|
213
|
+
rack (> 1, < 3)
|
214
|
+
sprockets-rails (3.2.1)
|
215
|
+
actionpack (>= 4.0)
|
216
|
+
activesupport (>= 4.0)
|
217
|
+
sprockets (>= 3.0.0)
|
218
|
+
sqlite3 (1.3.13)
|
219
|
+
term-ansicolor (1.6.0)
|
220
|
+
tins (~> 1.0)
|
221
|
+
thin (1.7.2)
|
222
|
+
daemons (~> 1.0, >= 1.0.9)
|
223
|
+
eventmachine (~> 1.0, >= 1.0.4)
|
224
|
+
rack (>= 1, < 3)
|
225
|
+
thor (0.19.4)
|
226
|
+
thread_safe (0.3.6)
|
227
|
+
tins (1.16.3)
|
228
|
+
tzinfo (1.2.5)
|
229
|
+
thread_safe (~> 0.1)
|
230
|
+
websocket-driver (0.6.5)
|
231
|
+
websocket-extensions (>= 0.1.0)
|
232
|
+
websocket-extensions (0.1.3)
|
233
|
+
xpath (3.0.0)
|
234
|
+
nokogiri (~> 1.8)
|
235
|
+
|
236
|
+
PLATFORMS
|
237
|
+
ruby
|
238
|
+
|
239
|
+
DEPENDENCIES
|
240
|
+
acts_as_xlsx!
|
241
|
+
axlsx_rails!
|
242
|
+
bundler
|
243
|
+
capybara (~> 2.1)
|
244
|
+
coveralls
|
245
|
+
growl
|
246
|
+
guard-rspec
|
247
|
+
jquery-rails
|
248
|
+
pry
|
249
|
+
pry-nav
|
250
|
+
rails (~> 5.1.0)
|
251
|
+
rake
|
252
|
+
rb-fsevent
|
253
|
+
responders (~> 2.0)
|
254
|
+
roo
|
255
|
+
rspec-rails
|
256
|
+
rubyzip
|
257
|
+
sqlite3
|
258
|
+
thin
|
259
|
+
|
260
|
+
BUNDLED WITH
|
261
|
+
1.15.0
|