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.5.2
CHANGED
@@ -1,54 +1,67 @@
|
|
1
1
|
GIT
|
2
|
-
remote:
|
3
|
-
revision:
|
2
|
+
remote: https://github.com/caxlsx/acts_as_caxlsx.git
|
3
|
+
revision: 48e76cf6f0a7a135de59207e73c3167c4f0bd9fb
|
4
4
|
specs:
|
5
|
-
|
5
|
+
acts_as_caxlsx (1.0.6)
|
6
6
|
activerecord (>= 2.3.9)
|
7
|
-
|
7
|
+
caxlsx (>= 3.0.0)
|
8
8
|
i18n (>= 0.4.1)
|
9
9
|
|
10
10
|
PATH
|
11
11
|
remote: .
|
12
12
|
specs:
|
13
|
-
|
13
|
+
caxlsx_rails (0.6.3)
|
14
14
|
actionpack (>= 3.1)
|
15
|
-
|
15
|
+
caxlsx (>= 3.0)
|
16
16
|
|
17
17
|
GEM
|
18
18
|
remote: http://rubygems.org/
|
19
19
|
specs:
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
20
|
+
actioncable (5.2.6.3)
|
21
|
+
actionpack (= 5.2.6.3)
|
22
|
+
nio4r (~> 2.0)
|
23
|
+
websocket-driver (>= 0.6.1)
|
24
|
+
actionmailer (5.2.6.3)
|
25
|
+
actionpack (= 5.2.6.3)
|
26
|
+
actionview (= 5.2.6.3)
|
27
|
+
activejob (= 5.2.6.3)
|
28
|
+
mail (~> 2.5, >= 2.5.4)
|
29
|
+
rails-dom-testing (~> 2.0)
|
30
|
+
actionpack (5.2.6.3)
|
31
|
+
actionview (= 5.2.6.3)
|
32
|
+
activesupport (= 5.2.6.3)
|
33
|
+
rack (~> 2.0, >= 2.0.8)
|
24
34
|
rack-test (>= 0.6.3)
|
25
35
|
rails-dom-testing (~> 2.0)
|
26
36
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
27
|
-
actionview (5.2.
|
28
|
-
activesupport (= 5.2.
|
37
|
+
actionview (5.2.6.3)
|
38
|
+
activesupport (= 5.2.6.3)
|
29
39
|
builder (~> 3.1)
|
30
40
|
erubi (~> 1.4)
|
31
41
|
rails-dom-testing (~> 2.0)
|
32
42
|
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
33
|
-
|
34
|
-
activesupport (= 5.2.
|
35
|
-
|
36
|
-
|
37
|
-
activesupport (= 5.2.
|
43
|
+
activejob (5.2.6.3)
|
44
|
+
activesupport (= 5.2.6.3)
|
45
|
+
globalid (>= 0.3.6)
|
46
|
+
activemodel (5.2.6.3)
|
47
|
+
activesupport (= 5.2.6.3)
|
48
|
+
activerecord (5.2.6.3)
|
49
|
+
activemodel (= 5.2.6.3)
|
50
|
+
activesupport (= 5.2.6.3)
|
38
51
|
arel (>= 9.0)
|
39
|
-
|
52
|
+
activestorage (5.2.6.3)
|
53
|
+
actionpack (= 5.2.6.3)
|
54
|
+
activerecord (= 5.2.6.3)
|
55
|
+
marcel (~> 1.0.0)
|
56
|
+
activesupport (5.2.6.3)
|
40
57
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
41
58
|
i18n (>= 0.7, < 2)
|
42
59
|
minitest (~> 5.1)
|
43
60
|
tzinfo (~> 1.1)
|
44
|
-
addressable (2.
|
45
|
-
public_suffix (>= 2.0.2, <
|
61
|
+
addressable (2.8.0)
|
62
|
+
public_suffix (>= 2.0.2, < 5.0)
|
46
63
|
arel (9.0.0)
|
47
|
-
|
48
|
-
htmlentities (~> 4.3.1)
|
49
|
-
nokogiri (>= 1.4.1)
|
50
|
-
rubyzip (~> 1.0.0)
|
51
|
-
builder (3.2.3)
|
64
|
+
builder (3.2.4)
|
52
65
|
capybara (2.18.0)
|
53
66
|
addressable
|
54
67
|
mini_mime (>= 0.1.3)
|
@@ -56,30 +69,37 @@ GEM
|
|
56
69
|
rack (>= 1.0.0)
|
57
70
|
rack-test (>= 0.5.4)
|
58
71
|
xpath (>= 2.0, < 4.0)
|
59
|
-
|
60
|
-
|
61
|
-
|
72
|
+
caxlsx (3.2.0)
|
73
|
+
htmlentities (~> 4.3, >= 4.3.4)
|
74
|
+
marcel (~> 1.0)
|
75
|
+
nokogiri (~> 1.10, >= 1.10.4)
|
76
|
+
rubyzip (>= 1.3.0, < 3)
|
77
|
+
coderay (1.1.3)
|
78
|
+
concurrent-ruby (1.1.9)
|
79
|
+
coveralls (0.8.23)
|
62
80
|
json (>= 1.8, < 3)
|
63
|
-
simplecov (~> 0.
|
81
|
+
simplecov (~> 0.16.1)
|
64
82
|
term-ansicolor (~> 1.3)
|
65
|
-
thor (
|
83
|
+
thor (>= 0.19.4, < 2.0)
|
66
84
|
tins (~> 1.6)
|
67
|
-
crass (1.0.
|
68
|
-
daemons (1.
|
69
|
-
diff-lcs (1.
|
70
|
-
docile (1.
|
71
|
-
erubi (1.
|
85
|
+
crass (1.0.6)
|
86
|
+
daemons (1.4.1)
|
87
|
+
diff-lcs (1.5.0)
|
88
|
+
docile (1.4.0)
|
89
|
+
erubi (1.10.0)
|
72
90
|
eventmachine (1.2.7)
|
73
|
-
ffi (1.
|
74
|
-
formatador (
|
91
|
+
ffi (1.15.5)
|
92
|
+
formatador (1.1.0)
|
93
|
+
globalid (1.0.0)
|
94
|
+
activesupport (>= 5.0)
|
75
95
|
growl (1.0.3)
|
76
|
-
guard (2.
|
96
|
+
guard (2.18.0)
|
77
97
|
formatador (>= 0.2.4)
|
78
98
|
listen (>= 2.7, < 4.0)
|
79
99
|
lumberjack (>= 1.0.12, < 2.0)
|
80
100
|
nenv (~> 0.1)
|
81
101
|
notiffany (~> 0.0)
|
82
|
-
pry (>= 0.
|
102
|
+
pry (>= 0.13.0)
|
83
103
|
shellany (~> 0.0)
|
84
104
|
thor (>= 0.18.1)
|
85
105
|
guard-compat (1.2.1)
|
@@ -88,129 +108,156 @@ GEM
|
|
88
108
|
guard-compat (~> 1.1)
|
89
109
|
rspec (>= 2.99.0, < 4.0)
|
90
110
|
htmlentities (4.3.4)
|
91
|
-
i18n (1.0
|
111
|
+
i18n (1.10.0)
|
92
112
|
concurrent-ruby (~> 1.0)
|
93
|
-
jquery-rails (4.
|
113
|
+
jquery-rails (4.4.0)
|
94
114
|
rails-dom-testing (>= 1, < 3)
|
95
115
|
railties (>= 4.2.0)
|
96
116
|
thor (>= 0.14, < 2.0)
|
97
|
-
json (2.1
|
98
|
-
listen (3.1
|
99
|
-
rb-fsevent (~> 0.
|
100
|
-
rb-inotify (~> 0.9, >= 0.9.
|
101
|
-
|
102
|
-
loofah (2.2.2)
|
117
|
+
json (2.6.1)
|
118
|
+
listen (3.7.1)
|
119
|
+
rb-fsevent (~> 0.10, >= 0.10.3)
|
120
|
+
rb-inotify (~> 0.9, >= 0.9.10)
|
121
|
+
loofah (2.14.0)
|
103
122
|
crass (~> 1.0.2)
|
104
123
|
nokogiri (>= 1.5.9)
|
105
|
-
lumberjack (1.
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
124
|
+
lumberjack (1.2.8)
|
125
|
+
mail (2.7.1)
|
126
|
+
mini_mime (>= 0.1.1)
|
127
|
+
marcel (1.0.2)
|
128
|
+
method_source (1.0.0)
|
129
|
+
mini_mime (1.1.2)
|
130
|
+
minitest (5.15.0)
|
110
131
|
nenv (0.3.0)
|
111
|
-
|
112
|
-
|
113
|
-
|
132
|
+
nio4r (2.5.8)
|
133
|
+
nokogiri (1.13.3-x86_64-darwin)
|
134
|
+
racc (~> 1.4)
|
135
|
+
notiffany (0.1.3)
|
114
136
|
nenv (~> 0.1)
|
115
137
|
shellany (~> 0.0)
|
116
|
-
pry (0.
|
117
|
-
coderay (~> 1.1
|
118
|
-
method_source (~> 0
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
rack (2.
|
124
|
-
rack-test (1.
|
138
|
+
pry (0.14.1)
|
139
|
+
coderay (~> 1.1)
|
140
|
+
method_source (~> 1.0)
|
141
|
+
pry-nav (1.0.0)
|
142
|
+
pry (>= 0.9.10, < 0.15)
|
143
|
+
public_suffix (4.0.6)
|
144
|
+
racc (1.6.0)
|
145
|
+
rack (2.2.3)
|
146
|
+
rack-test (1.1.0)
|
125
147
|
rack (>= 1.0, < 3)
|
148
|
+
rails (5.2.6.3)
|
149
|
+
actioncable (= 5.2.6.3)
|
150
|
+
actionmailer (= 5.2.6.3)
|
151
|
+
actionpack (= 5.2.6.3)
|
152
|
+
actionview (= 5.2.6.3)
|
153
|
+
activejob (= 5.2.6.3)
|
154
|
+
activemodel (= 5.2.6.3)
|
155
|
+
activerecord (= 5.2.6.3)
|
156
|
+
activestorage (= 5.2.6.3)
|
157
|
+
activesupport (= 5.2.6.3)
|
158
|
+
bundler (>= 1.3.0)
|
159
|
+
railties (= 5.2.6.3)
|
160
|
+
sprockets-rails (>= 2.0.0)
|
126
161
|
rails-dom-testing (2.0.3)
|
127
162
|
activesupport (>= 4.2.0)
|
128
163
|
nokogiri (>= 1.6)
|
129
|
-
rails-html-sanitizer (1.
|
130
|
-
loofah (~> 2.
|
131
|
-
railties (5.2.
|
132
|
-
actionpack (= 5.2.
|
133
|
-
activesupport (= 5.2.
|
164
|
+
rails-html-sanitizer (1.4.2)
|
165
|
+
loofah (~> 2.3)
|
166
|
+
railties (5.2.6.3)
|
167
|
+
actionpack (= 5.2.6.3)
|
168
|
+
activesupport (= 5.2.6.3)
|
134
169
|
method_source
|
135
170
|
rake (>= 0.8.7)
|
136
|
-
thor (>= 0.
|
137
|
-
rake (
|
138
|
-
rb-fsevent (0.
|
139
|
-
rb-inotify (0.
|
140
|
-
ffi (
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
rspec-
|
149
|
-
|
150
|
-
rspec-
|
151
|
-
rspec-
|
171
|
+
thor (>= 0.19.0, < 2.0)
|
172
|
+
rake (13.0.6)
|
173
|
+
rb-fsevent (0.11.1)
|
174
|
+
rb-inotify (0.10.1)
|
175
|
+
ffi (~> 1.0)
|
176
|
+
responders (3.0.1)
|
177
|
+
actionpack (>= 5.0)
|
178
|
+
railties (>= 5.0)
|
179
|
+
roo (2.8.3)
|
180
|
+
nokogiri (~> 1)
|
181
|
+
rubyzip (>= 1.3.0, < 3.0.0)
|
182
|
+
rspec (3.11.0)
|
183
|
+
rspec-core (~> 3.11.0)
|
184
|
+
rspec-expectations (~> 3.11.0)
|
185
|
+
rspec-mocks (~> 3.11.0)
|
186
|
+
rspec-core (3.11.0)
|
187
|
+
rspec-support (~> 3.11.0)
|
188
|
+
rspec-expectations (3.11.0)
|
152
189
|
diff-lcs (>= 1.2.0, < 2.0)
|
153
|
-
rspec-support (~> 3.
|
154
|
-
rspec-mocks (3.
|
190
|
+
rspec-support (~> 3.11.0)
|
191
|
+
rspec-mocks (3.11.0)
|
155
192
|
diff-lcs (>= 1.2.0, < 2.0)
|
156
|
-
rspec-support (~> 3.
|
157
|
-
rspec-rails (
|
158
|
-
actionpack (>=
|
159
|
-
activesupport (>=
|
160
|
-
railties (>=
|
161
|
-
rspec-core (~> 3.
|
162
|
-
rspec-expectations (~> 3.
|
163
|
-
rspec-mocks (~> 3.
|
164
|
-
rspec-support (~> 3.
|
165
|
-
rspec-support (3.
|
166
|
-
|
167
|
-
ruby_dep (1.5.0)
|
168
|
-
rubyzip (1.0.0)
|
193
|
+
rspec-support (~> 3.11.0)
|
194
|
+
rspec-rails (5.1.1)
|
195
|
+
actionpack (>= 5.2)
|
196
|
+
activesupport (>= 5.2)
|
197
|
+
railties (>= 5.2)
|
198
|
+
rspec-core (~> 3.10)
|
199
|
+
rspec-expectations (~> 3.10)
|
200
|
+
rspec-mocks (~> 3.10)
|
201
|
+
rspec-support (~> 3.10)
|
202
|
+
rspec-support (3.11.0)
|
203
|
+
rubyzip (2.3.2)
|
169
204
|
shellany (0.0.1)
|
170
|
-
simplecov (0.
|
171
|
-
docile (~> 1.1
|
205
|
+
simplecov (0.16.1)
|
206
|
+
docile (~> 1.1)
|
172
207
|
json (>= 1.8, < 3)
|
173
208
|
simplecov-html (~> 0.10.0)
|
174
209
|
simplecov-html (0.10.2)
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
210
|
+
sprockets (3.7.2)
|
211
|
+
concurrent-ruby (~> 1.0)
|
212
|
+
rack (> 1, < 3)
|
213
|
+
sprockets-rails (3.4.2)
|
214
|
+
actionpack (>= 5.2)
|
215
|
+
activesupport (>= 5.2)
|
216
|
+
sprockets (>= 3.0.0)
|
217
|
+
sqlite3 (1.4.2)
|
218
|
+
sync (0.5.0)
|
219
|
+
term-ansicolor (1.7.1)
|
180
220
|
tins (~> 1.0)
|
181
|
-
thin (1.
|
221
|
+
thin (1.8.1)
|
182
222
|
daemons (~> 1.0, >= 1.0.9)
|
183
223
|
eventmachine (~> 1.0, >= 1.0.4)
|
184
224
|
rack (>= 1, < 3)
|
185
|
-
thor (
|
225
|
+
thor (1.2.1)
|
186
226
|
thread_safe (0.3.6)
|
187
|
-
tins (1.
|
188
|
-
|
227
|
+
tins (1.31.0)
|
228
|
+
sync
|
229
|
+
tzinfo (1.2.9)
|
189
230
|
thread_safe (~> 0.1)
|
190
|
-
|
231
|
+
websocket-driver (0.7.5)
|
232
|
+
websocket-extensions (>= 0.1.0)
|
233
|
+
websocket-extensions (0.1.5)
|
234
|
+
xpath (3.2.0)
|
191
235
|
nokogiri (~> 1.8)
|
192
236
|
|
193
237
|
PLATFORMS
|
194
|
-
|
238
|
+
x86_64-darwin-17
|
195
239
|
|
196
240
|
DEPENDENCIES
|
197
|
-
|
198
|
-
axlsx_rails!
|
241
|
+
acts_as_caxlsx!
|
199
242
|
bundler
|
200
243
|
capybara (~> 2.1)
|
244
|
+
caxlsx_rails!
|
201
245
|
coveralls
|
202
246
|
growl
|
203
247
|
guard-rspec
|
204
248
|
jquery-rails
|
205
249
|
pry
|
206
250
|
pry-nav
|
251
|
+
rails (~> 5.2)
|
207
252
|
rake
|
208
253
|
rb-fsevent
|
254
|
+
responders (~> 3.0)
|
209
255
|
roo
|
210
256
|
rspec-rails
|
211
257
|
rubyzip
|
258
|
+
sprockets (~> 3.0)
|
212
259
|
sqlite3
|
213
260
|
thin
|
214
261
|
|
215
262
|
BUNDLED WITH
|
216
|
-
|
263
|
+
2.2.19
|
data/Gemfile.lock.6.0
ADDED
@@ -0,0 +1,282 @@
|
|
1
|
+
GIT
|
2
|
+
remote: https://github.com/caxlsx/acts_as_caxlsx.git
|
3
|
+
revision: 48e76cf6f0a7a135de59207e73c3167c4f0bd9fb
|
4
|
+
specs:
|
5
|
+
acts_as_caxlsx (1.0.6)
|
6
|
+
activerecord (>= 2.3.9)
|
7
|
+
caxlsx (>= 3.0.0)
|
8
|
+
i18n (>= 0.4.1)
|
9
|
+
|
10
|
+
PATH
|
11
|
+
remote: .
|
12
|
+
specs:
|
13
|
+
caxlsx_rails (0.6.2)
|
14
|
+
actionpack (>= 3.1)
|
15
|
+
caxlsx (>= 3.0)
|
16
|
+
|
17
|
+
GEM
|
18
|
+
remote: http://rubygems.org/
|
19
|
+
specs:
|
20
|
+
actioncable (6.1.4.7)
|
21
|
+
actionpack (= 6.1.4.7)
|
22
|
+
activesupport (= 6.1.4.7)
|
23
|
+
nio4r (~> 2.0)
|
24
|
+
websocket-driver (>= 0.6.1)
|
25
|
+
actionmailbox (6.1.4.7)
|
26
|
+
actionpack (= 6.1.4.7)
|
27
|
+
activejob (= 6.1.4.7)
|
28
|
+
activerecord (= 6.1.4.7)
|
29
|
+
activestorage (= 6.1.4.7)
|
30
|
+
activesupport (= 6.1.4.7)
|
31
|
+
mail (>= 2.7.1)
|
32
|
+
actionmailer (6.1.4.7)
|
33
|
+
actionpack (= 6.1.4.7)
|
34
|
+
actionview (= 6.1.4.7)
|
35
|
+
activejob (= 6.1.4.7)
|
36
|
+
activesupport (= 6.1.4.7)
|
37
|
+
mail (~> 2.5, >= 2.5.4)
|
38
|
+
rails-dom-testing (~> 2.0)
|
39
|
+
actionpack (6.1.4.7)
|
40
|
+
actionview (= 6.1.4.7)
|
41
|
+
activesupport (= 6.1.4.7)
|
42
|
+
rack (~> 2.0, >= 2.0.9)
|
43
|
+
rack-test (>= 0.6.3)
|
44
|
+
rails-dom-testing (~> 2.0)
|
45
|
+
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
46
|
+
actiontext (6.1.4.7)
|
47
|
+
actionpack (= 6.1.4.7)
|
48
|
+
activerecord (= 6.1.4.7)
|
49
|
+
activestorage (= 6.1.4.7)
|
50
|
+
activesupport (= 6.1.4.7)
|
51
|
+
nokogiri (>= 1.8.5)
|
52
|
+
actionview (6.1.4.7)
|
53
|
+
activesupport (= 6.1.4.7)
|
54
|
+
builder (~> 3.1)
|
55
|
+
erubi (~> 1.4)
|
56
|
+
rails-dom-testing (~> 2.0)
|
57
|
+
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
58
|
+
activejob (6.1.4.7)
|
59
|
+
activesupport (= 6.1.4.7)
|
60
|
+
globalid (>= 0.3.6)
|
61
|
+
activemodel (6.1.4.7)
|
62
|
+
activesupport (= 6.1.4.7)
|
63
|
+
activerecord (6.1.4.7)
|
64
|
+
activemodel (= 6.1.4.7)
|
65
|
+
activesupport (= 6.1.4.7)
|
66
|
+
activestorage (6.1.4.7)
|
67
|
+
actionpack (= 6.1.4.7)
|
68
|
+
activejob (= 6.1.4.7)
|
69
|
+
activerecord (= 6.1.4.7)
|
70
|
+
activesupport (= 6.1.4.7)
|
71
|
+
marcel (~> 1.0.0)
|
72
|
+
mini_mime (>= 1.1.0)
|
73
|
+
activesupport (6.1.4.7)
|
74
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
75
|
+
i18n (>= 1.6, < 2)
|
76
|
+
minitest (>= 5.1)
|
77
|
+
tzinfo (~> 2.0)
|
78
|
+
zeitwerk (~> 2.3)
|
79
|
+
addressable (2.8.0)
|
80
|
+
public_suffix (>= 2.0.2, < 5.0)
|
81
|
+
builder (3.2.4)
|
82
|
+
capybara (2.18.0)
|
83
|
+
addressable
|
84
|
+
mini_mime (>= 0.1.3)
|
85
|
+
nokogiri (>= 1.3.3)
|
86
|
+
rack (>= 1.0.0)
|
87
|
+
rack-test (>= 0.5.4)
|
88
|
+
xpath (>= 2.0, < 4.0)
|
89
|
+
caxlsx (3.2.0)
|
90
|
+
htmlentities (~> 4.3, >= 4.3.4)
|
91
|
+
marcel (~> 1.0)
|
92
|
+
nokogiri (~> 1.10, >= 1.10.4)
|
93
|
+
rubyzip (>= 1.3.0, < 3)
|
94
|
+
coderay (1.1.3)
|
95
|
+
concurrent-ruby (1.1.9)
|
96
|
+
coveralls (0.8.23)
|
97
|
+
json (>= 1.8, < 3)
|
98
|
+
simplecov (~> 0.16.1)
|
99
|
+
term-ansicolor (~> 1.3)
|
100
|
+
thor (>= 0.19.4, < 2.0)
|
101
|
+
tins (~> 1.6)
|
102
|
+
crass (1.0.6)
|
103
|
+
daemons (1.4.1)
|
104
|
+
diff-lcs (1.5.0)
|
105
|
+
docile (1.4.0)
|
106
|
+
erubi (1.10.0)
|
107
|
+
eventmachine (1.2.7)
|
108
|
+
ffi (1.15.5)
|
109
|
+
formatador (1.1.0)
|
110
|
+
globalid (1.0.0)
|
111
|
+
activesupport (>= 5.0)
|
112
|
+
growl (1.0.3)
|
113
|
+
guard (2.18.0)
|
114
|
+
formatador (>= 0.2.4)
|
115
|
+
listen (>= 2.7, < 4.0)
|
116
|
+
lumberjack (>= 1.0.12, < 2.0)
|
117
|
+
nenv (~> 0.1)
|
118
|
+
notiffany (~> 0.0)
|
119
|
+
pry (>= 0.13.0)
|
120
|
+
shellany (~> 0.0)
|
121
|
+
thor (>= 0.18.1)
|
122
|
+
guard-compat (1.2.1)
|
123
|
+
guard-rspec (4.7.3)
|
124
|
+
guard (~> 2.1)
|
125
|
+
guard-compat (~> 1.1)
|
126
|
+
rspec (>= 2.99.0, < 4.0)
|
127
|
+
htmlentities (4.3.4)
|
128
|
+
i18n (1.10.0)
|
129
|
+
concurrent-ruby (~> 1.0)
|
130
|
+
jquery-rails (4.4.0)
|
131
|
+
rails-dom-testing (>= 1, < 3)
|
132
|
+
railties (>= 4.2.0)
|
133
|
+
thor (>= 0.14, < 2.0)
|
134
|
+
json (2.6.1)
|
135
|
+
listen (3.7.1)
|
136
|
+
rb-fsevent (~> 0.10, >= 0.10.3)
|
137
|
+
rb-inotify (~> 0.9, >= 0.9.10)
|
138
|
+
loofah (2.14.0)
|
139
|
+
crass (~> 1.0.2)
|
140
|
+
nokogiri (>= 1.5.9)
|
141
|
+
lumberjack (1.2.8)
|
142
|
+
mail (2.7.1)
|
143
|
+
mini_mime (>= 0.1.1)
|
144
|
+
marcel (1.0.2)
|
145
|
+
method_source (1.0.0)
|
146
|
+
mini_mime (1.1.2)
|
147
|
+
minitest (5.15.0)
|
148
|
+
nenv (0.3.0)
|
149
|
+
nio4r (2.5.8)
|
150
|
+
nokogiri (1.13.3-x86_64-darwin)
|
151
|
+
racc (~> 1.4)
|
152
|
+
notiffany (0.1.3)
|
153
|
+
nenv (~> 0.1)
|
154
|
+
shellany (~> 0.0)
|
155
|
+
pry (0.14.1)
|
156
|
+
coderay (~> 1.1)
|
157
|
+
method_source (~> 1.0)
|
158
|
+
pry-nav (1.0.0)
|
159
|
+
pry (>= 0.9.10, < 0.15)
|
160
|
+
public_suffix (4.0.6)
|
161
|
+
racc (1.6.0)
|
162
|
+
rack (2.2.3)
|
163
|
+
rack-test (1.1.0)
|
164
|
+
rack (>= 1.0, < 3)
|
165
|
+
rails (6.1.4.7)
|
166
|
+
actioncable (= 6.1.4.7)
|
167
|
+
actionmailbox (= 6.1.4.7)
|
168
|
+
actionmailer (= 6.1.4.7)
|
169
|
+
actionpack (= 6.1.4.7)
|
170
|
+
actiontext (= 6.1.4.7)
|
171
|
+
actionview (= 6.1.4.7)
|
172
|
+
activejob (= 6.1.4.7)
|
173
|
+
activemodel (= 6.1.4.7)
|
174
|
+
activerecord (= 6.1.4.7)
|
175
|
+
activestorage (= 6.1.4.7)
|
176
|
+
activesupport (= 6.1.4.7)
|
177
|
+
bundler (>= 1.15.0)
|
178
|
+
railties (= 6.1.4.7)
|
179
|
+
sprockets-rails (>= 2.0.0)
|
180
|
+
rails-dom-testing (2.0.3)
|
181
|
+
activesupport (>= 4.2.0)
|
182
|
+
nokogiri (>= 1.6)
|
183
|
+
rails-html-sanitizer (1.4.2)
|
184
|
+
loofah (~> 2.3)
|
185
|
+
railties (6.1.4.7)
|
186
|
+
actionpack (= 6.1.4.7)
|
187
|
+
activesupport (= 6.1.4.7)
|
188
|
+
method_source
|
189
|
+
rake (>= 0.13)
|
190
|
+
thor (~> 1.0)
|
191
|
+
rake (13.0.6)
|
192
|
+
rb-fsevent (0.11.1)
|
193
|
+
rb-inotify (0.10.1)
|
194
|
+
ffi (~> 1.0)
|
195
|
+
responders (3.0.1)
|
196
|
+
actionpack (>= 5.0)
|
197
|
+
railties (>= 5.0)
|
198
|
+
roo (2.8.3)
|
199
|
+
nokogiri (~> 1)
|
200
|
+
rubyzip (>= 1.3.0, < 3.0.0)
|
201
|
+
rspec (3.11.0)
|
202
|
+
rspec-core (~> 3.11.0)
|
203
|
+
rspec-expectations (~> 3.11.0)
|
204
|
+
rspec-mocks (~> 3.11.0)
|
205
|
+
rspec-core (3.11.0)
|
206
|
+
rspec-support (~> 3.11.0)
|
207
|
+
rspec-expectations (3.11.0)
|
208
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
209
|
+
rspec-support (~> 3.11.0)
|
210
|
+
rspec-mocks (3.11.0)
|
211
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
212
|
+
rspec-support (~> 3.11.0)
|
213
|
+
rspec-rails (5.1.1)
|
214
|
+
actionpack (>= 5.2)
|
215
|
+
activesupport (>= 5.2)
|
216
|
+
railties (>= 5.2)
|
217
|
+
rspec-core (~> 3.10)
|
218
|
+
rspec-expectations (~> 3.10)
|
219
|
+
rspec-mocks (~> 3.10)
|
220
|
+
rspec-support (~> 3.10)
|
221
|
+
rspec-support (3.11.0)
|
222
|
+
rubyzip (2.3.2)
|
223
|
+
shellany (0.0.1)
|
224
|
+
simplecov (0.16.1)
|
225
|
+
docile (~> 1.1)
|
226
|
+
json (>= 1.8, < 3)
|
227
|
+
simplecov-html (~> 0.10.0)
|
228
|
+
simplecov-html (0.10.2)
|
229
|
+
sprockets (3.7.2)
|
230
|
+
concurrent-ruby (~> 1.0)
|
231
|
+
rack (> 1, < 3)
|
232
|
+
sprockets-rails (3.4.2)
|
233
|
+
actionpack (>= 5.2)
|
234
|
+
activesupport (>= 5.2)
|
235
|
+
sprockets (>= 3.0.0)
|
236
|
+
sqlite3 (1.4.2)
|
237
|
+
sync (0.5.0)
|
238
|
+
term-ansicolor (1.7.1)
|
239
|
+
tins (~> 1.0)
|
240
|
+
thin (1.8.1)
|
241
|
+
daemons (~> 1.0, >= 1.0.9)
|
242
|
+
eventmachine (~> 1.0, >= 1.0.4)
|
243
|
+
rack (>= 1, < 3)
|
244
|
+
thor (1.2.1)
|
245
|
+
tins (1.31.0)
|
246
|
+
sync
|
247
|
+
tzinfo (2.0.4)
|
248
|
+
concurrent-ruby (~> 1.0)
|
249
|
+
websocket-driver (0.7.5)
|
250
|
+
websocket-extensions (>= 0.1.0)
|
251
|
+
websocket-extensions (0.1.5)
|
252
|
+
xpath (3.2.0)
|
253
|
+
nokogiri (~> 1.8)
|
254
|
+
zeitwerk (2.5.4)
|
255
|
+
|
256
|
+
PLATFORMS
|
257
|
+
x86_64-darwin-17
|
258
|
+
|
259
|
+
DEPENDENCIES
|
260
|
+
acts_as_caxlsx!
|
261
|
+
bundler
|
262
|
+
capybara (~> 2.1)
|
263
|
+
caxlsx_rails!
|
264
|
+
coveralls
|
265
|
+
growl
|
266
|
+
guard-rspec
|
267
|
+
jquery-rails
|
268
|
+
pry
|
269
|
+
pry-nav
|
270
|
+
rails (~> 6)
|
271
|
+
rake
|
272
|
+
rb-fsevent
|
273
|
+
responders (~> 3.0)
|
274
|
+
roo
|
275
|
+
rspec-rails
|
276
|
+
rubyzip
|
277
|
+
sprockets (~> 3.0)
|
278
|
+
sqlite3
|
279
|
+
thin
|
280
|
+
|
281
|
+
BUNDLED WITH
|
282
|
+
2.2.19
|