Zensavona / domainatrex

:smiling_imp: A library for parsing TLDs from urls in Elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

3.0.1 on Hex is broken (removes the `lib/` directory)

s3cur3 opened this issue · comments

Hi there! First off, thanks for Domainatrex—it's made our lives much easier at our Elixir-powered startup. ☺️

I downloaded the 3.0.1 release, but was surprised to get a bunch of errors of the form:

** (UndefinedFunctionError) function Domainatrex.parse/1 is undefined (module Domainatrex is not available)

Digging deeper, the diff on Hex.pm from 3.0.0 to 3.0.1 shows the lib/ directory was removed entirely, presumably in a packaging mistake.

Thanks so much! ☺️