axlsx_rails 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,194 +1,187 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- axlsx_rails (0.1.4)
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.11)
12
- actionpack (= 3.2.11)
13
- mail (~> 2.4.4)
14
- actionpack (3.2.11)
15
- activemodel (= 3.2.11)
16
- activesupport (= 3.2.11)
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.0)
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.11)
25
- activesupport (= 3.2.11)
24
+ activemodel (3.2.15.rc3)
25
+ activesupport (= 3.2.15.rc3)
26
26
  builder (~> 3.0.0)
27
- activerecord (3.2.11)
28
- activemodel (= 3.2.11)
29
- activesupport (= 3.2.11)
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.11)
33
- activemodel (= 3.2.11)
34
- activesupport (= 3.2.11)
35
- activesupport (3.2.11)
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 (1.3.4)
43
+ axlsx (2.0.1)
45
44
  htmlentities (~> 4.3.1)
46
45
  nokogiri (>= 1.4.1)
47
- rubyzip (>= 0.9.5)
46
+ rubyzip (~> 1.0.0)
48
47
  builder (3.0.4)
49
- capybara (2.0.2)
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
- selenium-webdriver (~> 2.0)
55
- xpath (~> 1.0.0)
56
- childprocess (0.3.6)
57
- ffi (~> 1.0, >= 1.0.6)
58
- choice (0.1.6)
59
- coderay (1.0.8)
60
- diff-lcs (1.1.3)
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
- faraday (0.8.4)
63
- multipart-post (~> 1.1)
64
- ffi (1.3.1)
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 (1.6.1)
73
- listen (>= 0.6.0)
74
- lumberjack (>= 1.0.2)
75
- pry (>= 0.9.10)
76
- thor (>= 0.14.6)
77
- guard-rspec (2.4.0)
78
- guard (>= 1.1)
79
- rspec (~> 2.11)
80
- hike (1.2.1)
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
- httpauth (0.2.0)
83
- i18n (0.6.1)
81
+ i18n (0.6.5)
84
82
  journey (1.0.4)
85
- jquery-rails (2.1.4)
83
+ jquery-rails (3.0.4)
86
84
  railties (>= 3.0, < 5.0)
87
85
  thor (>= 0.14, < 2.0)
88
- json (1.7.6)
89
- jwt (0.1.5)
90
- multi_json (>= 1.0)
91
- libwebsocket (0.1.7.1)
92
- addressable
93
- websocket
94
- listen (0.7.2)
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.1)
102
- mime-types (1.19)
103
- multi_json (1.5.0)
104
- multipart-post (1.1.5)
105
- nokogiri (1.5.6)
106
- oauth (0.4.7)
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.11.3)
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.4)
106
+ rack (1.4.5)
119
107
  rack-cache (1.2)
120
108
  rack (>= 0.4)
121
- rack-ssl (1.3.2)
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.11)
126
- actionmailer (= 3.2.11)
127
- actionpack (= 3.2.11)
128
- activerecord (= 3.2.11)
129
- activeresource (= 3.2.11)
130
- activesupport (= 3.2.11)
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.11)
133
- railties (3.2.11)
134
- actionpack (= 3.2.11)
135
- activesupport (= 3.2.11)
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.3)
128
+ rake (10.1.0)
141
129
  rb-fsevent (0.9.3)
142
- rdoc (3.12)
130
+ rb-inotify (0.9.2)
131
+ ffi (>= 0.5.0)
132
+ rdoc (3.12.2)
143
133
  json (~> 1.4)
144
- roo (1.10.1)
145
- choice (>= 0.1.4)
146
- google-spreadsheet-ruby (>= 0.1.5)
147
- nokogiri (>= 1.5.0)
148
- rubyzip (>= 0.9.4)
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
- todonotes (>= 0.1.0)
151
- rspec (2.12.0)
152
- rspec-core (~> 2.12.0)
153
- rspec-expectations (~> 2.12.0)
154
- rspec-mocks (~> 2.12.0)
155
- rspec-core (2.12.2)
156
- rspec-expectations (2.12.1)
157
- diff-lcs (~> 1.1.3)
158
- rspec-mocks (2.12.1)
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.12.0)
164
- rspec-expectations (~> 2.12.0)
165
- rspec-mocks (~> 2.12.0)
166
- ruby-ole (1.2.11.6)
167
- rubyzip (0.9.9)
168
- selenium-webdriver (2.27.2)
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
- rubyzip
173
- slop (3.4.3)
174
- spreadsheet (0.7.6)
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.7)
182
- thor (0.16.0)
183
- tilt (1.3.3)
184
- todonotes (0.1.1)
185
- log4r
186
- treetop (1.4.12)
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.35)
190
- websocket (1.0.6)
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
@@ -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