1
0
mirror of https://github.com/avitex/elixir-glicko synced 2024-09-21 07:09:57 +00:00
Elixir implementation of the Glicko rating system
Go to file
dependabot[bot] af8be6b86b
Bump credo from 1.7.6 to 1.7.7
Bumps [credo](https://github.com/rrrene/credo) from 1.7.6 to 1.7.7.
- [Release notes](https://github.com/rrrene/credo/releases)
- [Changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rrrene/credo/commits)

---
updated-dependencies:
- dependency-name: credo
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-12 20:07:35 +00:00
.github Upgrade to GitHub-native Dependabot 2024-06-10 13:01:50 +02:00
lib Convert Player (v1/v2) and Result to structs 2024-06-10 13:04:45 +02:00
test Convert Player (v1/v2) and Result to structs 2024-06-10 13:04:45 +02: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
mix.exs Release v0.8.1 2024-06-10 13:56:17 +02:00
mix.lock Bump credo from 1.7.6 to 1.7.7 2024-06-12 20:07:35 +00:00
README.md Release v0.8.1 2024-06-10 13:56:17 +02:00

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.8.1"}]
end