elixir-maru / maru

Elixir RESTful Framework
https://maru.readme.io
BSD 3-Clause "New" or "Revised" License
1.32k stars 84 forks source link

Routes task is broken #103

Closed Lazarus404 closed 6 years ago

Lazarus404 commented 6 years ago

Calling mix routes throws an error as String.pad_trailing/3 is applied to an atom.

falood commented 6 years ago

thanks @Lazarus404 you can use depends {:maru, github: "elixir-maru/maru"} before new version released.