icu_tournament 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +1 -0
- data/lib/icu_tournament/version.rb +1 -1
- metadata +1 -1
data/README.rdoc
CHANGED
@@ -28,6 +28,7 @@ The currently supported formats (more are planned) are:
|
|
28
28
|
|
29
29
|
* ICU::Tournament::Krause - the format used by FIDE.
|
30
30
|
* ICU::Tournament::ForeignCSV - used by Irish players to report their individual results in foreign tournaments.
|
31
|
+
* ICU::Tournament::SwissPerfect - very often used by Irish tournament controllers to report results.
|
31
32
|
|
32
33
|
|
33
34
|
== Writing Files
|