sanichi-chess_icu 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -32,8 +32,8 @@ Alternatively, if an exception is preferred on error, the <em>parse!</em> method
32
32
 
33
33
  The currently available parsers are:
34
34
 
35
- * Foreign CSV (ICU::Tournament::ForeignCSV) - for players to report their individual results in foreign tournaments
36
- * Krause (ICU::Tournament::Krause) - the format used by FIDE
35
+ * ICU::Tournament::Krause - the format used by FIDE
36
+ * ICU::Tournament::ForeignCSV - used by Irish players to report their individual results in foreign tournaments
37
37
 
38
38
 
39
39
  == TODO
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 3
4
- :patch: 1
4
+ :patch: 2
@@ -63,8 +63,8 @@ The following lists Krause data identification numbers, their description and, w
63
63
  [013 Teams] Not implemented yet.
64
64
  [022 City] Get or set with _city_. Free text.
65
65
  [032 Federation] Get or set with _fed_. Getter returns either _nil_ or a three letter code. Setter can take various formats (see ICU::Federation).
66
- [042 Start date] Get or set with _start_. Getter returns _yyyy-mm-dd_ format, but setter can use any reasonable date format. Start date is mandadory.
67
- [052 End date] Get or set with _finish_. Returns either _yyyy-mm-dd_ format or _nil_ if not set. Like _start_, can be set with various date formats.
66
+ [042 Start date] Get or set with _start_. Getter returns <em>yyyy-mm-dd</em> format, but setter can use any reasonable date format. Start date is mandadory.
67
+ [052 End date] Get or set with _finish_. Returns either <em>yyyy-mm-dd</em> format or _nil_ if not set. Like _start_, can be set with various date formats.
68
68
  [062 Number of players] Not used. Treated as comment in parsed files. Can be determined from the size of the _players_ array.
69
69
  [072 Number of rated players] Not used. Treated as comment in parsed files. Can be determined by analysing the array returned by _players_.
70
70
  [082 Number of teams] Not used. Treated as comment in parsed files.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sanichi-chess_icu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Orr