Current section
6 Versions
Jump to
Current section
6 Versions
Compare versions
4
files changed
+9
additions
-5
deletions
| @@ -0,0 +1,4 @@ | |
| 1 | + # Used by "mix format" |
| 2 | + [ |
| 3 | + inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"] |
| 4 | + ] |
| @@ -22,7 +22,7 @@ in [ferd/backoff](https://github.com/ferd/backoff). | |
| 22 22 | [applications: [:exbackoff]] |
| 23 23 | |
| 24 24 | |
| 25 | - # Modes of Operation |
| 25 | + ## Modes of Operation |
| 26 26 | |
| 27 27 | Backoff can be used in 3 main ways: |
| @@ -3,10 +3,10 @@ | |
| 3 3 | {<<"description">>,<<"Simple exponential backoffs in Elixir.">>}. |
| 4 4 | {<<"elixir">>,<<"~> 1.4">>}. |
| 5 5 | {<<"files">>, |
| 6 | - [<<"lib/exbackoff.ex">>,<<"mix.exs">>,<<"README.md">>,<<"LICENSE">>]}. |
| 6 | + [<<"lib">>,<<"lib/exbackoff.ex">>,<<".formatter.exs">>,<<"mix.exs">>, |
| 7 | + <<"README.md">>,<<"LICENSE">>]}. |
| 7 8 | {<<"licenses">>,[<<"MIT">>]}. |
| 8 9 | {<<"links">>,[{<<"GitHub">>,<<"https://github.com/mingchuno/exbackoff">>}]}. |
| 9 | - {<<"maintainers">>,[<<"MC Or">>]}. |
| 10 10 | {<<"name">>,<<"exbackoff">>}. |
| 11 11 | {<<"requirements">>,[]}. |
| 12 | - {<<"version">>,<<"0.1.0">>}. |
| 12 | + {<<"version">>,<<"0.1.1">>}. |
| @@ -1,7 +1,7 @@ | |
| 1 1 | defmodule Exbackoff.MixProject do |
| 2 2 | use Mix.Project |
| 3 3 | |
| 4 | - @version "0.1.0" |
| 4 | + @version "0.1.1" |
| 5 5 | @repo_url "https://github.com/mingchuno/exbackoff" |
| 6 6 | |
| 7 7 | def project do |