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