1
0
Fork 0
Elixir implementation of the Glicko rating system
Ir para arquivo
dependabot-preview[bot] b7b60afbe3
Bump ex_doc from 0.21.3 to 0.22.0 (#11)
Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.21.3 to 0.22.0.
- [Release notes](https://github.com/elixir-lang/ex_doc/releases)
- [Changelog](https://github.com/elixir-lang/ex_doc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/elixir-lang/ex_doc/compare/v0.21.3...v0.22.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-12 17:17:11 +10:00
lib Fix inaccurate typespecs (#7) 2020-02-23 22:14:58 +00:00
test Run `mix format` (#1) 2020-01-19 13:58:40 +00:00
.credo.exs Add .credo.exs to .formatter.exs (#4) 2020-01-19 14:57:32 +00:00
.formatter.exs Add .credo.exs to .formatter.exs (#4) 2020-01-19 14:57:32 +00:00
.gitignore Initial commit 2017-11-15 20:32:39 +11:00
.travis.yml Update Elixir version (#2) 2020-01-19 14:43:22 +00:00
LICENSE Update README and LICENSE 2020-01-19 14:24:52 +00:00
README.md update to travis.com 2020-04-14 18:36:22 +10:00
mix.exs Bump credo from 0.8.8 to 1.3.2 (#9) 2020-04-21 01:04:59 +10:00
mix.lock Bump ex_doc from 0.21.3 to 0.22.0 (#11) 2020-05-12 17:17:11 +10:00

README.md

Build Status Hex.pm Hex Docs Inline docs

Glicko

Implementation of the Glicko rating system.
Documentation hosted on hexdocs.

Installation

Add glicko to your list of dependencies in mix.exs:

def deps do
  [{:glicko, "~> 0.7.0"}]
end