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 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
@@ -1,5 +1,5 @@
1
1
  module ICU
2
2
  class Tournament
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: icu_tournament
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Orr