icu_tournament 1.0.11 → 1.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.rdoc +1 -1
- data/lib/icu_tournament/tournament_sp.rb +1 -1
- data/lib/icu_tournament/version.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +6 -4
data/README.rdoc
CHANGED
|
@@ -12,7 +12,7 @@ The gem is hosted on gemcutter only:
|
|
|
12
12
|
For handling SwissPerfect files the _dbf_, _inifile_ and _rubyzip_ gems are required.
|
|
13
13
|
For Ruby prior to version 1.9 the _fastercsv_ gem is needed to handle CSV files.
|
|
14
14
|
|
|
15
|
-
Tested with ruby 1.8.7, 1.9.
|
|
15
|
+
Tested with ruby 1.8.7, 1.9.2.
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
== Usage
|
|
@@ -64,7 +64,7 @@ Note that federations that don't match 3 letters are always silently skipped.
|
|
|
64
64
|
|
|
65
65
|
Because the data is in three parts, some of which are in a legacy binary format, serialization to this format is
|
|
66
66
|
not supported. Instead, a method is provided to serialize any tournament type into the text export format of
|
|
67
|
-
|
|
67
|
+
erfect, an example of which is shown below.
|
|
68
68
|
|
|
69
69
|
No Name Loc Id Total 1 2 3
|
|
70
70
|
|
data/spec/spec_helper.rb
CHANGED
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 1
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
9
|
-
version: 1.0.
|
|
8
|
+
- 12
|
|
9
|
+
version: 1.0.12
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Mark Orr
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2010-
|
|
17
|
+
date: 2010-10-14 00:00:00 +01:00
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
@@ -86,8 +86,10 @@ dependencies:
|
|
|
86
86
|
- - ">="
|
|
87
87
|
- !ruby/object:Gem::Version
|
|
88
88
|
segments:
|
|
89
|
+
- 2
|
|
90
|
+
- 0
|
|
89
91
|
- 0
|
|
90
|
-
version:
|
|
92
|
+
version: 2.0.0
|
|
91
93
|
type: :development
|
|
92
94
|
version_requirements: *id005
|
|
93
95
|
description: Convert files of chess tournament data in different formats to ruby classes and vice-versa.
|