axlsx_rails 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/CHANGELOG.md +38 -13
- data/Gemfile +6 -6
- data/Gemfile.lock +121 -125
- data/Gemfile.lock.3.1 +112 -116
- data/Gemfile.lock.3.2 +119 -123
- data/Gemfile.lock.3.2.14 +206 -0
- data/Gemfile.lock.4.0 +205 -0
- data/Gemfile.lock.orig +85 -84
- data/Guardfile +1 -0
- data/README.md +81 -16
- data/lib/axlsx_rails/action_controller.rb +5 -1
- data/lib/axlsx_rails/version.rb +1 -1
- data/spec/axlsx_builder_spec.rb +2 -2
- data/spec/axlsx_mailer_spec.rb +15 -0
- data/spec/axlsx_request_spec.rb +33 -9
- data/spec/ci.sh +1 -1
- data/spec/dummy/app/controllers/home_controller.rb +5 -2
- data/spec/dummy/app/controllers/users_controller.rb +15 -0
- data/spec/dummy/app/mailers/notifier.rb +26 -0
- data/spec/dummy/app/models/user.rb +4 -0
- data/spec/dummy/app/views/notifier/instructions.html.erb +14 -0
- data/spec/dummy/app/views/users/mailers/instructions.xlsx.axlsx +5 -0
- data/spec/dummy/app/views/users/respond_with.xlsx.axlsx +8 -0
- data/spec/dummy/config/environments/development.rb +2 -0
- data/spec/dummy/config/environments/production.rb +2 -0
- data/spec/dummy/config/environments/test.rb +4 -1
- data/spec/dummy/config/initializers/secret_token.rb +1 -0
- data/spec/dummy/config/routes.rb +2 -1
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/development.log +49 -0
- data/spec/dummy/log/test.log +26205 -0
- data/spec/spec_helper.rb +4 -1
- data/spec/test_3.1.sh +1 -1
- data/spec/test_3.2.sh +1 -1
- data/spec/test_4.0.sh +1 -1
- metadata +73 -63
data/Gemfile.lock.3.2
CHANGED
@@ -1,194 +1,187 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
axlsx_rails (0.1.
|
4
|
+
axlsx_rails (0.1.5)
|
5
5
|
axlsx
|
6
6
|
rails (>= 3.1)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: http://rubygems.org/
|
10
10
|
specs:
|
11
|
-
actionmailer (3.2.
|
12
|
-
actionpack (= 3.2.
|
13
|
-
mail (~> 2.
|
14
|
-
actionpack (3.2.
|
15
|
-
activemodel (= 3.2.
|
16
|
-
activesupport (= 3.2.
|
11
|
+
actionmailer (3.2.15.rc3)
|
12
|
+
actionpack (= 3.2.15.rc3)
|
13
|
+
mail (~> 2.5.4)
|
14
|
+
actionpack (3.2.15.rc3)
|
15
|
+
activemodel (= 3.2.15.rc3)
|
16
|
+
activesupport (= 3.2.15.rc3)
|
17
17
|
builder (~> 3.0.0)
|
18
18
|
erubis (~> 2.7.0)
|
19
19
|
journey (~> 1.0.4)
|
20
|
-
rack (~> 1.4.
|
20
|
+
rack (~> 1.4.5)
|
21
21
|
rack-cache (~> 1.2)
|
22
22
|
rack-test (~> 0.6.1)
|
23
23
|
sprockets (~> 2.2.1)
|
24
|
-
activemodel (3.2.
|
25
|
-
activesupport (= 3.2.
|
24
|
+
activemodel (3.2.15.rc3)
|
25
|
+
activesupport (= 3.2.15.rc3)
|
26
26
|
builder (~> 3.0.0)
|
27
|
-
activerecord (3.2.
|
28
|
-
activemodel (= 3.2.
|
29
|
-
activesupport (= 3.2.
|
27
|
+
activerecord (3.2.15.rc3)
|
28
|
+
activemodel (= 3.2.15.rc3)
|
29
|
+
activesupport (= 3.2.15.rc3)
|
30
30
|
arel (~> 3.0.2)
|
31
31
|
tzinfo (~> 0.3.29)
|
32
|
-
activeresource (3.2.
|
33
|
-
activemodel (= 3.2.
|
34
|
-
activesupport (= 3.2.
|
35
|
-
activesupport (3.2.
|
36
|
-
i18n (~> 0.6)
|
32
|
+
activeresource (3.2.15.rc3)
|
33
|
+
activemodel (= 3.2.15.rc3)
|
34
|
+
activesupport (= 3.2.15.rc3)
|
35
|
+
activesupport (3.2.15.rc3)
|
36
|
+
i18n (~> 0.6, >= 0.6.4)
|
37
37
|
multi_json (~> 1.0)
|
38
38
|
acts_as_xlsx (1.0.6)
|
39
39
|
activerecord (>= 2.3.9)
|
40
40
|
axlsx (>= 1.0.13)
|
41
41
|
i18n (>= 0.4.1)
|
42
|
-
addressable (2.3.2)
|
43
42
|
arel (3.0.2)
|
44
|
-
axlsx (
|
43
|
+
axlsx (2.0.1)
|
45
44
|
htmlentities (~> 4.3.1)
|
46
45
|
nokogiri (>= 1.4.1)
|
47
|
-
rubyzip (
|
46
|
+
rubyzip (~> 1.0.0)
|
48
47
|
builder (3.0.4)
|
49
|
-
capybara (2.0
|
48
|
+
capybara (2.1.0)
|
50
49
|
mime-types (>= 1.16)
|
51
50
|
nokogiri (>= 1.3.3)
|
52
51
|
rack (>= 1.0.0)
|
53
52
|
rack-test (>= 0.5.4)
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
53
|
+
xpath (~> 2.0)
|
54
|
+
celluloid (0.15.2)
|
55
|
+
timers (~> 1.1.0)
|
56
|
+
coderay (1.0.9)
|
57
|
+
coveralls (0.7.0)
|
58
|
+
multi_json (~> 1.3)
|
59
|
+
rest-client
|
60
|
+
simplecov (>= 0.7)
|
61
|
+
term-ansicolor
|
62
|
+
thor
|
63
|
+
daemons (1.1.9)
|
64
|
+
diff-lcs (1.2.4)
|
61
65
|
erubis (2.7.0)
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
google-spreadsheet-ruby (0.3.0)
|
66
|
-
google_drive (>= 0.3.0)
|
67
|
-
google_drive (0.3.2)
|
68
|
-
nokogiri (>= 1.4.4, != 1.5.2, != 1.5.1)
|
69
|
-
oauth (>= 0.3.6)
|
70
|
-
oauth2 (>= 0.5.0)
|
66
|
+
eventmachine (1.0.3)
|
67
|
+
ffi (1.9.0)
|
68
|
+
formatador (0.2.4)
|
71
69
|
growl (1.0.3)
|
72
|
-
guard (
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
70
|
+
guard (2.0.5)
|
71
|
+
formatador (>= 0.2.4)
|
72
|
+
listen (~> 2.0)
|
73
|
+
lumberjack (~> 1.0)
|
74
|
+
pry (>= 0.9.12)
|
75
|
+
thor (>= 0.18.1)
|
76
|
+
guard-rspec (4.0.0)
|
77
|
+
guard (~> 2.0)
|
78
|
+
rspec (~> 2.14)
|
79
|
+
hike (1.2.3)
|
81
80
|
htmlentities (4.3.1)
|
82
|
-
|
83
|
-
i18n (0.6.1)
|
81
|
+
i18n (0.6.5)
|
84
82
|
journey (1.0.4)
|
85
|
-
jquery-rails (
|
83
|
+
jquery-rails (3.0.4)
|
86
84
|
railties (>= 3.0, < 5.0)
|
87
85
|
thor (>= 0.14, < 2.0)
|
88
|
-
json (1.
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
log4r (1.1.10)
|
96
|
-
lumberjack (1.0.2)
|
97
|
-
mail (2.4.4)
|
98
|
-
i18n (>= 0.4.0)
|
86
|
+
json (1.8.0)
|
87
|
+
listen (2.0.4)
|
88
|
+
celluloid (>= 0.15.2)
|
89
|
+
rb-fsevent (>= 0.9.3)
|
90
|
+
rb-inotify (>= 0.9)
|
91
|
+
lumberjack (1.0.4)
|
92
|
+
mail (2.5.4)
|
99
93
|
mime-types (~> 1.16)
|
100
94
|
treetop (~> 1.4.8)
|
101
|
-
method_source (0.8.
|
102
|
-
mime-types (1.
|
103
|
-
|
104
|
-
|
105
|
-
nokogiri (1.
|
106
|
-
|
107
|
-
oauth2 (0.8.0)
|
108
|
-
faraday (~> 0.8)
|
109
|
-
httpauth (~> 0.1)
|
110
|
-
jwt (~> 0.1.4)
|
111
|
-
multi_json (~> 1.0)
|
112
|
-
rack (~> 1.2)
|
95
|
+
method_source (0.8.2)
|
96
|
+
mime-types (1.25)
|
97
|
+
mini_portile (0.5.1)
|
98
|
+
multi_json (1.8.1)
|
99
|
+
nokogiri (1.6.0)
|
100
|
+
mini_portile (~> 0.5.0)
|
113
101
|
polyglot (0.3.3)
|
114
|
-
pry (0.9.
|
102
|
+
pry (0.9.12.2)
|
115
103
|
coderay (~> 1.0.5)
|
116
104
|
method_source (~> 0.8)
|
117
105
|
slop (~> 3.4)
|
118
|
-
rack (1.4.
|
106
|
+
rack (1.4.5)
|
119
107
|
rack-cache (1.2)
|
120
108
|
rack (>= 0.4)
|
121
|
-
rack-ssl (1.3.
|
109
|
+
rack-ssl (1.3.3)
|
122
110
|
rack
|
123
111
|
rack-test (0.6.2)
|
124
112
|
rack (>= 1.0)
|
125
|
-
rails (3.2.
|
126
|
-
actionmailer (= 3.2.
|
127
|
-
actionpack (= 3.2.
|
128
|
-
activerecord (= 3.2.
|
129
|
-
activeresource (= 3.2.
|
130
|
-
activesupport (= 3.2.
|
113
|
+
rails (3.2.15.rc3)
|
114
|
+
actionmailer (= 3.2.15.rc3)
|
115
|
+
actionpack (= 3.2.15.rc3)
|
116
|
+
activerecord (= 3.2.15.rc3)
|
117
|
+
activeresource (= 3.2.15.rc3)
|
118
|
+
activesupport (= 3.2.15.rc3)
|
131
119
|
bundler (~> 1.0)
|
132
|
-
railties (= 3.2.
|
133
|
-
railties (3.2.
|
134
|
-
actionpack (= 3.2.
|
135
|
-
activesupport (= 3.2.
|
120
|
+
railties (= 3.2.15.rc3)
|
121
|
+
railties (3.2.15.rc3)
|
122
|
+
actionpack (= 3.2.15.rc3)
|
123
|
+
activesupport (= 3.2.15.rc3)
|
136
124
|
rack-ssl (~> 1.3.2)
|
137
125
|
rake (>= 0.8.7)
|
138
126
|
rdoc (~> 3.4)
|
139
127
|
thor (>= 0.14.6, < 2.0)
|
140
|
-
rake (10.0
|
128
|
+
rake (10.1.0)
|
141
129
|
rb-fsevent (0.9.3)
|
142
|
-
|
130
|
+
rb-inotify (0.9.2)
|
131
|
+
ffi (>= 0.5.0)
|
132
|
+
rdoc (3.12.2)
|
143
133
|
json (~> 1.4)
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
nokogiri
|
148
|
-
rubyzip
|
134
|
+
rest-client (1.6.7)
|
135
|
+
mime-types (>= 1.16)
|
136
|
+
roo (1.12.2)
|
137
|
+
nokogiri
|
138
|
+
rubyzip
|
149
139
|
spreadsheet (> 0.6.4)
|
150
|
-
|
151
|
-
|
152
|
-
rspec-
|
153
|
-
rspec-
|
154
|
-
|
155
|
-
rspec-
|
156
|
-
|
157
|
-
|
158
|
-
rspec-
|
159
|
-
rspec-rails (2.12.2)
|
140
|
+
rspec (2.14.1)
|
141
|
+
rspec-core (~> 2.14.0)
|
142
|
+
rspec-expectations (~> 2.14.0)
|
143
|
+
rspec-mocks (~> 2.14.0)
|
144
|
+
rspec-core (2.14.5)
|
145
|
+
rspec-expectations (2.14.3)
|
146
|
+
diff-lcs (>= 1.1.3, < 2.0)
|
147
|
+
rspec-mocks (2.14.3)
|
148
|
+
rspec-rails (2.14.0)
|
160
149
|
actionpack (>= 3.0)
|
161
150
|
activesupport (>= 3.0)
|
162
151
|
railties (>= 3.0)
|
163
|
-
rspec-core (~> 2.
|
164
|
-
rspec-expectations (~> 2.
|
165
|
-
rspec-mocks (~> 2.
|
166
|
-
ruby-ole (1.2.11.
|
167
|
-
rubyzip (0.
|
168
|
-
|
169
|
-
childprocess (>= 0.2.5)
|
170
|
-
libwebsocket (~> 0.1.3)
|
152
|
+
rspec-core (~> 2.14.0)
|
153
|
+
rspec-expectations (~> 2.14.0)
|
154
|
+
rspec-mocks (~> 2.14.0)
|
155
|
+
ruby-ole (1.2.11.7)
|
156
|
+
rubyzip (1.0.0)
|
157
|
+
simplecov (0.7.1)
|
171
158
|
multi_json (~> 1.0)
|
172
|
-
|
173
|
-
|
174
|
-
|
159
|
+
simplecov-html (~> 0.7.1)
|
160
|
+
simplecov-html (0.7.1)
|
161
|
+
slop (3.4.6)
|
162
|
+
spreadsheet (0.9.0)
|
175
163
|
ruby-ole (>= 1.0)
|
176
164
|
sprockets (2.2.2)
|
177
165
|
hike (~> 1.2)
|
178
166
|
multi_json (~> 1.0)
|
179
167
|
rack (~> 1.0)
|
180
168
|
tilt (~> 1.1, != 1.3.0)
|
181
|
-
sqlite3 (1.3.
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
169
|
+
sqlite3 (1.3.8)
|
170
|
+
term-ansicolor (1.2.2)
|
171
|
+
tins (~> 0.8)
|
172
|
+
thin (1.5.1)
|
173
|
+
daemons (>= 1.0.9)
|
174
|
+
eventmachine (>= 0.12.6)
|
175
|
+
rack (>= 1.0.0)
|
176
|
+
thor (0.18.1)
|
177
|
+
tilt (1.4.1)
|
178
|
+
timers (1.1.0)
|
179
|
+
tins (0.12.0)
|
180
|
+
treetop (1.4.15)
|
187
181
|
polyglot
|
188
182
|
polyglot (>= 0.3.1)
|
189
|
-
tzinfo (0.3.
|
190
|
-
|
191
|
-
xpath (1.0.0)
|
183
|
+
tzinfo (0.3.38)
|
184
|
+
xpath (2.0.0)
|
192
185
|
nokogiri (~> 1.3)
|
193
186
|
|
194
187
|
PLATFORMS
|
@@ -199,6 +192,7 @@ DEPENDENCIES
|
|
199
192
|
axlsx_rails!
|
200
193
|
bundler
|
201
194
|
capybara
|
195
|
+
coveralls
|
202
196
|
growl
|
203
197
|
guard-rspec
|
204
198
|
jquery-rails
|
@@ -207,4 +201,6 @@ DEPENDENCIES
|
|
207
201
|
rb-fsevent
|
208
202
|
roo
|
209
203
|
rspec-rails
|
204
|
+
rubyzip
|
210
205
|
sqlite3
|
206
|
+
thin
|
data/Gemfile.lock.3.2.14
ADDED
@@ -0,0 +1,206 @@
|
|
1
|
+
PATH
|
2
|
+
remote: .
|
3
|
+
specs:
|
4
|
+
axlsx_rails (0.1.4)
|
5
|
+
axlsx
|
6
|
+
rails (>= 3.1)
|
7
|
+
|
8
|
+
GEM
|
9
|
+
remote: http://rubygems.org/
|
10
|
+
specs:
|
11
|
+
actionmailer (3.2.14)
|
12
|
+
actionpack (= 3.2.14)
|
13
|
+
mail (~> 2.5.4)
|
14
|
+
actionpack (3.2.14)
|
15
|
+
activemodel (= 3.2.14)
|
16
|
+
activesupport (= 3.2.14)
|
17
|
+
builder (~> 3.0.0)
|
18
|
+
erubis (~> 2.7.0)
|
19
|
+
journey (~> 1.0.4)
|
20
|
+
rack (~> 1.4.5)
|
21
|
+
rack-cache (~> 1.2)
|
22
|
+
rack-test (~> 0.6.1)
|
23
|
+
sprockets (~> 2.2.1)
|
24
|
+
activemodel (3.2.14)
|
25
|
+
activesupport (= 3.2.14)
|
26
|
+
builder (~> 3.0.0)
|
27
|
+
activerecord (3.2.14)
|
28
|
+
activemodel (= 3.2.14)
|
29
|
+
activesupport (= 3.2.14)
|
30
|
+
arel (~> 3.0.2)
|
31
|
+
tzinfo (~> 0.3.29)
|
32
|
+
activeresource (3.2.14)
|
33
|
+
activemodel (= 3.2.14)
|
34
|
+
activesupport (= 3.2.14)
|
35
|
+
activesupport (3.2.14)
|
36
|
+
i18n (~> 0.6, >= 0.6.4)
|
37
|
+
multi_json (~> 1.0)
|
38
|
+
acts_as_xlsx (1.0.6)
|
39
|
+
activerecord (>= 2.3.9)
|
40
|
+
axlsx (>= 1.0.13)
|
41
|
+
i18n (>= 0.4.1)
|
42
|
+
arel (3.0.2)
|
43
|
+
axlsx (2.0.1)
|
44
|
+
htmlentities (~> 4.3.1)
|
45
|
+
nokogiri (>= 1.4.1)
|
46
|
+
rubyzip (~> 1.0.0)
|
47
|
+
builder (3.0.4)
|
48
|
+
capybara (2.1.0)
|
49
|
+
mime-types (>= 1.16)
|
50
|
+
nokogiri (>= 1.3.3)
|
51
|
+
rack (>= 1.0.0)
|
52
|
+
rack-test (>= 0.5.4)
|
53
|
+
xpath (~> 2.0)
|
54
|
+
celluloid (0.15.2)
|
55
|
+
timers (~> 1.1.0)
|
56
|
+
coderay (1.0.9)
|
57
|
+
coveralls (0.7.0)
|
58
|
+
multi_json (~> 1.3)
|
59
|
+
rest-client
|
60
|
+
simplecov (>= 0.7)
|
61
|
+
term-ansicolor
|
62
|
+
thor
|
63
|
+
daemons (1.1.9)
|
64
|
+
diff-lcs (1.2.4)
|
65
|
+
erubis (2.7.0)
|
66
|
+
eventmachine (1.0.3)
|
67
|
+
ffi (1.9.0)
|
68
|
+
formatador (0.2.4)
|
69
|
+
growl (1.0.3)
|
70
|
+
guard (2.0.5)
|
71
|
+
formatador (>= 0.2.4)
|
72
|
+
listen (~> 2.0)
|
73
|
+
lumberjack (~> 1.0)
|
74
|
+
pry (>= 0.9.12)
|
75
|
+
thor (>= 0.18.1)
|
76
|
+
guard-rspec (4.0.0)
|
77
|
+
guard (~> 2.0)
|
78
|
+
rspec (~> 2.14)
|
79
|
+
hike (1.2.3)
|
80
|
+
htmlentities (4.3.1)
|
81
|
+
i18n (0.6.5)
|
82
|
+
journey (1.0.4)
|
83
|
+
jquery-rails (3.0.4)
|
84
|
+
railties (>= 3.0, < 5.0)
|
85
|
+
thor (>= 0.14, < 2.0)
|
86
|
+
json (1.8.0)
|
87
|
+
listen (2.0.4)
|
88
|
+
celluloid (>= 0.15.2)
|
89
|
+
rb-fsevent (>= 0.9.3)
|
90
|
+
rb-inotify (>= 0.9)
|
91
|
+
lumberjack (1.0.4)
|
92
|
+
mail (2.5.4)
|
93
|
+
mime-types (~> 1.16)
|
94
|
+
treetop (~> 1.4.8)
|
95
|
+
method_source (0.8.2)
|
96
|
+
mime-types (1.25)
|
97
|
+
mini_portile (0.5.1)
|
98
|
+
multi_json (1.8.1)
|
99
|
+
nokogiri (1.6.0)
|
100
|
+
mini_portile (~> 0.5.0)
|
101
|
+
polyglot (0.3.3)
|
102
|
+
pry (0.9.12.2)
|
103
|
+
coderay (~> 1.0.5)
|
104
|
+
method_source (~> 0.8)
|
105
|
+
slop (~> 3.4)
|
106
|
+
rack (1.4.5)
|
107
|
+
rack-cache (1.2)
|
108
|
+
rack (>= 0.4)
|
109
|
+
rack-ssl (1.3.3)
|
110
|
+
rack
|
111
|
+
rack-test (0.6.2)
|
112
|
+
rack (>= 1.0)
|
113
|
+
rails (3.2.14)
|
114
|
+
actionmailer (= 3.2.14)
|
115
|
+
actionpack (= 3.2.14)
|
116
|
+
activerecord (= 3.2.14)
|
117
|
+
activeresource (= 3.2.14)
|
118
|
+
activesupport (= 3.2.14)
|
119
|
+
bundler (~> 1.0)
|
120
|
+
railties (= 3.2.14)
|
121
|
+
railties (3.2.14)
|
122
|
+
actionpack (= 3.2.14)
|
123
|
+
activesupport (= 3.2.14)
|
124
|
+
rack-ssl (~> 1.3.2)
|
125
|
+
rake (>= 0.8.7)
|
126
|
+
rdoc (~> 3.4)
|
127
|
+
thor (>= 0.14.6, < 2.0)
|
128
|
+
rake (10.1.0)
|
129
|
+
rb-fsevent (0.9.3)
|
130
|
+
rb-inotify (0.9.2)
|
131
|
+
ffi (>= 0.5.0)
|
132
|
+
rdoc (3.12.2)
|
133
|
+
json (~> 1.4)
|
134
|
+
rest-client (1.6.7)
|
135
|
+
mime-types (>= 1.16)
|
136
|
+
roo (1.12.2)
|
137
|
+
nokogiri
|
138
|
+
rubyzip
|
139
|
+
spreadsheet (> 0.6.4)
|
140
|
+
rspec (2.14.1)
|
141
|
+
rspec-core (~> 2.14.0)
|
142
|
+
rspec-expectations (~> 2.14.0)
|
143
|
+
rspec-mocks (~> 2.14.0)
|
144
|
+
rspec-core (2.14.5)
|
145
|
+
rspec-expectations (2.14.3)
|
146
|
+
diff-lcs (>= 1.1.3, < 2.0)
|
147
|
+
rspec-mocks (2.14.3)
|
148
|
+
rspec-rails (2.14.0)
|
149
|
+
actionpack (>= 3.0)
|
150
|
+
activesupport (>= 3.0)
|
151
|
+
railties (>= 3.0)
|
152
|
+
rspec-core (~> 2.14.0)
|
153
|
+
rspec-expectations (~> 2.14.0)
|
154
|
+
rspec-mocks (~> 2.14.0)
|
155
|
+
ruby-ole (1.2.11.7)
|
156
|
+
rubyzip (1.0.0)
|
157
|
+
simplecov (0.7.1)
|
158
|
+
multi_json (~> 1.0)
|
159
|
+
simplecov-html (~> 0.7.1)
|
160
|
+
simplecov-html (0.7.1)
|
161
|
+
slop (3.4.6)
|
162
|
+
spreadsheet (0.9.0)
|
163
|
+
ruby-ole (>= 1.0)
|
164
|
+
sprockets (2.2.2)
|
165
|
+
hike (~> 1.2)
|
166
|
+
multi_json (~> 1.0)
|
167
|
+
rack (~> 1.0)
|
168
|
+
tilt (~> 1.1, != 1.3.0)
|
169
|
+
sqlite3 (1.3.8)
|
170
|
+
term-ansicolor (1.2.2)
|
171
|
+
tins (~> 0.8)
|
172
|
+
thin (1.5.1)
|
173
|
+
daemons (>= 1.0.9)
|
174
|
+
eventmachine (>= 0.12.6)
|
175
|
+
rack (>= 1.0.0)
|
176
|
+
thor (0.18.1)
|
177
|
+
tilt (1.4.1)
|
178
|
+
timers (1.1.0)
|
179
|
+
tins (0.12.0)
|
180
|
+
treetop (1.4.15)
|
181
|
+
polyglot
|
182
|
+
polyglot (>= 0.3.1)
|
183
|
+
tzinfo (0.3.38)
|
184
|
+
xpath (2.0.0)
|
185
|
+
nokogiri (~> 1.3)
|
186
|
+
|
187
|
+
PLATFORMS
|
188
|
+
ruby
|
189
|
+
|
190
|
+
DEPENDENCIES
|
191
|
+
acts_as_xlsx
|
192
|
+
axlsx_rails!
|
193
|
+
bundler
|
194
|
+
capybara
|
195
|
+
coveralls
|
196
|
+
growl
|
197
|
+
guard-rspec
|
198
|
+
jquery-rails
|
199
|
+
rails (~> 3.2.0)
|
200
|
+
rake
|
201
|
+
rb-fsevent
|
202
|
+
roo
|
203
|
+
rspec-rails
|
204
|
+
rubyzip
|
205
|
+
sqlite3
|
206
|
+
thin
|