summaryrefslogtreecommitdiff
path: root/mix.lock (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-02-11Bump exdocs and depend formally on poisonRicardo Hermida Ruiz1-4/+5
2020-04-24add a pool in front of genserversRicardo Hermida Ruiz1-20/+21
2020-03-19Timeout optionLindolfo 'Lorn' Rodrigues1-20/+20
Now, you need to pass the timeout for the PowerDNS API in seconds We need to add the timeout to the GenServer.call function
2019-02-13Fix docs for hex publishLindolfo 'Lorn' Rodrigues1-0/+5
Publication failed because the "docs" task is unavailable. You may resolve this by: 1. Adding {:ex_doc, ">= 0.0.0", only: :dev} to your dependencies in your mix.exs and trying again 2. If ex_doc was already added, make sure you run "mix hex.publish" in the same environment as the ex_doc package 3. Publishing the package without docs by running "mix hex.publish package" (not recommended) We dont have good docs, but that problem is for another time shrug
2019-02-13Support Elixir-1.8Lindolfo 'Lorn' Rodrigues1-9/+12
Also dropped support for elixir < 1.6
2017-12-29Fix test suite (#11)Rodrigo Coutinho1-13/+14
* Fix broken specs and update exvcr * Provide default configuration to run tests * Show nameservers in zone
2016-08-18WIPTiago Freire1-2/+2
2016-08-16WIPTiago Freire1-2/+2