axlsx_rails 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/Gemfile +7 -3
- data/Gemfile.lock +124 -114
- data/Gemfile.lock.3.1 +12 -8
- data/Gemfile.lock.3.2 +12 -8
- data/{Gemfile.lock.4.0 → Gemfile.lock.4.1} +92 -87
- data/Gemfile.lock.4.2 +237 -0
- data/README.md +66 -7
- data/lib/axlsx_rails/action_controller.rb +21 -7
- data/lib/axlsx_rails/template_handler.rb +10 -8
- data/lib/axlsx_rails/version.rb +1 -1
- data/spec/axlsx_request_spec.rb +8 -1
- data/spec/dummy/db/development.sqlite3 +0 -0
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/development.log +108 -0
- data/spec/dummy/log/test.log +1487 -0
- data/spec/dummy_4/config/environments/test.rb +2 -1
- data/spec/dummy_4/config/initializers/secret_token.rb +2 -0
- data/spec/dummy_4/db/development.sqlite3 +0 -0
- data/spec/dummy_4/db/test.sqlite3 +0 -0
- data/spec/dummy_4/log/development.log +105 -0
- data/spec/dummy_4/log/test.log +15996 -0
- data/spec/spec_helper.rb +1 -1
- data/spec/test_4.1.sh +16 -0
- data/spec/test_4.2.sh +16 -0
- metadata +28 -17
@@ -1,50 +1,55 @@
|
|
1
|
+
GIT
|
2
|
+
remote: git://github.com/straydogstudio/acts_as_xlsx.git
|
3
|
+
revision: 74c00b5054ef96ced7bd55753015164f6aaf13ab
|
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
|
+
|
1
10
|
PATH
|
2
11
|
remote: .
|
3
12
|
specs:
|
4
|
-
axlsx_rails (0.2.
|
13
|
+
axlsx_rails (0.2.1)
|
5
14
|
axlsx (>= 2.0.1)
|
6
15
|
rails (>= 3.1)
|
7
16
|
|
8
17
|
GEM
|
9
18
|
remote: http://rubygems.org/
|
10
19
|
specs:
|
11
|
-
actionmailer (4.1.
|
12
|
-
actionpack (= 4.1.
|
13
|
-
actionview (= 4.1.
|
20
|
+
actionmailer (4.1.5)
|
21
|
+
actionpack (= 4.1.5)
|
22
|
+
actionview (= 4.1.5)
|
14
23
|
mail (~> 2.5.4)
|
15
|
-
actionpack (4.1.
|
16
|
-
actionview (= 4.1.
|
17
|
-
activesupport (= 4.1.
|
24
|
+
actionpack (4.1.5)
|
25
|
+
actionview (= 4.1.5)
|
26
|
+
activesupport (= 4.1.5)
|
18
27
|
rack (~> 1.5.2)
|
19
28
|
rack-test (~> 0.6.2)
|
20
|
-
actionview (4.1.
|
21
|
-
activesupport (= 4.1.
|
29
|
+
actionview (4.1.5)
|
30
|
+
activesupport (= 4.1.5)
|
22
31
|
builder (~> 3.1)
|
23
32
|
erubis (~> 2.7.0)
|
24
|
-
activemodel (4.1.
|
25
|
-
activesupport (= 4.1.
|
33
|
+
activemodel (4.1.5)
|
34
|
+
activesupport (= 4.1.5)
|
26
35
|
builder (~> 3.1)
|
27
|
-
activerecord (4.1.
|
28
|
-
activemodel (= 4.1.
|
29
|
-
activesupport (= 4.1.
|
36
|
+
activerecord (4.1.5)
|
37
|
+
activemodel (= 4.1.5)
|
38
|
+
activesupport (= 4.1.5)
|
30
39
|
arel (~> 5.0.0)
|
31
|
-
activesupport (4.1.
|
40
|
+
activesupport (4.1.5)
|
32
41
|
i18n (~> 0.6, >= 0.6.9)
|
33
42
|
json (~> 1.7, >= 1.7.7)
|
34
43
|
minitest (~> 5.1)
|
35
44
|
thread_safe (~> 0.1)
|
36
45
|
tzinfo (~> 1.1)
|
37
|
-
|
38
|
-
activerecord (>= 2.3.9)
|
39
|
-
axlsx (>= 1.0.13)
|
40
|
-
i18n (>= 0.4.1)
|
41
|
-
arel (5.0.0)
|
46
|
+
arel (5.0.1.20140414130214)
|
42
47
|
axlsx (2.0.1)
|
43
48
|
htmlentities (~> 4.3.1)
|
44
49
|
nokogiri (>= 1.4.1)
|
45
50
|
rubyzip (~> 1.0.0)
|
46
51
|
builder (3.2.2)
|
47
|
-
capybara (2.1
|
52
|
+
capybara (2.4.1)
|
48
53
|
mime-types (>= 1.16)
|
49
54
|
nokogiri (>= 1.3.3)
|
50
55
|
rack (>= 1.0.0)
|
@@ -52,11 +57,8 @@ GEM
|
|
52
57
|
xpath (~> 2.0)
|
53
58
|
celluloid (0.15.2)
|
54
59
|
timers (~> 1.1.0)
|
55
|
-
celluloid-io (0.15.0)
|
56
|
-
celluloid (>= 0.15.0)
|
57
|
-
nio4r (>= 0.5.0)
|
58
60
|
coderay (1.1.0)
|
59
|
-
coveralls (0.7.
|
61
|
+
coveralls (0.7.1)
|
60
62
|
multi_json (~> 1.3)
|
61
63
|
rest-client
|
62
64
|
simplecov (>= 0.7)
|
@@ -64,112 +66,116 @@ GEM
|
|
64
66
|
thor
|
65
67
|
daemons (1.1.9)
|
66
68
|
diff-lcs (1.2.5)
|
67
|
-
docile (1.1.
|
69
|
+
docile (1.1.5)
|
68
70
|
erubis (2.7.0)
|
69
71
|
eventmachine (1.0.3)
|
70
72
|
ffi (1.9.3)
|
71
|
-
formatador (0.2.
|
73
|
+
formatador (0.2.5)
|
72
74
|
growl (1.0.3)
|
73
|
-
guard (2.6.
|
75
|
+
guard (2.6.1)
|
74
76
|
formatador (>= 0.2.4)
|
75
77
|
listen (~> 2.7)
|
76
78
|
lumberjack (~> 1.0)
|
77
79
|
pry (>= 0.9.12)
|
78
80
|
thor (>= 0.18.1)
|
79
|
-
guard-rspec (4.
|
81
|
+
guard-rspec (4.3.1)
|
80
82
|
guard (~> 2.1)
|
81
83
|
rspec (>= 2.14, < 4.0)
|
82
84
|
hike (1.2.3)
|
83
|
-
htmlentities (4.3.
|
84
|
-
i18n (0.6.
|
85
|
-
jquery-rails (3.1.
|
85
|
+
htmlentities (4.3.2)
|
86
|
+
i18n (0.6.11)
|
87
|
+
jquery-rails (3.1.2)
|
86
88
|
railties (>= 3.0, < 5.0)
|
87
89
|
thor (>= 0.14, < 2.0)
|
88
90
|
json (1.8.1)
|
89
|
-
listen (2.7.
|
91
|
+
listen (2.7.9)
|
90
92
|
celluloid (>= 0.15.2)
|
91
|
-
celluloid-io (>= 0.15.0)
|
92
93
|
rb-fsevent (>= 0.9.3)
|
93
94
|
rb-inotify (>= 0.9)
|
94
|
-
lumberjack (1.0.
|
95
|
+
lumberjack (1.0.9)
|
95
96
|
mail (2.5.4)
|
96
97
|
mime-types (~> 1.16)
|
97
98
|
treetop (~> 1.4.8)
|
98
99
|
method_source (0.8.2)
|
99
100
|
mime-types (1.25.1)
|
100
|
-
mini_portile (0.
|
101
|
-
minitest (5.
|
102
|
-
multi_json (1.
|
103
|
-
|
104
|
-
nokogiri (1.6.1)
|
105
|
-
mini_portile (
|
106
|
-
polyglot (0.3.
|
107
|
-
pry (0.
|
108
|
-
coderay (~> 1.0)
|
109
|
-
method_source (~> 0.8)
|
101
|
+
mini_portile (0.6.0)
|
102
|
+
minitest (5.4.1)
|
103
|
+
multi_json (1.10.1)
|
104
|
+
netrc (0.7.7)
|
105
|
+
nokogiri (1.6.3.1)
|
106
|
+
mini_portile (= 0.6.0)
|
107
|
+
polyglot (0.3.5)
|
108
|
+
pry (0.10.1)
|
109
|
+
coderay (~> 1.1.0)
|
110
|
+
method_source (~> 0.8.1)
|
110
111
|
slop (~> 3.4)
|
111
|
-
pry-nav (0.2.
|
112
|
-
pry (
|
112
|
+
pry-nav (0.2.4)
|
113
|
+
pry (>= 0.9.10, < 0.11.0)
|
113
114
|
rack (1.5.2)
|
114
115
|
rack-test (0.6.2)
|
115
116
|
rack (>= 1.0)
|
116
|
-
rails (4.1.
|
117
|
-
actionmailer (= 4.1.
|
118
|
-
actionpack (= 4.1.
|
119
|
-
actionview (= 4.1.
|
120
|
-
activemodel (= 4.1.
|
121
|
-
activerecord (= 4.1.
|
122
|
-
activesupport (= 4.1.
|
117
|
+
rails (4.1.5)
|
118
|
+
actionmailer (= 4.1.5)
|
119
|
+
actionpack (= 4.1.5)
|
120
|
+
actionview (= 4.1.5)
|
121
|
+
activemodel (= 4.1.5)
|
122
|
+
activerecord (= 4.1.5)
|
123
|
+
activesupport (= 4.1.5)
|
123
124
|
bundler (>= 1.3.0, < 2.0)
|
124
|
-
railties (= 4.1.
|
125
|
+
railties (= 4.1.5)
|
125
126
|
sprockets-rails (~> 2.0)
|
126
|
-
railties (4.1.
|
127
|
-
actionpack (= 4.1.
|
128
|
-
activesupport (= 4.1.
|
127
|
+
railties (4.1.5)
|
128
|
+
actionpack (= 4.1.5)
|
129
|
+
activesupport (= 4.1.5)
|
129
130
|
rake (>= 0.8.7)
|
130
131
|
thor (>= 0.18.1, < 2.0)
|
131
|
-
rake (10.
|
132
|
+
rake (10.3.2)
|
132
133
|
rb-fsevent (0.9.4)
|
133
|
-
rb-inotify (0.9.
|
134
|
+
rb-inotify (0.9.5)
|
134
135
|
ffi (>= 0.5.0)
|
135
|
-
rest-client (1.
|
136
|
-
mime-types (>= 1.16)
|
136
|
+
rest-client (1.7.2)
|
137
|
+
mime-types (>= 1.16, < 3.0)
|
138
|
+
netrc (~> 0.7)
|
137
139
|
roo (1.13.2)
|
138
140
|
nokogiri
|
139
141
|
rubyzip
|
140
142
|
spreadsheet (> 0.6.4)
|
141
|
-
rspec (
|
142
|
-
rspec-core (~>
|
143
|
-
rspec-expectations (~>
|
144
|
-
rspec-mocks (~>
|
145
|
-
rspec-core (
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
143
|
+
rspec (3.0.0)
|
144
|
+
rspec-core (~> 3.0.0)
|
145
|
+
rspec-expectations (~> 3.0.0)
|
146
|
+
rspec-mocks (~> 3.0.0)
|
147
|
+
rspec-core (3.0.4)
|
148
|
+
rspec-support (~> 3.0.0)
|
149
|
+
rspec-expectations (3.0.4)
|
150
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
151
|
+
rspec-support (~> 3.0.0)
|
152
|
+
rspec-mocks (3.0.4)
|
153
|
+
rspec-support (~> 3.0.0)
|
154
|
+
rspec-rails (3.0.2)
|
150
155
|
actionpack (>= 3.0)
|
151
|
-
activemodel (>= 3.0)
|
152
156
|
activesupport (>= 3.0)
|
153
157
|
railties (>= 3.0)
|
154
|
-
rspec-core (~>
|
155
|
-
rspec-expectations (~>
|
156
|
-
rspec-mocks (~>
|
158
|
+
rspec-core (~> 3.0.0)
|
159
|
+
rspec-expectations (~> 3.0.0)
|
160
|
+
rspec-mocks (~> 3.0.0)
|
161
|
+
rspec-support (~> 3.0.0)
|
162
|
+
rspec-support (3.0.4)
|
157
163
|
ruby-ole (1.2.11.7)
|
158
164
|
rubyzip (1.0.0)
|
159
|
-
simplecov (0.
|
165
|
+
simplecov (0.9.0)
|
160
166
|
docile (~> 1.1.0)
|
161
167
|
multi_json
|
162
168
|
simplecov-html (~> 0.8.0)
|
163
169
|
simplecov-html (0.8.0)
|
164
|
-
slop (3.
|
165
|
-
spreadsheet (0.
|
170
|
+
slop (3.6.0)
|
171
|
+
spreadsheet (1.0.0)
|
166
172
|
ruby-ole (>= 1.0)
|
167
|
-
sprockets (2.12.
|
173
|
+
sprockets (2.12.1)
|
168
174
|
hike (~> 1.2)
|
169
175
|
multi_json (~> 1.0)
|
170
176
|
rack (~> 1.0)
|
171
177
|
tilt (~> 1.1, != 1.3.0)
|
172
|
-
sprockets-rails (2.1.
|
178
|
+
sprockets-rails (2.1.4)
|
173
179
|
actionpack (>= 3.0)
|
174
180
|
activesupport (>= 3.0)
|
175
181
|
sprockets (~> 2.8)
|
@@ -181,14 +187,14 @@ GEM
|
|
181
187
|
eventmachine (>= 1.0.0)
|
182
188
|
rack (>= 1.0.0)
|
183
189
|
thor (0.19.1)
|
184
|
-
thread_safe (0.3.
|
190
|
+
thread_safe (0.3.4)
|
185
191
|
tilt (1.4.1)
|
186
192
|
timers (1.1.0)
|
187
|
-
tins (1.
|
193
|
+
tins (1.3.2)
|
188
194
|
treetop (1.4.15)
|
189
195
|
polyglot
|
190
196
|
polyglot (>= 0.3.1)
|
191
|
-
tzinfo (1.
|
197
|
+
tzinfo (1.2.2)
|
192
198
|
thread_safe (~> 0.1)
|
193
199
|
xpath (2.0.0)
|
194
200
|
nokogiri (~> 1.3)
|
@@ -197,18 +203,17 @@ PLATFORMS
|
|
197
203
|
ruby
|
198
204
|
|
199
205
|
DEPENDENCIES
|
200
|
-
acts_as_xlsx
|
201
|
-
axlsx (~> 2.0)
|
206
|
+
acts_as_xlsx!
|
202
207
|
axlsx_rails!
|
203
208
|
bundler
|
204
|
-
capybara (~> 2.1
|
209
|
+
capybara (~> 2.1)
|
205
210
|
coveralls
|
206
211
|
growl
|
207
212
|
guard-rspec
|
208
213
|
jquery-rails
|
209
214
|
pry
|
210
215
|
pry-nav
|
211
|
-
rails (
|
216
|
+
rails (~> 4.1.0)
|
212
217
|
rake
|
213
218
|
rb-fsevent
|
214
219
|
roo
|
data/Gemfile.lock.4.2
ADDED
@@ -0,0 +1,237 @@
|
|
1
|
+
GIT
|
2
|
+
remote: git://github.com/straydogstudio/acts_as_xlsx.git
|
3
|
+
revision: 74c00b5054ef96ced7bd55753015164f6aaf13ab
|
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.2.1)
|
14
|
+
axlsx (>= 2.0.1)
|
15
|
+
rails (>= 3.1)
|
16
|
+
|
17
|
+
GEM
|
18
|
+
remote: http://rubygems.org/
|
19
|
+
specs:
|
20
|
+
actionmailer (4.2.0.beta1)
|
21
|
+
actionpack (= 4.2.0.beta1)
|
22
|
+
actionview (= 4.2.0.beta1)
|
23
|
+
mail (~> 2.5, >= 2.5.4)
|
24
|
+
rails-dom-testing (~> 1.0, >= 1.0.2)
|
25
|
+
actionpack (4.2.0.beta1)
|
26
|
+
actionview (= 4.2.0.beta1)
|
27
|
+
activesupport (= 4.2.0.beta1)
|
28
|
+
rack (~> 1.6.0.beta)
|
29
|
+
rack-test (~> 0.6.2)
|
30
|
+
rails-deprecated_sanitizer (~> 1.0, >= 1.0.2)
|
31
|
+
rails-dom-testing (~> 1.0, >= 1.0.2)
|
32
|
+
actionview (4.2.0.beta1)
|
33
|
+
activesupport (= 4.2.0.beta1)
|
34
|
+
builder (~> 3.1)
|
35
|
+
erubis (~> 2.7.0)
|
36
|
+
rails-deprecated_sanitizer (~> 1.0, >= 1.0.2)
|
37
|
+
rails-dom-testing (~> 1.0, >= 1.0.2)
|
38
|
+
activejob (4.2.0.beta1)
|
39
|
+
globalid (>= 0.2.3)
|
40
|
+
activemodel (4.2.0.beta1)
|
41
|
+
activesupport (= 4.2.0.beta1)
|
42
|
+
builder (~> 3.1)
|
43
|
+
activerecord (4.2.0.beta1)
|
44
|
+
activemodel (= 4.2.0.beta1)
|
45
|
+
activesupport (= 4.2.0.beta1)
|
46
|
+
arel (>= 6.0.0.beta1, < 6.1)
|
47
|
+
activesupport (4.2.0.beta1)
|
48
|
+
i18n (>= 0.7.0.beta1, < 0.8)
|
49
|
+
json (~> 1.7, >= 1.7.7)
|
50
|
+
minitest (~> 5.1)
|
51
|
+
thread_safe (~> 0.1)
|
52
|
+
tzinfo (~> 1.1)
|
53
|
+
arel (6.0.0.beta1)
|
54
|
+
axlsx (2.0.1)
|
55
|
+
htmlentities (~> 4.3.1)
|
56
|
+
nokogiri (>= 1.4.1)
|
57
|
+
rubyzip (~> 1.0.0)
|
58
|
+
builder (3.2.2)
|
59
|
+
capybara (2.4.1)
|
60
|
+
mime-types (>= 1.16)
|
61
|
+
nokogiri (>= 1.3.3)
|
62
|
+
rack (>= 1.0.0)
|
63
|
+
rack-test (>= 0.5.4)
|
64
|
+
xpath (~> 2.0)
|
65
|
+
celluloid (0.15.2)
|
66
|
+
timers (~> 1.1.0)
|
67
|
+
coderay (1.1.0)
|
68
|
+
coveralls (0.7.1)
|
69
|
+
multi_json (~> 1.3)
|
70
|
+
rest-client
|
71
|
+
simplecov (>= 0.7)
|
72
|
+
term-ansicolor
|
73
|
+
thor
|
74
|
+
daemons (1.1.9)
|
75
|
+
diff-lcs (1.2.5)
|
76
|
+
docile (1.1.5)
|
77
|
+
erubis (2.7.0)
|
78
|
+
eventmachine (1.0.3)
|
79
|
+
ffi (1.9.3)
|
80
|
+
formatador (0.2.5)
|
81
|
+
globalid (0.2.3)
|
82
|
+
activesupport (>= 4.1.0)
|
83
|
+
growl (1.0.3)
|
84
|
+
guard (2.6.1)
|
85
|
+
formatador (>= 0.2.4)
|
86
|
+
listen (~> 2.7)
|
87
|
+
lumberjack (~> 1.0)
|
88
|
+
pry (>= 0.9.12)
|
89
|
+
thor (>= 0.18.1)
|
90
|
+
guard-rspec (4.3.1)
|
91
|
+
guard (~> 2.1)
|
92
|
+
rspec (>= 2.14, < 4.0)
|
93
|
+
hike (1.2.3)
|
94
|
+
htmlentities (4.3.2)
|
95
|
+
i18n (0.7.0.beta1)
|
96
|
+
jquery-rails (3.1.2)
|
97
|
+
railties (>= 3.0, < 5.0)
|
98
|
+
thor (>= 0.14, < 2.0)
|
99
|
+
json (1.8.1)
|
100
|
+
listen (2.7.9)
|
101
|
+
celluloid (>= 0.15.2)
|
102
|
+
rb-fsevent (>= 0.9.3)
|
103
|
+
rb-inotify (>= 0.9)
|
104
|
+
lumberjack (1.0.9)
|
105
|
+
mail (2.6.1)
|
106
|
+
mime-types (>= 1.16, < 3)
|
107
|
+
method_source (0.8.2)
|
108
|
+
mime-types (2.3)
|
109
|
+
mini_portile (0.6.0)
|
110
|
+
minitest (5.4.1)
|
111
|
+
multi_json (1.10.1)
|
112
|
+
netrc (0.7.7)
|
113
|
+
nokogiri (1.6.3.1)
|
114
|
+
mini_portile (= 0.6.0)
|
115
|
+
pry (0.10.1)
|
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.6.0.beta)
|
122
|
+
rack-test (0.6.2)
|
123
|
+
rack (>= 1.0)
|
124
|
+
rails (4.2.0.beta1)
|
125
|
+
actionmailer (= 4.2.0.beta1)
|
126
|
+
actionpack (= 4.2.0.beta1)
|
127
|
+
actionview (= 4.2.0.beta1)
|
128
|
+
activejob (= 4.2.0.beta1)
|
129
|
+
activemodel (= 4.2.0.beta1)
|
130
|
+
activerecord (= 4.2.0.beta1)
|
131
|
+
activesupport (= 4.2.0.beta1)
|
132
|
+
bundler (>= 1.3.0, < 2.0)
|
133
|
+
railties (= 4.2.0.beta1)
|
134
|
+
sprockets-rails (~> 3.0.0.beta1)
|
135
|
+
rails-deprecated_sanitizer (1.0.2)
|
136
|
+
activesupport (>= 4.2.0.alpha)
|
137
|
+
rails-dom-testing (1.0.2)
|
138
|
+
activesupport
|
139
|
+
nokogiri (~> 1.6.0)
|
140
|
+
rails-deprecated_sanitizer (>= 1.0.1)
|
141
|
+
railties (4.2.0.beta1)
|
142
|
+
actionpack (= 4.2.0.beta1)
|
143
|
+
activesupport (= 4.2.0.beta1)
|
144
|
+
rake (>= 0.8.7)
|
145
|
+
thor (>= 0.18.1, < 2.0)
|
146
|
+
rake (10.3.2)
|
147
|
+
rb-fsevent (0.9.4)
|
148
|
+
rb-inotify (0.9.5)
|
149
|
+
ffi (>= 0.5.0)
|
150
|
+
responders (2.0.0)
|
151
|
+
railties (>= 4.2.0.alpha, < 5)
|
152
|
+
rest-client (1.7.2)
|
153
|
+
mime-types (>= 1.16, < 3.0)
|
154
|
+
netrc (~> 0.7)
|
155
|
+
roo (1.13.2)
|
156
|
+
nokogiri
|
157
|
+
rubyzip
|
158
|
+
spreadsheet (> 0.6.4)
|
159
|
+
rspec (3.0.0)
|
160
|
+
rspec-core (~> 3.0.0)
|
161
|
+
rspec-expectations (~> 3.0.0)
|
162
|
+
rspec-mocks (~> 3.0.0)
|
163
|
+
rspec-core (3.0.4)
|
164
|
+
rspec-support (~> 3.0.0)
|
165
|
+
rspec-expectations (3.0.4)
|
166
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
167
|
+
rspec-support (~> 3.0.0)
|
168
|
+
rspec-mocks (3.0.4)
|
169
|
+
rspec-support (~> 3.0.0)
|
170
|
+
rspec-rails (3.0.2)
|
171
|
+
actionpack (>= 3.0)
|
172
|
+
activesupport (>= 3.0)
|
173
|
+
railties (>= 3.0)
|
174
|
+
rspec-core (~> 3.0.0)
|
175
|
+
rspec-expectations (~> 3.0.0)
|
176
|
+
rspec-mocks (~> 3.0.0)
|
177
|
+
rspec-support (~> 3.0.0)
|
178
|
+
rspec-support (3.0.4)
|
179
|
+
ruby-ole (1.2.11.7)
|
180
|
+
rubyzip (1.0.0)
|
181
|
+
simplecov (0.9.0)
|
182
|
+
docile (~> 1.1.0)
|
183
|
+
multi_json
|
184
|
+
simplecov-html (~> 0.8.0)
|
185
|
+
simplecov-html (0.8.0)
|
186
|
+
slop (3.6.0)
|
187
|
+
spreadsheet (1.0.0)
|
188
|
+
ruby-ole (>= 1.0)
|
189
|
+
sprockets (2.12.1)
|
190
|
+
hike (~> 1.2)
|
191
|
+
multi_json (~> 1.0)
|
192
|
+
rack (~> 1.0)
|
193
|
+
tilt (~> 1.1, != 1.3.0)
|
194
|
+
sprockets-rails (3.0.0.beta1)
|
195
|
+
actionpack (>= 4.0)
|
196
|
+
activesupport (>= 4.0)
|
197
|
+
sprockets (~> 2.8)
|
198
|
+
sqlite3 (1.3.9)
|
199
|
+
term-ansicolor (1.3.0)
|
200
|
+
tins (~> 1.0)
|
201
|
+
thin (1.6.2)
|
202
|
+
daemons (>= 1.0.9)
|
203
|
+
eventmachine (>= 1.0.0)
|
204
|
+
rack (>= 1.0.0)
|
205
|
+
thor (0.19.1)
|
206
|
+
thread_safe (0.3.4)
|
207
|
+
tilt (1.4.1)
|
208
|
+
timers (1.1.0)
|
209
|
+
tins (1.3.2)
|
210
|
+
tzinfo (1.2.2)
|
211
|
+
thread_safe (~> 0.1)
|
212
|
+
xpath (2.0.0)
|
213
|
+
nokogiri (~> 1.3)
|
214
|
+
|
215
|
+
PLATFORMS
|
216
|
+
ruby
|
217
|
+
|
218
|
+
DEPENDENCIES
|
219
|
+
acts_as_xlsx!
|
220
|
+
axlsx_rails!
|
221
|
+
bundler
|
222
|
+
capybara (~> 2.1)
|
223
|
+
coveralls
|
224
|
+
growl
|
225
|
+
guard-rspec
|
226
|
+
jquery-rails
|
227
|
+
pry
|
228
|
+
pry-nav
|
229
|
+
rails (= 4.2.0.beta1)
|
230
|
+
rake
|
231
|
+
rb-fsevent
|
232
|
+
responders (~> 2.0)
|
233
|
+
roo
|
234
|
+
rspec-rails
|
235
|
+
rubyzip
|
236
|
+
sqlite3
|
237
|
+
thin
|