Commit 6d0673f3bea72f70ae1c7b3871d5ed84189cf9b0
1 parent
3c0b2b74
Exists in
production-vendorized
vendorizando com gems dos plugins
Showing
24 changed files
with
67 additions
and
0 deletions
Show diff stats
Gemfile.lock
... | ... | @@ -172,6 +172,7 @@ GEM |
172 | 172 | descendants_tracker (~> 0.0.4) |
173 | 173 | ice_nine (~> 0.11.0) |
174 | 174 | thread_safe (~> 0.3, >= 0.3.1) |
175 | + buftok (0.2.0) | |
175 | 176 | builder (3.2.2) |
176 | 177 | capybara (2.5.0) |
177 | 178 | mime-types (>= 1.16) |
... | ... | @@ -185,6 +186,8 @@ GEM |
185 | 186 | coercible (1.0.0) |
186 | 187 | descendants_tracker (~> 0.0.1) |
187 | 188 | concurrent-ruby (1.0.0) |
189 | + crack (0.4.3) | |
190 | + safe_yaml (~> 1.0.0) | |
188 | 191 | cucumber (1.3.20) |
189 | 192 | builder (>= 2.1.2) |
190 | 193 | diff-lcs (>= 1.1.3) |
... | ... | @@ -211,6 +214,8 @@ GEM |
211 | 214 | diffy (3.1.0) |
212 | 215 | domain_name (0.5.25) |
213 | 216 | unf (>= 0.0.5, < 1.0.0) |
217 | + doorkeeper (1.4.2) | |
218 | + railties (>= 3.1) | |
214 | 219 | eita-jrails (0.10.0) |
215 | 220 | actionpack (>= 3.1.0) |
216 | 221 | activesupport (>= 3.0.0) |
... | ... | @@ -220,6 +225,8 @@ GEM |
220 | 225 | actionmailer (>= 3.0.4) |
221 | 226 | activesupport (>= 3.0.4) |
222 | 227 | execjs (2.6.0) |
228 | + faraday (0.9.2) | |
229 | + multipart-post (>= 1.2, < 3) | |
223 | 230 | fast_gettext (0.9.2) |
224 | 231 | ffi (1.9.10) |
225 | 232 | gettext (3.1.9) |
... | ... | @@ -248,12 +255,17 @@ GEM |
248 | 255 | grape-entity |
249 | 256 | grape_logging (1.1.2) |
250 | 257 | grape |
258 | + hashdiff (0.3.0) | |
251 | 259 | hashie (3.4.3) |
260 | + http (0.5.1) | |
261 | + http_parser.rb | |
252 | 262 | http-cookie (1.0.2) |
253 | 263 | domain_name (~> 0.5) |
264 | + http_parser.rb (0.6.0) | |
254 | 265 | i18n (0.7.0) |
255 | 266 | ice_nine (0.11.1) |
256 | 267 | json (1.8.3) |
268 | + jwt (1.5.1) | |
257 | 269 | kgio (2.10.0) |
258 | 270 | kramdown (1.9.0) |
259 | 271 | launchy (2.4.3) |
... | ... | @@ -266,6 +278,8 @@ GEM |
266 | 278 | ffi (>= 0.6.3) |
267 | 279 | mail (2.6.3) |
268 | 280 | mime-types (>= 1.16, < 3) |
281 | + memoizable (0.4.2) | |
282 | + thread_safe (~> 0.3, >= 0.3.1) | |
269 | 283 | metaclass (0.0.4) |
270 | 284 | mime-types (2.99) |
271 | 285 | mini_portile2 (2.0.0) |
... | ... | @@ -280,14 +294,37 @@ GEM |
280 | 294 | multi_json (1.11.2) |
281 | 295 | multi_test (0.1.2) |
282 | 296 | multi_xml (0.5.5) |
297 | + multipart-post (2.0.0) | |
298 | + naught (1.1.0) | |
283 | 299 | netrc (0.11.0) |
284 | 300 | nokogiri (1.6.7.1) |
285 | 301 | mini_portile2 (~> 2.0.0.rc2) |
302 | + oauth2 (1.1.0) | |
303 | + faraday (>= 0.8, < 0.10) | |
304 | + jwt (~> 1.0, < 1.5.2) | |
305 | + multi_json (~> 1.3) | |
306 | + multi_xml (~> 0.5) | |
307 | + rack (>= 1.2, < 3) | |
308 | + omniauth (1.2.2) | |
309 | + hashie (>= 1.2, < 4) | |
310 | + rack (~> 1.0) | |
311 | + omniauth-facebook (2.0.1) | |
312 | + omniauth-oauth2 (~> 1.2) | |
313 | + omniauth-google-oauth2 (0.2.10) | |
314 | + addressable (~> 2.3) | |
315 | + jwt (~> 1.0) | |
316 | + multi_json (~> 1.3) | |
317 | + omniauth (>= 1.1.1) | |
318 | + omniauth-oauth2 (~> 1.3.1) | |
319 | + omniauth-oauth2 (1.3.1) | |
320 | + oauth2 (~> 1.0) | |
321 | + omniauth (~> 1.2) | |
286 | 322 | pg (0.18.4) |
287 | 323 | pothoven-attachment_fu (3.2.16) |
288 | 324 | power_assert (0.2.6) |
289 | 325 | protected_attributes (1.1.3) |
290 | 326 | activemodel (>= 4.0.1, < 5.0) |
327 | + proxifier (1.0.3) | |
291 | 328 | rack (1.6.4) |
292 | 329 | rack-accept (0.4.5) |
293 | 330 | rack (>= 0.4) |
... | ... | @@ -329,6 +366,8 @@ GEM |
329 | 366 | thor (>= 0.18.1, < 2.0) |
330 | 367 | raindrops (0.15.0) |
331 | 368 | rake (10.4.2) |
369 | + responders (2.2.0) | |
370 | + railties (>= 4.2.0, < 5.1) | |
332 | 371 | rest-client (1.8.0) |
333 | 372 | http-cookie (>= 1.0.2, < 2.0) |
334 | 373 | mime-types (>= 1.16, < 3.0) |
... | ... | @@ -359,6 +398,7 @@ GEM |
359 | 398 | magic |
360 | 399 | ruby-progressbar (1.7.5) |
361 | 400 | rubyzip (1.2.0) |
401 | + safe_yaml (1.0.4) | |
362 | 402 | sass (3.4.20) |
363 | 403 | sass-rails (5.0.4) |
364 | 404 | railties (>= 4.0.0, < 5.0) |
... | ... | @@ -370,6 +410,7 @@ GEM |
370 | 410 | childprocess (~> 0.5) |
371 | 411 | rubyzip (~> 1.0) |
372 | 412 | websocket (~> 1.0) |
413 | + simple_oauth (0.2.0) | |
373 | 414 | slim (3.0.6) |
374 | 415 | temple (~> 0.7.3) |
375 | 416 | tilt (>= 1.3.3, < 2.1) |
... | ... | @@ -389,6 +430,17 @@ GEM |
389 | 430 | thor (0.19.1) |
390 | 431 | thread_safe (0.3.5) |
391 | 432 | tilt (2.0.1) |
433 | + twitter (5.8.0) | |
434 | + addressable (~> 2.3) | |
435 | + buftok (~> 0.2.0) | |
436 | + equalizer (~> 0.0.9) | |
437 | + faraday (~> 0.9.0) | |
438 | + http (~> 0.5.0) | |
439 | + http_parser.rb (~> 0.6.0) | |
440 | + json (~> 1.8) | |
441 | + memoizable (~> 0.4.0) | |
442 | + naught (~> 1.0) | |
443 | + simple_oauth (~> 0.2.0) | |
392 | 444 | tzinfo (1.2.2) |
393 | 445 | thread_safe (~> 0.1) |
394 | 446 | uglifier (2.7.2) |
... | ... | @@ -401,11 +453,16 @@ GEM |
401 | 453 | kgio (~> 2.6) |
402 | 454 | rack |
403 | 455 | raindrops (~> 0.7) |
456 | + vcr (3.0.1) | |
404 | 457 | virtus (1.0.5) |
405 | 458 | axiom-types (~> 0.1) |
406 | 459 | coercible (~> 1.0) |
407 | 460 | descendants_tracker (~> 0.0, >= 0.0.3) |
408 | 461 | equalizer (~> 0.0, >= 0.0.9) |
462 | + webmock (2.0.2) | |
463 | + addressable (>= 2.3.6) | |
464 | + crack (>= 0.3.2) | |
465 | + hashdiff | |
409 | 466 | websocket (1.2.3) |
410 | 467 | whenever (0.9.4) |
411 | 468 | chronic (>= 0.6.3) |
... | ... | @@ -443,6 +500,7 @@ DEPENDENCIES |
443 | 500 | delayed_job |
444 | 501 | delayed_job_active_record |
445 | 502 | diffy (~> 3.0) |
503 | + doorkeeper (~> 1.4.0) | |
446 | 504 | eita-jrails (~> 0.10.0) |
447 | 505 | exception_notification (~> 4.0.1) |
448 | 506 | ezcrypto (= 0.0.0)! |
... | ... | @@ -466,9 +524,14 @@ DEPENDENCIES |
466 | 524 | monkey_patches (= 0.0.0)! |
467 | 525 | nokogiri (~> 1.6.0) |
468 | 526 | noosfero_caching (= 0.0.0)! |
527 | + omniauth (~> 1.2.2) | |
528 | + omniauth-facebook (~> 2.0.0) | |
529 | + omniauth-google-oauth2 (~> 0.2.6) | |
530 | + omniauth-oauth2 (~> 1.3.1) | |
469 | 531 | pg (~> 0.17) |
470 | 532 | pothoven-attachment_fu (~> 3.2.16) |
471 | 533 | protected_attributes |
534 | + proxifier (~> 1.0.3) | |
472 | 535 | rack-contrib |
473 | 536 | rack-cors |
474 | 537 | rails (~> 4.2.4) |
... | ... | @@ -477,6 +540,7 @@ DEPENDENCIES |
477 | 540 | rails_rcov (= 0.0.0)! |
478 | 541 | rake |
479 | 542 | recaptcha (> 0.0.0)! |
543 | + responders (~> 2.0) | |
480 | 544 | rest-client (~> 1.6) |
481 | 545 | rmagick (~> 2.13) |
482 | 546 | rmagick4j |
... | ... | @@ -491,10 +555,13 @@ DEPENDENCIES |
491 | 555 | sprockets-rails (~> 2.1) |
492 | 556 | swagger-ui_rails |
493 | 557 | test-unit |
558 | + twitter (~> 5.8.0) | |
494 | 559 | uglifier (>= 1.0.3) |
495 | 560 | unicorn (~> 4.8) |
496 | 561 | validates_as_cnpj (= 0.0.0)! |
497 | 562 | validates_multiparameter_assignments (= 0.0.0)! |
563 | + vcr | |
564 | + webmock | |
498 | 565 | whenever |
499 | 566 | will_paginate (~> 3.0.7) |
500 | 567 | xss_terminate (= 0.0.0)! | ... | ... |
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type