axlsx_rails 0.6.0 → 0.6.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 36a88e385c9700b1d8287fdff9f792675d76da65011f767b102266fb888e9195
4
- data.tar.gz: 5cb7eb762e8798c6528d03d94b562f223f1fdb1ac8dd8e09ef61a572d189b4aa
3
+ metadata.gz: 54e9623734d1e613c038bc832a2e41c75b6d15fea6a30506bafe2c6b052c1a7a
4
+ data.tar.gz: cd479fd7cc90384878f279a19cea8d4c723bd51527800eb7ac22c211f9155b40
5
5
  SHA512:
6
- metadata.gz: d9301dccbdb778420d0db84483480e020b6642d611ee669639bd79a2ed1ae92308b46a55eb7d4786a7fedc321290c24c9bc315284130f706ba25f23e37c15109
7
- data.tar.gz: f7529239f930f6e2113a299bf1b03b7b0711b95bbd6d611b9d14afd95b15ad5743686bf053f95906b1163382383a3c735ca5436e613b0162d5cae9fa79d0e36e
6
+ metadata.gz: fd7379831d7450137ff245453088405b7729bd2151ee5d2d0ae9c29dda881767a40fe35493a677e32b63d5605f314afbbf837e6011103ae1fd6d873cbc014a7d
7
+ data.tar.gz: a6302b4d3522e899450b863a9fdcadfda3801c7e0c763aa8f7765bfff563838f067fc3688ccb5cfd28b6db27b4d17acd7a9a3a71ffc5102bbadc0322f7ed90d0
data/Gemfile CHANGED
@@ -11,18 +11,23 @@ case ENV['RAILS_VERSION']
11
11
  when '6.0'
12
12
  gem 'rails', "~> 6"
13
13
  gem 'responders', '~> 3.0'
14
+ gem 'sqlite3'
14
15
  when '5.2'
15
16
  gem 'rails', "~> 5.2"
16
17
  gem 'responders', '~> 3.0'
18
+ gem 'sqlite3'
17
19
  when '5.1'
18
20
  gem 'rails', "~> 5.1"
19
21
  gem 'responders', '~> 3.0'
22
+ gem 'sqlite3'
20
23
  when '5.0'
21
24
  gem 'rails', "~> 5.0"
22
25
  gem 'responders', '~> 2.0'
26
+ gem 'sqlite3'
23
27
  when '4.2'
24
28
  gem 'rails', "~> 4.2"
25
29
  gem 'responders', '~> 2.0'
30
+ gem 'sqlite3', '1.3.13'
26
31
  # when '4.1'
27
32
  # gem 'rails', "~> 4.1.0"
28
33
  # when '4.0'
@@ -31,16 +36,18 @@ when '4.2'
31
36
  # gem 'rails', "~> #{ENV['RAILS_VERSION']}.0"
32
37
  end
33
38
 
39
+ # the dummy apps are set up for sprockets 3
40
+ gem 'sprockets', '~> 3.0'
41
+
34
42
  # jquery-rails is used by the dummy application
35
43
  gem "jquery-rails"
36
44
  gem "thin"
37
- gem "sqlite3", '~> 1.4', :platform => [:ruby, :mswin, :mingw]
38
45
 
39
46
  # Declare any dependencies that are still in development here instead of in
40
47
  # your gemspec. These might include edge Rails or gems from your path or
41
48
  # Git. Remember to move these dependencies to your gemspec before releasing
42
49
  # your gem to rubygems.org.
43
50
  gem 'capybara', '~> 2.1'
44
- gem 'acts_as_xlsx', git: 'https://github.com/straydogstudio/acts_as_xlsx.git'
51
+ gem 'acts_as_caxlsx', git: 'https://github.com/caxlsx/acts_as_caxlsx.git'
45
52
  # To use debugger
46
53
  # gem 'pry-debugger'
@@ -1,71 +1,80 @@
1
1
  GIT
2
- remote: https://github.com/straydogstudio/acts_as_xlsx.git
3
- revision: 94fc6aa730bb8f252e75c9debdcf64903d33fede
2
+ remote: https://github.com/caxlsx/acts_as_caxlsx.git
3
+ revision: 2a3498941d4a5fa735dbb8dfdb97c7bf16feaaf6
4
4
  specs:
5
- acts_as_xlsx (1.0.6)
5
+ acts_as_caxlsx (1.0.6)
6
6
  activerecord (>= 2.3.9)
7
- axlsx (>= 1.0.13)
7
+ caxlsx (>= 3.0.0)
8
8
  i18n (>= 0.4.1)
9
9
 
10
10
  PATH
11
11
  remote: .
12
12
  specs:
13
- axlsx_rails (0.6.0)
13
+ axlsx_rails (0.6.1)
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
- actioncable (5.2.3)
21
- actionpack (= 5.2.3)
20
+ actioncable (6.0.2.1)
21
+ actionpack (= 6.0.2.1)
22
22
  nio4r (~> 2.0)
23
23
  websocket-driver (>= 0.6.1)
24
- actionmailer (5.2.3)
25
- actionpack (= 5.2.3)
26
- actionview (= 5.2.3)
27
- activejob (= 5.2.3)
24
+ actionmailbox (6.0.2.1)
25
+ actionpack (= 6.0.2.1)
26
+ activejob (= 6.0.2.1)
27
+ activerecord (= 6.0.2.1)
28
+ activestorage (= 6.0.2.1)
29
+ activesupport (= 6.0.2.1)
30
+ mail (>= 2.7.1)
31
+ actionmailer (6.0.2.1)
32
+ actionpack (= 6.0.2.1)
33
+ actionview (= 6.0.2.1)
34
+ activejob (= 6.0.2.1)
28
35
  mail (~> 2.5, >= 2.5.4)
29
36
  rails-dom-testing (~> 2.0)
30
- actionpack (5.2.3)
31
- actionview (= 5.2.3)
32
- activesupport (= 5.2.3)
33
- rack (~> 2.0)
37
+ actionpack (6.0.2.1)
38
+ actionview (= 6.0.2.1)
39
+ activesupport (= 6.0.2.1)
40
+ rack (~> 2.0, >= 2.0.8)
34
41
  rack-test (>= 0.6.3)
35
42
  rails-dom-testing (~> 2.0)
36
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
37
- actionview (5.2.3)
38
- activesupport (= 5.2.3)
43
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
44
+ actiontext (6.0.2.1)
45
+ actionpack (= 6.0.2.1)
46
+ activerecord (= 6.0.2.1)
47
+ activestorage (= 6.0.2.1)
48
+ activesupport (= 6.0.2.1)
49
+ nokogiri (>= 1.8.5)
50
+ actionview (6.0.2.1)
51
+ activesupport (= 6.0.2.1)
39
52
  builder (~> 3.1)
40
53
  erubi (~> 1.4)
41
54
  rails-dom-testing (~> 2.0)
42
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
43
- activejob (5.2.3)
44
- activesupport (= 5.2.3)
55
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
56
+ activejob (6.0.2.1)
57
+ activesupport (= 6.0.2.1)
45
58
  globalid (>= 0.3.6)
46
- activemodel (5.2.3)
47
- activesupport (= 5.2.3)
48
- activerecord (5.2.3)
49
- activemodel (= 5.2.3)
50
- activesupport (= 5.2.3)
51
- arel (>= 9.0)
52
- activestorage (5.2.3)
53
- actionpack (= 5.2.3)
54
- activerecord (= 5.2.3)
59
+ activemodel (6.0.2.1)
60
+ activesupport (= 6.0.2.1)
61
+ activerecord (6.0.2.1)
62
+ activemodel (= 6.0.2.1)
63
+ activesupport (= 6.0.2.1)
64
+ activestorage (6.0.2.1)
65
+ actionpack (= 6.0.2.1)
66
+ activejob (= 6.0.2.1)
67
+ activerecord (= 6.0.2.1)
55
68
  marcel (~> 0.3.1)
56
- activesupport (5.2.3)
69
+ activesupport (6.0.2.1)
57
70
  concurrent-ruby (~> 1.0, >= 1.0.2)
58
71
  i18n (>= 0.7, < 2)
59
72
  minitest (~> 5.1)
60
73
  tzinfo (~> 1.1)
74
+ zeitwerk (~> 2.2)
61
75
  addressable (2.7.0)
62
76
  public_suffix (>= 2.0.2, < 5.0)
63
- arel (9.0.0)
64
- axlsx (1.3.6)
65
- htmlentities (~> 4.3.1)
66
- nokogiri (>= 1.4.1)
67
- rubyzip (>= 0.9.5)
68
- builder (3.2.3)
77
+ builder (3.2.4)
69
78
  capybara (2.18.0)
70
79
  addressable
71
80
  mini_mime (>= 0.1.3)
@@ -73,11 +82,11 @@ GEM
73
82
  rack (>= 1.0.0)
74
83
  rack-test (>= 0.5.4)
75
84
  xpath (>= 2.0, < 4.0)
76
- caxlsx (3.0.0)
85
+ caxlsx (3.0.1)
77
86
  htmlentities (~> 4.3, >= 4.3.4)
78
87
  mimemagic (~> 0.3)
79
- nokogiri (~> 1.8, >= 1.8.2)
80
- rubyzip (~> 1.2, >= 1.2.1)
88
+ nokogiri (~> 1.10, >= 1.10.4)
89
+ rubyzip (>= 1.3.0, < 3)
81
90
  coderay (1.1.2)
82
91
  concurrent-ruby (1.1.5)
83
92
  coveralls (0.8.23)
@@ -86,18 +95,18 @@ GEM
86
95
  term-ansicolor (~> 1.3)
87
96
  thor (>= 0.19.4, < 2.0)
88
97
  tins (~> 1.6)
89
- crass (1.0.4)
98
+ crass (1.0.5)
90
99
  daemons (1.3.1)
91
100
  diff-lcs (1.3)
92
101
  docile (1.3.2)
93
- erubi (1.8.0)
102
+ erubi (1.9.0)
94
103
  eventmachine (1.2.7)
95
- ffi (1.11.1)
104
+ ffi (1.11.3)
96
105
  formatador (0.2.5)
97
106
  globalid (0.4.2)
98
107
  activesupport (>= 4.2.0)
99
108
  growl (1.0.3)
100
- guard (2.15.1)
109
+ guard (2.16.1)
101
110
  formatador (>= 0.2.4)
102
111
  listen (>= 2.7, < 4.0)
103
112
  lumberjack (>= 1.0.12, < 2.0)
@@ -112,18 +121,17 @@ GEM
112
121
  guard-compat (~> 1.1)
113
122
  rspec (>= 2.99.0, < 4.0)
114
123
  htmlentities (4.3.4)
115
- i18n (1.6.0)
124
+ i18n (1.7.0)
116
125
  concurrent-ruby (~> 1.0)
117
126
  jquery-rails (4.3.5)
118
127
  rails-dom-testing (>= 1, < 3)
119
128
  railties (>= 4.2.0)
120
129
  thor (>= 0.14, < 2.0)
121
- json (2.2.0)
122
- listen (3.1.5)
123
- rb-fsevent (~> 0.9, >= 0.9.4)
124
- rb-inotify (~> 0.9, >= 0.9.7)
125
- ruby_dep (~> 1.2)
126
- loofah (2.2.3)
130
+ json (2.3.0)
131
+ listen (3.2.1)
132
+ rb-fsevent (~> 0.10, >= 0.10.3)
133
+ rb-inotify (~> 0.9, >= 0.9.10)
134
+ loofah (2.4.0)
127
135
  crass (~> 1.0.2)
128
136
  nokogiri (>= 1.5.9)
129
137
  lumberjack (1.0.13)
@@ -135,10 +143,10 @@ GEM
135
143
  mimemagic (0.3.3)
136
144
  mini_mime (1.0.2)
137
145
  mini_portile2 (2.4.0)
138
- minitest (5.11.3)
146
+ minitest (5.13.0)
139
147
  nenv (0.3.0)
140
- nio4r (2.5.1)
141
- nokogiri (1.10.4)
148
+ nio4r (2.5.2)
149
+ nokogiri (1.10.7)
142
150
  mini_portile2 (~> 2.4.0)
143
151
  notiffany (0.1.3)
144
152
  nenv (~> 0.1)
@@ -149,34 +157,36 @@ GEM
149
157
  pry-nav (0.3.0)
150
158
  pry (>= 0.9.10, < 0.13.0)
151
159
  public_suffix (4.0.1)
152
- rack (2.0.7)
160
+ rack (2.0.8)
153
161
  rack-test (1.1.0)
154
162
  rack (>= 1.0, < 3)
155
- rails (5.2.3)
156
- actioncable (= 5.2.3)
157
- actionmailer (= 5.2.3)
158
- actionpack (= 5.2.3)
159
- actionview (= 5.2.3)
160
- activejob (= 5.2.3)
161
- activemodel (= 5.2.3)
162
- activerecord (= 5.2.3)
163
- activestorage (= 5.2.3)
164
- activesupport (= 5.2.3)
163
+ rails (6.0.2.1)
164
+ actioncable (= 6.0.2.1)
165
+ actionmailbox (= 6.0.2.1)
166
+ actionmailer (= 6.0.2.1)
167
+ actionpack (= 6.0.2.1)
168
+ actiontext (= 6.0.2.1)
169
+ actionview (= 6.0.2.1)
170
+ activejob (= 6.0.2.1)
171
+ activemodel (= 6.0.2.1)
172
+ activerecord (= 6.0.2.1)
173
+ activestorage (= 6.0.2.1)
174
+ activesupport (= 6.0.2.1)
165
175
  bundler (>= 1.3.0)
166
- railties (= 5.2.3)
176
+ railties (= 6.0.2.1)
167
177
  sprockets-rails (>= 2.0.0)
168
178
  rails-dom-testing (2.0.3)
169
179
  activesupport (>= 4.2.0)
170
180
  nokogiri (>= 1.6)
171
- rails-html-sanitizer (1.2.0)
172
- loofah (~> 2.2, >= 2.2.2)
173
- railties (5.2.3)
174
- actionpack (= 5.2.3)
175
- activesupport (= 5.2.3)
181
+ rails-html-sanitizer (1.3.0)
182
+ loofah (~> 2.3)
183
+ railties (6.0.2.1)
184
+ actionpack (= 6.0.2.1)
185
+ activesupport (= 6.0.2.1)
176
186
  method_source
177
187
  rake (>= 0.8.7)
178
- thor (>= 0.19.0, < 2.0)
179
- rake (12.3.3)
188
+ thor (>= 0.20.3, < 2.0)
189
+ rake (13.0.1)
180
190
  rb-fsevent (0.10.3)
181
191
  rb-inotify (0.10.0)
182
192
  ffi (~> 1.0)
@@ -186,29 +196,28 @@ GEM
186
196
  roo (2.8.2)
187
197
  nokogiri (~> 1)
188
198
  rubyzip (>= 1.2.1, < 2.0.0)
189
- rspec (3.8.0)
190
- rspec-core (~> 3.8.0)
191
- rspec-expectations (~> 3.8.0)
192
- rspec-mocks (~> 3.8.0)
193
- rspec-core (3.8.2)
194
- rspec-support (~> 3.8.0)
195
- rspec-expectations (3.8.4)
199
+ rspec (3.9.0)
200
+ rspec-core (~> 3.9.0)
201
+ rspec-expectations (~> 3.9.0)
202
+ rspec-mocks (~> 3.9.0)
203
+ rspec-core (3.9.0)
204
+ rspec-support (~> 3.9.0)
205
+ rspec-expectations (3.9.0)
196
206
  diff-lcs (>= 1.2.0, < 2.0)
197
- rspec-support (~> 3.8.0)
198
- rspec-mocks (3.8.1)
207
+ rspec-support (~> 3.9.0)
208
+ rspec-mocks (3.9.0)
199
209
  diff-lcs (>= 1.2.0, < 2.0)
200
- rspec-support (~> 3.8.0)
201
- rspec-rails (3.8.2)
210
+ rspec-support (~> 3.9.0)
211
+ rspec-rails (3.9.0)
202
212
  actionpack (>= 3.0)
203
213
  activesupport (>= 3.0)
204
214
  railties (>= 3.0)
205
- rspec-core (~> 3.8.0)
206
- rspec-expectations (~> 3.8.0)
207
- rspec-mocks (~> 3.8.0)
208
- rspec-support (~> 3.8.0)
209
- rspec-support (3.8.2)
210
- ruby_dep (1.5.0)
211
- rubyzip (1.2.4)
215
+ rspec-core (~> 3.9.0)
216
+ rspec-expectations (~> 3.9.0)
217
+ rspec-mocks (~> 3.9.0)
218
+ rspec-support (~> 3.9.0)
219
+ rspec-support (3.9.0)
220
+ rubyzip (1.3.0)
212
221
  shellany (0.0.1)
213
222
  simplecov (0.16.1)
214
223
  docile (~> 1.1)
@@ -222,16 +231,16 @@ GEM
222
231
  actionpack (>= 4.0)
223
232
  activesupport (>= 4.0)
224
233
  sprockets (>= 3.0.0)
225
- sqlite3 (1.4.1)
234
+ sqlite3 (1.4.2)
226
235
  term-ansicolor (1.7.1)
227
236
  tins (~> 1.0)
228
237
  thin (1.7.2)
229
238
  daemons (~> 1.0, >= 1.0.9)
230
239
  eventmachine (~> 1.0, >= 1.0.4)
231
240
  rack (>= 1, < 3)
232
- thor (0.20.3)
241
+ thor (1.0.1)
233
242
  thread_safe (0.3.6)
234
- tins (1.21.1)
243
+ tins (1.22.2)
235
244
  tzinfo (1.2.5)
236
245
  thread_safe (~> 0.1)
237
246
  websocket-driver (0.7.1)
@@ -239,12 +248,13 @@ GEM
239
248
  websocket-extensions (0.1.4)
240
249
  xpath (3.2.0)
241
250
  nokogiri (~> 1.8)
251
+ zeitwerk (2.2.2)
242
252
 
243
253
  PLATFORMS
244
254
  ruby
245
255
 
246
256
  DEPENDENCIES
247
- acts_as_xlsx!
257
+ acts_as_caxlsx!
248
258
  axlsx_rails!
249
259
  bundler
250
260
  capybara (~> 2.1)
@@ -254,15 +264,16 @@ DEPENDENCIES
254
264
  jquery-rails
255
265
  pry
256
266
  pry-nav
257
- rails (~> 5.2)
267
+ rails (~> 6)
258
268
  rake
259
269
  rb-fsevent
260
270
  responders (~> 3.0)
261
271
  roo
262
272
  rspec-rails
263
273
  rubyzip
264
- sqlite3 (~> 1.4)
274
+ sprockets (~> 3.0)
275
+ sqlite3
265
276
  thin
266
277
 
267
278
  BUNDLED WITH
268
- 2.0.2
279
+ 1.17.3
@@ -0,0 +1,255 @@
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