axlsx_rails 0.5.0 → 0.5.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +75 -76
- data/Gemfile.lock.4.0 +66 -64
- data/README.md +55 -31
- data/lib/axlsx_rails/template_handler.rb +9 -9
- data/lib/axlsx_rails/version.rb +1 -1
- data/spec/axlsx_mailer_spec.rb +1 -1
- data/spec/dummy_4/db/test.sqlite3 +0 -0
- data/spec/dummy_4/log/test.log +618 -15613
- metadata +3 -11
- data/Gemfile.lock.4.1 +0 -226
- data/Gemfile.lock.4.2 +0 -254
- data/Gemfile.lock.5.0 +0 -259
- data/axlsx_rails.gemspec +0 -36
- data/spec/dummy/log/test.log +0 -0
- data/spec/dummy_5/log/test.log +0 -5738
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: axlsx_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Noel Peden
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-03-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: actionpack
|
@@ -249,14 +249,10 @@ files:
|
|
249
249
|
- Gemfile
|
250
250
|
- Gemfile.lock
|
251
251
|
- Gemfile.lock.4.0
|
252
|
-
- Gemfile.lock.4.1
|
253
|
-
- Gemfile.lock.4.2
|
254
|
-
- Gemfile.lock.5.0
|
255
252
|
- Guardfile
|
256
253
|
- MIT-LICENSE
|
257
254
|
- README.md
|
258
255
|
- Rakefile
|
259
|
-
- axlsx_rails.gemspec
|
260
256
|
- lib/axlsx_rails.rb
|
261
257
|
- lib/axlsx_rails/action_controller.rb
|
262
258
|
- lib/axlsx_rails/template_handler.rb
|
@@ -310,7 +306,6 @@ files:
|
|
310
306
|
- spec/dummy/db/migrate/20120717192452_create_users.rb
|
311
307
|
- spec/dummy/db/migrate/20121206210955_create_likes.rb
|
312
308
|
- spec/dummy/db/schema.rb
|
313
|
-
- spec/dummy/log/test.log
|
314
309
|
- spec/dummy/public/404.html
|
315
310
|
- spec/dummy/public/422.html
|
316
311
|
- spec/dummy/public/500.html
|
@@ -427,7 +422,6 @@ files:
|
|
427
422
|
- spec/dummy_5/db/migrate/20121206210955_create_likes.rb
|
428
423
|
- spec/dummy_5/db/schema.rb
|
429
424
|
- spec/dummy_5/db/test.sqlite3
|
430
|
-
- spec/dummy_5/log/test.log
|
431
425
|
- spec/dummy_5/public/404.html
|
432
426
|
- spec/dummy_5/public/422.html
|
433
427
|
- spec/dummy_5/public/500.html
|
@@ -460,7 +454,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
460
454
|
version: '0'
|
461
455
|
requirements: []
|
462
456
|
rubyforge_project:
|
463
|
-
rubygems_version: 2.
|
457
|
+
rubygems_version: 2.6.11
|
464
458
|
signing_key:
|
465
459
|
specification_version: 4
|
466
460
|
summary: A simple rails plugin to provide an xlsx renderer using the axlsx gem.
|
@@ -512,7 +506,6 @@ test_files:
|
|
512
506
|
- spec/dummy/db/migrate/20120717192452_create_users.rb
|
513
507
|
- spec/dummy/db/migrate/20121206210955_create_likes.rb
|
514
508
|
- spec/dummy/db/schema.rb
|
515
|
-
- spec/dummy/log/test.log
|
516
509
|
- spec/dummy/public/404.html
|
517
510
|
- spec/dummy/public/422.html
|
518
511
|
- spec/dummy/public/500.html
|
@@ -629,7 +622,6 @@ test_files:
|
|
629
622
|
- spec/dummy_5/db/migrate/20121206210955_create_likes.rb
|
630
623
|
- spec/dummy_5/db/schema.rb
|
631
624
|
- spec/dummy_5/db/test.sqlite3
|
632
|
-
- spec/dummy_5/log/test.log
|
633
625
|
- spec/dummy_5/public/404.html
|
634
626
|
- spec/dummy_5/public/422.html
|
635
627
|
- spec/dummy_5/public/500.html
|
data/Gemfile.lock.4.1
DELETED
@@ -1,226 +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.4.0)
|
14
|
-
actionpack (>= 3.1)
|
15
|
-
axlsx (>= 2.0.1)
|
16
|
-
|
17
|
-
GEM
|
18
|
-
remote: http://rubygems.org/
|
19
|
-
specs:
|
20
|
-
actionmailer (4.1.15)
|
21
|
-
actionpack (= 4.1.15)
|
22
|
-
actionview (= 4.1.15)
|
23
|
-
mail (~> 2.5, >= 2.5.4)
|
24
|
-
actionpack (4.1.15)
|
25
|
-
actionview (= 4.1.15)
|
26
|
-
activesupport (= 4.1.15)
|
27
|
-
rack (~> 1.5.2)
|
28
|
-
rack-test (~> 0.6.2)
|
29
|
-
actionview (4.1.15)
|
30
|
-
activesupport (= 4.1.15)
|
31
|
-
builder (~> 3.1)
|
32
|
-
erubis (~> 2.7.0)
|
33
|
-
activemodel (4.1.15)
|
34
|
-
activesupport (= 4.1.15)
|
35
|
-
builder (~> 3.1)
|
36
|
-
activerecord (4.1.15)
|
37
|
-
activemodel (= 4.1.15)
|
38
|
-
activesupport (= 4.1.15)
|
39
|
-
arel (~> 5.0.0)
|
40
|
-
activesupport (4.1.15)
|
41
|
-
i18n (~> 0.6, >= 0.6.9)
|
42
|
-
json (~> 1.7, >= 1.7.7)
|
43
|
-
minitest (~> 5.1)
|
44
|
-
thread_safe (~> 0.1)
|
45
|
-
tzinfo (~> 1.1)
|
46
|
-
addressable (2.4.0)
|
47
|
-
arel (5.0.1.20140414130214)
|
48
|
-
axlsx (2.0.1)
|
49
|
-
htmlentities (~> 4.3.1)
|
50
|
-
nokogiri (>= 1.4.1)
|
51
|
-
rubyzip (~> 1.0.0)
|
52
|
-
builder (3.2.2)
|
53
|
-
capybara (2.7.1)
|
54
|
-
addressable
|
55
|
-
mime-types (>= 1.16)
|
56
|
-
nokogiri (>= 1.3.3)
|
57
|
-
rack (>= 1.0.0)
|
58
|
-
rack-test (>= 0.5.4)
|
59
|
-
xpath (~> 2.0)
|
60
|
-
coderay (1.1.1)
|
61
|
-
concurrent-ruby (1.0.2)
|
62
|
-
coveralls (0.8.13)
|
63
|
-
json (~> 1.8)
|
64
|
-
simplecov (~> 0.11.0)
|
65
|
-
term-ansicolor (~> 1.3)
|
66
|
-
thor (~> 0.19.1)
|
67
|
-
tins (~> 1.6.0)
|
68
|
-
daemons (1.2.3)
|
69
|
-
diff-lcs (1.2.5)
|
70
|
-
docile (1.1.5)
|
71
|
-
erubis (2.7.0)
|
72
|
-
eventmachine (1.2.0.1)
|
73
|
-
ffi (1.9.10)
|
74
|
-
formatador (0.2.5)
|
75
|
-
growl (1.0.3)
|
76
|
-
guard (2.13.0)
|
77
|
-
formatador (>= 0.2.4)
|
78
|
-
listen (>= 2.7, <= 4.0)
|
79
|
-
lumberjack (~> 1.0)
|
80
|
-
nenv (~> 0.1)
|
81
|
-
notiffany (~> 0.0)
|
82
|
-
pry (>= 0.9.12)
|
83
|
-
shellany (~> 0.0)
|
84
|
-
thor (>= 0.18.1)
|
85
|
-
guard-compat (1.2.1)
|
86
|
-
guard-rspec (4.6.5)
|
87
|
-
guard (~> 2.1)
|
88
|
-
guard-compat (~> 1.1)
|
89
|
-
rspec (>= 2.99.0, < 4.0)
|
90
|
-
htmlentities (4.3.4)
|
91
|
-
i18n (0.7.0)
|
92
|
-
jquery-rails (3.1.4)
|
93
|
-
railties (>= 3.0, < 5.0)
|
94
|
-
thor (>= 0.14, < 2.0)
|
95
|
-
json (1.8.3)
|
96
|
-
listen (3.1.4)
|
97
|
-
rb-fsevent (~> 0.9, >= 0.9.4)
|
98
|
-
rb-inotify (~> 0.9, >= 0.9.7)
|
99
|
-
ruby_dep (~> 1.2)
|
100
|
-
lumberjack (1.0.10)
|
101
|
-
mail (2.6.4)
|
102
|
-
mime-types (>= 1.16, < 4)
|
103
|
-
method_source (0.8.2)
|
104
|
-
mime-types (3.0)
|
105
|
-
mime-types-data (~> 3.2015)
|
106
|
-
mime-types-data (3.2016.0221)
|
107
|
-
mini_portile2 (2.0.0)
|
108
|
-
minitest (5.8.4)
|
109
|
-
nenv (0.3.0)
|
110
|
-
nokogiri (1.6.7.2)
|
111
|
-
mini_portile2 (~> 2.0.0.rc2)
|
112
|
-
notiffany (0.0.8)
|
113
|
-
nenv (~> 0.1)
|
114
|
-
shellany (~> 0.0)
|
115
|
-
pry (0.10.3)
|
116
|
-
coderay (~> 1.1.0)
|
117
|
-
method_source (~> 0.8.1)
|
118
|
-
slop (~> 3.4)
|
119
|
-
pry-nav (0.2.4)
|
120
|
-
pry (>= 0.9.10, < 0.11.0)
|
121
|
-
rack (1.5.5)
|
122
|
-
rack-test (0.6.3)
|
123
|
-
rack (>= 1.0)
|
124
|
-
rails (4.1.15)
|
125
|
-
actionmailer (= 4.1.15)
|
126
|
-
actionpack (= 4.1.15)
|
127
|
-
actionview (= 4.1.15)
|
128
|
-
activemodel (= 4.1.15)
|
129
|
-
activerecord (= 4.1.15)
|
130
|
-
activesupport (= 4.1.15)
|
131
|
-
bundler (>= 1.3.0, < 2.0)
|
132
|
-
railties (= 4.1.15)
|
133
|
-
sprockets-rails (~> 2.0)
|
134
|
-
railties (4.1.15)
|
135
|
-
actionpack (= 4.1.15)
|
136
|
-
activesupport (= 4.1.15)
|
137
|
-
rake (>= 0.8.7)
|
138
|
-
thor (>= 0.18.1, < 2.0)
|
139
|
-
rake (11.1.2)
|
140
|
-
rb-fsevent (0.9.7)
|
141
|
-
rb-inotify (0.9.7)
|
142
|
-
ffi (>= 0.5.0)
|
143
|
-
roo (1.13.2)
|
144
|
-
nokogiri
|
145
|
-
rubyzip
|
146
|
-
spreadsheet (> 0.6.4)
|
147
|
-
rspec (3.4.0)
|
148
|
-
rspec-core (~> 3.4.0)
|
149
|
-
rspec-expectations (~> 3.4.0)
|
150
|
-
rspec-mocks (~> 3.4.0)
|
151
|
-
rspec-core (3.4.4)
|
152
|
-
rspec-support (~> 3.4.0)
|
153
|
-
rspec-expectations (3.4.0)
|
154
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
155
|
-
rspec-support (~> 3.4.0)
|
156
|
-
rspec-mocks (3.4.1)
|
157
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
158
|
-
rspec-support (~> 3.4.0)
|
159
|
-
rspec-rails (3.4.2)
|
160
|
-
actionpack (>= 3.0, < 4.3)
|
161
|
-
activesupport (>= 3.0, < 4.3)
|
162
|
-
railties (>= 3.0, < 4.3)
|
163
|
-
rspec-core (~> 3.4.0)
|
164
|
-
rspec-expectations (~> 3.4.0)
|
165
|
-
rspec-mocks (~> 3.4.0)
|
166
|
-
rspec-support (~> 3.4.0)
|
167
|
-
rspec-support (3.4.1)
|
168
|
-
ruby-ole (1.2.12)
|
169
|
-
ruby_dep (1.3.1)
|
170
|
-
rubyzip (1.0.0)
|
171
|
-
shellany (0.0.1)
|
172
|
-
simplecov (0.11.2)
|
173
|
-
docile (~> 1.1.0)
|
174
|
-
json (~> 1.8)
|
175
|
-
simplecov-html (~> 0.10.0)
|
176
|
-
simplecov-html (0.10.0)
|
177
|
-
slop (3.6.0)
|
178
|
-
spreadsheet (1.1.2)
|
179
|
-
ruby-ole (>= 1.0)
|
180
|
-
sprockets (3.6.0)
|
181
|
-
concurrent-ruby (~> 1.0)
|
182
|
-
rack (> 1, < 3)
|
183
|
-
sprockets-rails (2.3.3)
|
184
|
-
actionpack (>= 3.0)
|
185
|
-
activesupport (>= 3.0)
|
186
|
-
sprockets (>= 2.8, < 4.0)
|
187
|
-
sqlite3 (1.3.11)
|
188
|
-
term-ansicolor (1.3.2)
|
189
|
-
tins (~> 1.0)
|
190
|
-
thin (1.6.4)
|
191
|
-
daemons (~> 1.0, >= 1.0.9)
|
192
|
-
eventmachine (~> 1.0, >= 1.0.4)
|
193
|
-
rack (~> 1.0)
|
194
|
-
thor (0.19.1)
|
195
|
-
thread_safe (0.3.5)
|
196
|
-
tins (1.6.0)
|
197
|
-
tzinfo (1.2.2)
|
198
|
-
thread_safe (~> 0.1)
|
199
|
-
xpath (2.0.0)
|
200
|
-
nokogiri (~> 1.3)
|
201
|
-
|
202
|
-
PLATFORMS
|
203
|
-
ruby
|
204
|
-
|
205
|
-
DEPENDENCIES
|
206
|
-
acts_as_xlsx!
|
207
|
-
axlsx_rails!
|
208
|
-
bundler
|
209
|
-
capybara (~> 2.1)
|
210
|
-
coveralls
|
211
|
-
growl
|
212
|
-
guard-rspec
|
213
|
-
jquery-rails
|
214
|
-
pry
|
215
|
-
pry-nav
|
216
|
-
rails (~> 4.1.0)
|
217
|
-
rake
|
218
|
-
rb-fsevent
|
219
|
-
roo
|
220
|
-
rspec-rails
|
221
|
-
rubyzip
|
222
|
-
sqlite3
|
223
|
-
thin
|
224
|
-
|
225
|
-
BUNDLED WITH
|
226
|
-
1.10.6
|
data/Gemfile.lock.4.2
DELETED
@@ -1,254 +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.4.0)
|
14
|
-
actionpack (>= 3.1)
|
15
|
-
axlsx (>= 2.0.1)
|
16
|
-
|
17
|
-
GEM
|
18
|
-
remote: http://rubygems.org/
|
19
|
-
specs:
|
20
|
-
actionmailer (4.2.7)
|
21
|
-
actionpack (= 4.2.7)
|
22
|
-
actionview (= 4.2.7)
|
23
|
-
activejob (= 4.2.7)
|
24
|
-
mail (~> 2.5, >= 2.5.4)
|
25
|
-
rails-dom-testing (~> 1.0, >= 1.0.5)
|
26
|
-
actionpack (4.2.7)
|
27
|
-
actionview (= 4.2.7)
|
28
|
-
activesupport (= 4.2.7)
|
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.7)
|
34
|
-
activesupport (= 4.2.7)
|
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.2)
|
39
|
-
activejob (4.2.7)
|
40
|
-
activesupport (= 4.2.7)
|
41
|
-
globalid (>= 0.3.0)
|
42
|
-
activemodel (4.2.7)
|
43
|
-
activesupport (= 4.2.7)
|
44
|
-
builder (~> 3.1)
|
45
|
-
activerecord (4.2.7)
|
46
|
-
activemodel (= 4.2.7)
|
47
|
-
activesupport (= 4.2.7)
|
48
|
-
arel (~> 6.0)
|
49
|
-
activesupport (4.2.7)
|
50
|
-
i18n (~> 0.7)
|
51
|
-
json (~> 1.7, >= 1.7.7)
|
52
|
-
minitest (~> 5.1)
|
53
|
-
thread_safe (~> 0.3, >= 0.3.4)
|
54
|
-
tzinfo (~> 1.1)
|
55
|
-
addressable (2.4.0)
|
56
|
-
arel (6.0.3)
|
57
|
-
axlsx (2.0.1)
|
58
|
-
htmlentities (~> 4.3.1)
|
59
|
-
nokogiri (>= 1.4.1)
|
60
|
-
rubyzip (~> 1.0.0)
|
61
|
-
builder (3.2.2)
|
62
|
-
capybara (2.7.1)
|
63
|
-
addressable
|
64
|
-
mime-types (>= 1.16)
|
65
|
-
nokogiri (>= 1.3.3)
|
66
|
-
rack (>= 1.0.0)
|
67
|
-
rack-test (>= 0.5.4)
|
68
|
-
xpath (~> 2.0)
|
69
|
-
coderay (1.1.1)
|
70
|
-
concurrent-ruby (1.0.2)
|
71
|
-
coveralls (0.8.14)
|
72
|
-
json (>= 1.8, < 3)
|
73
|
-
simplecov (~> 0.12.0)
|
74
|
-
term-ansicolor (~> 1.3)
|
75
|
-
thor (~> 0.19.1)
|
76
|
-
tins (~> 1.6.0)
|
77
|
-
daemons (1.2.3)
|
78
|
-
diff-lcs (1.2.5)
|
79
|
-
docile (1.1.5)
|
80
|
-
erubis (2.7.0)
|
81
|
-
eventmachine (1.2.0.1)
|
82
|
-
ffi (1.9.14)
|
83
|
-
formatador (0.2.5)
|
84
|
-
globalid (0.3.6)
|
85
|
-
activesupport (>= 4.1.0)
|
86
|
-
growl (1.0.3)
|
87
|
-
guard (2.14.0)
|
88
|
-
formatador (>= 0.2.4)
|
89
|
-
listen (>= 2.7, < 4.0)
|
90
|
-
lumberjack (~> 1.0)
|
91
|
-
nenv (~> 0.1)
|
92
|
-
notiffany (~> 0.0)
|
93
|
-
pry (>= 0.9.12)
|
94
|
-
shellany (~> 0.0)
|
95
|
-
thor (>= 0.18.1)
|
96
|
-
guard-compat (1.2.1)
|
97
|
-
guard-rspec (4.7.2)
|
98
|
-
guard (~> 2.1)
|
99
|
-
guard-compat (~> 1.1)
|
100
|
-
rspec (>= 2.99.0, < 4.0)
|
101
|
-
htmlentities (4.3.4)
|
102
|
-
i18n (0.7.0)
|
103
|
-
jquery-rails (4.1.1)
|
104
|
-
rails-dom-testing (>= 1, < 3)
|
105
|
-
railties (>= 4.2.0)
|
106
|
-
thor (>= 0.14, < 2.0)
|
107
|
-
json (1.8.3)
|
108
|
-
listen (3.1.5)
|
109
|
-
rb-fsevent (~> 0.9, >= 0.9.4)
|
110
|
-
rb-inotify (~> 0.9, >= 0.9.7)
|
111
|
-
ruby_dep (~> 1.2)
|
112
|
-
loofah (2.0.3)
|
113
|
-
nokogiri (>= 1.5.9)
|
114
|
-
lumberjack (1.0.10)
|
115
|
-
mail (2.6.4)
|
116
|
-
mime-types (>= 1.16, < 4)
|
117
|
-
method_source (0.8.2)
|
118
|
-
mime-types (3.1)
|
119
|
-
mime-types-data (~> 3.2015)
|
120
|
-
mime-types-data (3.2016.0521)
|
121
|
-
mini_portile2 (2.1.0)
|
122
|
-
minitest (5.9.0)
|
123
|
-
nenv (0.3.0)
|
124
|
-
nokogiri (1.6.8)
|
125
|
-
mini_portile2 (~> 2.1.0)
|
126
|
-
pkg-config (~> 1.1.7)
|
127
|
-
notiffany (0.1.0)
|
128
|
-
nenv (~> 0.1)
|
129
|
-
shellany (~> 0.0)
|
130
|
-
pkg-config (1.1.7)
|
131
|
-
pry (0.10.4)
|
132
|
-
coderay (~> 1.1.0)
|
133
|
-
method_source (~> 0.8.1)
|
134
|
-
slop (~> 3.4)
|
135
|
-
pry-nav (0.2.4)
|
136
|
-
pry (>= 0.9.10, < 0.11.0)
|
137
|
-
rack (1.6.4)
|
138
|
-
rack-test (0.6.3)
|
139
|
-
rack (>= 1.0)
|
140
|
-
rails (4.2.7)
|
141
|
-
actionmailer (= 4.2.7)
|
142
|
-
actionpack (= 4.2.7)
|
143
|
-
actionview (= 4.2.7)
|
144
|
-
activejob (= 4.2.7)
|
145
|
-
activemodel (= 4.2.7)
|
146
|
-
activerecord (= 4.2.7)
|
147
|
-
activesupport (= 4.2.7)
|
148
|
-
bundler (>= 1.3.0, < 2.0)
|
149
|
-
railties (= 4.2.7)
|
150
|
-
sprockets-rails
|
151
|
-
rails-deprecated_sanitizer (1.0.3)
|
152
|
-
activesupport (>= 4.2.0.alpha)
|
153
|
-
rails-dom-testing (1.0.7)
|
154
|
-
activesupport (>= 4.2.0.beta, < 5.0)
|
155
|
-
nokogiri (~> 1.6.0)
|
156
|
-
rails-deprecated_sanitizer (>= 1.0.1)
|
157
|
-
rails-html-sanitizer (1.0.3)
|
158
|
-
loofah (~> 2.0)
|
159
|
-
railties (4.2.7)
|
160
|
-
actionpack (= 4.2.7)
|
161
|
-
activesupport (= 4.2.7)
|
162
|
-
rake (>= 0.8.7)
|
163
|
-
thor (>= 0.18.1, < 2.0)
|
164
|
-
rake (11.2.2)
|
165
|
-
rb-fsevent (0.9.7)
|
166
|
-
rb-inotify (0.9.7)
|
167
|
-
ffi (>= 0.5.0)
|
168
|
-
responders (2.2.0)
|
169
|
-
railties (>= 4.2.0, < 5.1)
|
170
|
-
roo (1.13.2)
|
171
|
-
nokogiri
|
172
|
-
rubyzip
|
173
|
-
spreadsheet (> 0.6.4)
|
174
|
-
rspec (3.5.0)
|
175
|
-
rspec-core (~> 3.5.0)
|
176
|
-
rspec-expectations (~> 3.5.0)
|
177
|
-
rspec-mocks (~> 3.5.0)
|
178
|
-
rspec-core (3.5.1)
|
179
|
-
rspec-support (~> 3.5.0)
|
180
|
-
rspec-expectations (3.5.0)
|
181
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
182
|
-
rspec-support (~> 3.5.0)
|
183
|
-
rspec-mocks (3.5.0)
|
184
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
185
|
-
rspec-support (~> 3.5.0)
|
186
|
-
rspec-rails (3.5.1)
|
187
|
-
actionpack (>= 3.0)
|
188
|
-
activesupport (>= 3.0)
|
189
|
-
railties (>= 3.0)
|
190
|
-
rspec-core (~> 3.5.0)
|
191
|
-
rspec-expectations (~> 3.5.0)
|
192
|
-
rspec-mocks (~> 3.5.0)
|
193
|
-
rspec-support (~> 3.5.0)
|
194
|
-
rspec-support (3.5.0)
|
195
|
-
ruby-ole (1.2.12)
|
196
|
-
ruby_dep (1.3.1)
|
197
|
-
rubyzip (1.0.0)
|
198
|
-
shellany (0.0.1)
|
199
|
-
simplecov (0.12.0)
|
200
|
-
docile (~> 1.1.0)
|
201
|
-
json (>= 1.8, < 3)
|
202
|
-
simplecov-html (~> 0.10.0)
|
203
|
-
simplecov-html (0.10.0)
|
204
|
-
slop (3.6.0)
|
205
|
-
spreadsheet (1.1.2)
|
206
|
-
ruby-ole (>= 1.0)
|
207
|
-
sprockets (3.7.0)
|
208
|
-
concurrent-ruby (~> 1.0)
|
209
|
-
rack (> 1, < 3)
|
210
|
-
sprockets-rails (3.1.1)
|
211
|
-
actionpack (>= 4.0)
|
212
|
-
activesupport (>= 4.0)
|
213
|
-
sprockets (>= 3.0.0)
|
214
|
-
sqlite3 (1.3.11)
|
215
|
-
term-ansicolor (1.3.2)
|
216
|
-
tins (~> 1.0)
|
217
|
-
thin (1.7.0)
|
218
|
-
daemons (~> 1.0, >= 1.0.9)
|
219
|
-
eventmachine (~> 1.0, >= 1.0.4)
|
220
|
-
rack (>= 1, < 3)
|
221
|
-
thor (0.19.1)
|
222
|
-
thread_safe (0.3.5)
|
223
|
-
tins (1.6.0)
|
224
|
-
tzinfo (1.2.2)
|
225
|
-
thread_safe (~> 0.1)
|
226
|
-
xpath (2.0.0)
|
227
|
-
nokogiri (~> 1.3)
|
228
|
-
|
229
|
-
PLATFORMS
|
230
|
-
ruby
|
231
|
-
|
232
|
-
DEPENDENCIES
|
233
|
-
acts_as_xlsx!
|
234
|
-
axlsx_rails!
|
235
|
-
bundler
|
236
|
-
capybara (~> 2.1)
|
237
|
-
coveralls
|
238
|
-
growl
|
239
|
-
guard-rspec
|
240
|
-
jquery-rails
|
241
|
-
pry
|
242
|
-
pry-nav
|
243
|
-
rails (~> 4.2.0)
|
244
|
-
rake
|
245
|
-
rb-fsevent
|
246
|
-
responders (~> 2.0)
|
247
|
-
roo
|
248
|
-
rspec-rails
|
249
|
-
rubyzip
|
250
|
-
sqlite3
|
251
|
-
thin
|
252
|
-
|
253
|
-
BUNDLED WITH
|
254
|
-
1.10.6
|