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