forked from gutschilla/elixir-pdf-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Got rid of misc_random dependency. This was here to manage between
depreciated random functions in Erlang. We go ahead using plain `Enum.random/1` instead, implementing our own `PdfGenerator.Random.string/1` function. This also removes a common pitfall when drafting a release with distillery. * Thanks to [Hugo Maia Vieira](https://github.com/hugomaiavieira) for this contribution! * Since `Enum.random/1` is only available since September 2015 (three years ago) I am OK with raising the minimum Elixir version to v1.1 – Since this may break projects still running on Elixir v1.0 **I bumped the version to 0.4.0***.
- Loading branch information
1 parent
8cf4e26
commit 2eb00ca
Showing
3 changed files
with
28 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters