samueljseay / recaptcha

A simple reCaptcha 2 library for Elixir applications.
MIT License
111 stars 56 forks source link

Use :extra_applications instead of :applications #32

Closed lpedromachado closed 7 years ago

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 90.476% when pulling 8c76afb1eea533e8a672dc39d0c7935a58e0db7c on lpedromachado:patch-2 into b6396399568d13dc0adfb37d792aa6d17769412c on samueljseay:master.

sobolevn commented 7 years ago

This PR has several issues:

  1. we support version from elixir: "~> 1.2",, so there was no extra_applications at a time
  2. :extra_applications should not contain deps from deps

Anyway, thanks for you help!